Searched refs:libxl__domain_type (Results 1 – 10 of 10) sorted by relevance
| /tools/libs/light/ |
| A D | libxl_domain.c | 412 libxl_domain_type type = libxl__domain_type(gc, domid); in libxl_domain_remus_start() 511 libxl_domain_type type = libxl__domain_type(gc, domid); in libxl_domain_suspend() 556 libxl_domain_type type = libxl__domain_type(gc, domid); in libxl_domain_suspend_only() 616 libxl_domain_type type = libxl__domain_type(gc, domid); in libxl__domain_unpause_deprecated() 654 libxl_domain_type type = libxl__domain_type(gc, domid); in libxl__domain_unpause() 727 libxl_domain_type domtype = libxl__domain_type(gc, domid); in libxl__domain_pvcontrol_available() 1219 switch (libxl__domain_type(gc, domid)) { in destroy_domid_pci_done() 1877 switch (libxl__domain_type(gc, domid)) { in libxl_set_vcpuonline() 2125 switch (libxl__domain_type(gc, domid)) { in domain_s3_resume()
|
| A D | libxl_dom_suspend.c | 432 libxl_domain_type type = libxl__domain_type(gc, domid); in libxl__domain_resume_deprecated() 563 libxl_domain_type type = libxl__domain_type(gc, dmrs->domid); in libxl__domain_resume()
|
| A D | libxl_pci.c | 160 libxl_domain_type domtype = libxl__domain_type(gc, domid); in libxl__device_pci_add_xenstore() 245 libxl_domain_type domtype = libxl__domain_type(gc, domid); in libxl__device_pci_remove_xenstore() 1063 libxl_domain_type type = libxl__domain_type(gc, domid); in do_pci_add() 1321 bool hvm = libxl__domain_type(gc, domid) == LIBXL_DOMAIN_TYPE_HVM; in pci_add_dm_done() 1560 if (libxl__domain_type(gc, domid) == LIBXL_DOMAIN_TYPE_HVM) { in libxl__device_pci_add() 1820 libxl_domain_type type = libxl__domain_type(gc, domid); in do_pci_remove()
|
| A D | libxl_nic.c | 95 switch (libxl__domain_type(gc, domid)) { in libxl__device_nic_setdefault()
|
| A D | libxl_disk.c | 198 libxl__domain_type(gc, domid) == LIBXL_DOMAIN_TYPE_HVM) { in libxl__device_disk_setdefault() 317 libxl_domain_type type = libxl__domain_type(gc, domid); in device_disk_add() 984 libxl_domain_type type = libxl__domain_type(gc, domid); in libxl_cdrom_insert()
|
| A D | libxl_console.c | 146 switch (libxl__domain_type(gc, domid_vm)) { in libxl__primary_console_find()
|
| A D | libxl_colo_restore.c | 187 type = libxl__domain_type(gc, dsps->domid); in init_dsps()
|
| A D | libxl_dom.c | 29 libxl_domain_type libxl__domain_type(libxl__gc *gc, uint32_t domid) in libxl__domain_type() function
|
| A D | libxl_usb.c | 46 libxl_domain_type domtype = libxl__domain_type(gc, domid); in libxl__device_usbctrl_setdefault()
|
| A D | libxl_internal.h | 1361 _hidden libxl_domain_type libxl__domain_type(libxl__gc *gc, uint32_t domid);
|
Completed in 50 milliseconds