Searched defs:xen_domctl_getdomaininfo (Results 1 – 2 of 2) sorted by relevance
98 struct xen_domctl_getdomaininfo { struct100 domid_t domain; /* Also echoed in domctl.domain */101 uint16_t pad1;150 typedef struct xen_domctl_getdomaininfo xen_domctl_getdomaininfo_t; argument
90 int xen_domctl_getdomaininfo(int domid, xen_domctl_getdomaininfo_t *dom_info) in xen_domctl_getdomaininfo() function