Searched refs:libxl_is_stubdom (Results 1 – 4 of 4) sorted by relevance
| /xen/tools/libxl/ |
| A D | libxl_utils.h | 38 int libxl_is_stubdom(libxl_ctx *ctx, uint32_t domid, uint32_t *target_domid);
|
| A D | libxl_pci.c | 129 bool is_stubdomain = libxl_is_stubdom(CTX, domid, NULL); in libxl__device_pci_add_xenstore() 1330 bool isstubdom = libxl_is_stubdom(ctx, domid, &domainid); in pci_add_dm_done() 2170 isstubdom = libxl_is_stubdom(CTX, domid, &domainid); in pci_remove_detatched()
|
| A D | libxl_utils.c | 221 int libxl_is_stubdom(libxl_ctx *ctx, uint32_t domid, uint32_t *target_domid) in libxl_is_stubdom() function
|
| A D | libxl_domain.c | 389 if (libxl_is_stubdom(ctx, info[i].domid, NULL)) in libxl_list_vm() 1270 if (libxl_is_stubdom(CTX, domid, &target_domid) && in dm_destroy_cb()
|
Completed in 17 milliseconds