Searched refs:xen_domctl_getdomaininfo_t (Results 1 – 3 of 3) sorted by relevance
21 int xen_domctl_getdomaininfo(int domid, xen_domctl_getdomaininfo_t *dom_info);
150 typedef struct xen_domctl_getdomaininfo xen_domctl_getdomaininfo_t; typedef151 DEFINE_XEN_GUEST_HANDLE(xen_domctl_getdomaininfo_t);
90 int xen_domctl_getdomaininfo(int domid, xen_domctl_getdomaininfo_t *dom_info) in xen_domctl_getdomaininfo()