Searched refs:INVALID_DOMID (Results 1 – 12 of 12) sorted by relevance
/xen/tools/xl/ |
A D | xl_vmcontrol.c | 469 *r_domid = INVALID_DOMID; in handle_domain_death() 526 *r_domid = INVALID_DOMID; in preserve_domain() 649 uint32_t domid = INVALID_DOMID; in create_domain() 680 uint32_t domid_soft_reset = INVALID_DOMID; in create_domain() 880 assert(domid == INVALID_DOMID); in create_domain() 888 if (domid_soft_reset == INVALID_DOMID) { in create_domain() 936 } else if (domid_soft_reset != INVALID_DOMID) { in create_domain() 941 domid_soft_reset = INVALID_DOMID; in create_domain() 1041 domid = INVALID_DOMID; in create_domain() 1044 if (domid_soft_reset == INVALID_DOMID && in create_domain() [all …]
|
A D | xl_psr.c | 200 if (domid != INVALID_DOMID) { in psr_cmt_show() 282 domid = INVALID_DOMID; in main_psr_cmt_show() 399 if (domid != INVALID_DOMID) { in psr_print_domain_val() 544 domid = INVALID_DOMID; in main_psr_mba_show() 739 domid = INVALID_DOMID; in main_psr_cat_show()
|
A D | xl.c | 57 libxl_domid domid_policy = INVALID_DOMID; 234 domid_policy = INVALID_DOMID; in parse_global_config()
|
/xen/tools/libxl/ |
A D | libxl_checkpoint_device.c | 137 uint32_t domid = INVALID_DOMID; in device_setup_iterate()
|
A D | libxl_internal.c | 26 libxl__log(ctx, XTL_CRITICAL, ENOMEM, 0, 0, func, INVALID_DOMID, in libxl__alloc_failed() 31 libxl__log(ctx, XTL_CRITICAL, ENOMEM, 0, 0, func, INVALID_DOMID, in libxl__alloc_failed()
|
A D | libxl.h | 1547 #define INVALID_DOMID ~0 macro 1548 #define RANDOM_DOMID (INVALID_DOMID - 1)
|
A D | libxl_create.c | 596 assert(soft_reset || *domid == INVALID_DOMID); in libxl__domain_make() 702 *domid = INVALID_DOMID; in libxl__domain_make() 1974 dcs->guest_domid = INVALID_DOMID; in domcreate_complete() 2036 cdcs->dcs.domid = INVALID_DOMID; in do_domain_create()
|
A D | libxl_domain.c | 1381 *domid = INVALID_DOMID; in libxl__read_recent() 1394 *domid = INVALID_DOMID; in libxl__read_recent() 1437 if (val == INVALID_DOMID) /* EOF */ in libxl__mark_domid_recent() 1493 if (val == INVALID_DOMID) /* EOF */ in libxl__is_domid_recent()
|
A D | libxl_disk.c | 1133 if (disk->script && guest_domid != INVALID_DOMID) { in libxl__device_disk_find_local_path() 1185 dls->diskpath = libxl__device_disk_find_local_path(gc, INVALID_DOMID, in libxl__device_disk_local_initiate_attach()
|
A D | libxl_event.c | 515 libxl__log(CTX, XTL_DEBUG, -1, __FILE__, 0, func, INVALID_DOMID, in time_done_debug() 1549 libxl__log(CTX, XTL_CRITICAL, errnoval, file, line, func, INVALID_DOMID, in libxl__event_disaster()
|
A D | libxl_internal.h | 146 …, _f, _a...) libxl__log(ctx, loglevel, -1, __FILE__, __LINE__, __func__, INVALID_DOMID, _f, ##_a) 147 …f, _a...) libxl__log(ctx, loglevel, errno, __FILE__, __LINE__, __func__, INVALID_DOMID, _f, ##_a) 148 …_a...) libxl__log(ctx, loglevel, errnoval, __FILE__, __LINE__, __func__, INVALID_DOMID, _f, ##_a)
|
A D | libxl_dm.c | 2271 sdss->pvqemu.guest_domid = INVALID_DOMID; in libxl__spawn_stub_dm()
|
Completed in 52 milliseconds