Home
last modified time | relevance | path

Searched refs:domtype (Results 1 – 3 of 3) sorted by relevance

/xen/tools/libxl/
A Dlibxl_pci.c141 libxl_domain_type domtype = libxl__domain_type(gc, domid); in libxl__device_pci_add_xenstore() local
142 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() local
220 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()
A Dlibxl_domain.c730 libxl_domain_type domtype = libxl__domain_type(gc, domid); in libxl__domain_pvcontrol_available() local
731 if (domtype == LIBXL_DOMAIN_TYPE_INVALID) in libxl__domain_pvcontrol_available()
734 if (domtype != LIBXL_DOMAIN_TYPE_HVM) in libxl__domain_pvcontrol_available()
A Dlibxl_usb.c46 libxl_domain_type domtype = libxl__domain_type(gc, domid); in libxl__device_usbctrl_setdefault() local
49 if (domtype != LIBXL_DOMAIN_TYPE_HVM) { in libxl__device_usbctrl_setdefault()

Completed in 14 milliseconds