Searched refs:dompath (Results 1 – 9 of 9) sorted by relevance
/xen/tools/libxl/ |
A D | libxl_mem.c | 31 char *dompath = libxl__xs_get_dompath(gc, domid); in libxl_domain_setmaxmem() local 49 dompath); in libxl_domain_setmaxmem() 55 mem, dompath); in libxl_domain_setmaxmem() 227 dompath); in libxl_set_memory_target() 235 target, dompath); in libxl_set_memory_target() 244 dompath); in libxl_set_memory_target() 252 memmax, dompath); in libxl_set_memory_target() 370 dompath); in libxl__get_memory_target() 375 dompath); in libxl__get_memory_target() 381 target, dompath); in libxl__get_memory_target() [all …]
|
A D | libxl_vkb.c | 287 char *libxl_path, *dompath, *devpath; in libxl_device_vkb_getinfo() local 292 dompath = libxl__xs_get_dompath(gc, domid); in libxl_device_vkb_getinfo()
|
A D | libxl_dm.c | 3151 const char *dompath; in device_model_postconfig_chardev() local 3190 dompath = libxl__xs_get_dompath(gc, qmp->domid); in device_model_postconfig_chardev() 3191 if (!dompath) { in device_model_postconfig_chardev() 3235 const char *dompath; in device_model_postconfig_vnc() local 3244 dompath = libxl__xs_get_dompath(gc, qmp->domid); in device_model_postconfig_vnc() 3245 if (!dompath) { in device_model_postconfig_vnc() 3254 GCSPRINTF("%s/console/vnc-port", dompath), in device_model_postconfig_vnc() 3285 const char *dompath; in device_model_postconfig_vnc_passwd() local 3289 dompath = libxl__xs_get_dompath(gc, qmp->domid); in device_model_postconfig_vnc_passwd() 3290 if (!dompath) { in device_model_postconfig_vnc_passwd() [all …]
|
A D | libxl_bootloader.c | 496 char *dompath = libxl__xs_get_dompath(gc, bl->domid); in bootloader_gotptys() local 497 if (!dompath) { rc = ERROR_FAIL; goto out; } in bootloader_gotptys() 499 dom_console_xs_path = GCSPRINTF("%s/console/tty", dompath); in bootloader_gotptys()
|
A D | libxl_domain.c | 1721 char *dompath; in libxl__set_vcpuonline_xenstore() local 1725 if (!(dompath = libxl__xs_get_dompath(gc, domid))) in libxl__set_vcpuonline_xenstore() 1732 GCSPRINTF("%s/cpu/%u/availability", dompath, i), in libxl__set_vcpuonline_xenstore() 2068 char *dompath = libxl__xs_get_dompath(gc, domid); in libxl_vm_get_start_time() local 2073 gc, XBT_NULL, GCSPRINTF("%s/vm", dompath)); in libxl_vm_get_start_time() 2092 const char *dompath; in libxl__update_avail_vcpus_xenstore() local 2094 dompath = libxl__xs_get_dompath(gc, domid); in libxl__update_avail_vcpus_xenstore() 2095 if (!dompath) { in libxl__update_avail_vcpus_xenstore() 2101 const char *path = GCSPRINTF("%s/cpu/%u/availability", dompath, i); in libxl__update_avail_vcpus_xenstore()
|
A D | libxl_vsnd.c | 595 char *libxl_path, *dompath, *devpath; in libxl_device_vsnd_getinfo() local 600 dompath = libxl__xs_get_dompath(gc, domid); in libxl_device_vsnd_getinfo()
|
A D | libxl.c | 639 char *dompath = libxl__xs_get_dompath(gc, domid); in libxl_send_sysrq() local 641 libxl__xs_printf(gc, XBT_NULL, GCSPRINTF("%s/control/sysrq", dompath), in libxl_send_sysrq()
|
A D | CODING_STYLE | 99 char *dompath = libxl__xs_get_dompath(gc, bl->domid); 100 if (!dompath) { rc = ERROR_FAIL; goto out; }
|
/xen/tools/xl/ |
A D | CODING_STYLE | 51 char *dompath = libxl__xs_get_dompath(gc, bl->domid); 52 if (!dompath) { rc = ERROR_FAIL; goto out; }
|
Completed in 33 milliseconds