Searched refs:domtype (Results 1 – 3 of 3) sorted by relevance
141 libxl_domain_type domtype = libxl__domain_type(gc, domid); in libxl__device_pci_add_xenstore() local142 if (domtype == LIBXL_DOMAIN_TYPE_INVALID) in libxl__device_pci_add_xenstore()145 if (!starting && domtype == LIBXL_DOMAIN_TYPE_PV) { in libxl__device_pci_add_xenstore()219 libxl_domain_type domtype = libxl__domain_type(gc, domid); in libxl__device_pci_remove_xenstore() local220 if (domtype == LIBXL_DOMAIN_TYPE_INVALID) in libxl__device_pci_remove_xenstore()223 if (domtype == LIBXL_DOMAIN_TYPE_PV) { in libxl__device_pci_remove_xenstore()252 if (domtype == LIBXL_DOMAIN_TYPE_PV) { in libxl__device_pci_remove_xenstore()
730 libxl_domain_type domtype = libxl__domain_type(gc, domid); in libxl__domain_pvcontrol_available() local731 if (domtype == LIBXL_DOMAIN_TYPE_INVALID) in libxl__domain_pvcontrol_available()734 if (domtype != LIBXL_DOMAIN_TYPE_HVM) in libxl__domain_pvcontrol_available()
46 libxl_domain_type domtype = libxl__domain_type(gc, domid); in libxl__device_usbctrl_setdefault() local49 if (domtype != LIBXL_DOMAIN_TYPE_HVM) { in libxl__device_usbctrl_setdefault()
Completed in 14 milliseconds