Searched refs:dompath (Results 1 – 10 of 10) sorted by relevance
| /tools/libs/light/ |
| A D | libxl_mem.c | 48 dompath); in libxl_domain_setmaxmem() 54 mem, dompath); in libxl_domain_setmaxmem() 89 dompath, rc); in libxl_domain_setmaxmem() 235 dompath); in libxl_set_memory_target() 243 target, dompath); in libxl_set_memory_target() 252 dompath); in libxl_set_memory_target() 260 memmax, dompath); in libxl_set_memory_target() 378 dompath); in libxl__get_memory_target() 383 dompath); in libxl__get_memory_target() 389 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 | 3163 const char *dompath; in device_model_postconfig_chardev() local 3202 dompath = libxl__xs_get_dompath(gc, qmp->domid); in device_model_postconfig_chardev() 3203 if (!dompath) { in device_model_postconfig_chardev() 3250 const char *dompath; in device_model_postconfig_vnc() local 3259 dompath = libxl__xs_get_dompath(gc, qmp->domid); in device_model_postconfig_vnc() 3260 if (!dompath) { in device_model_postconfig_vnc() 3269 GCSPRINTF("%s/console/vnc-port", dompath), in device_model_postconfig_vnc() 3300 const char *dompath; in device_model_postconfig_vnc_passwd() local 3304 dompath = libxl__xs_get_dompath(gc, qmp->domid); in device_model_postconfig_vnc_passwd() 3305 if (!dompath) { in device_model_postconfig_vnc_passwd() [all …]
|
| A D | libxl_domain.c | 1726 char *dompath; in libxl__set_vcpuonline_xenstore() local 1730 if (!(dompath = libxl__xs_get_dompath(gc, domid))) in libxl__set_vcpuonline_xenstore() 1737 GCSPRINTF("%s/cpu/%u/availability", dompath, i), in libxl__set_vcpuonline_xenstore() 2213 char *dompath = libxl__xs_get_dompath(gc, domid); in libxl_vm_get_start_time() local 2218 gc, XBT_NULL, GCSPRINTF("%s/vm", dompath)); in libxl_vm_get_start_time() 2237 const char *dompath; in libxl__update_avail_vcpus_xenstore() local 2239 dompath = libxl__xs_get_dompath(gc, domid); in libxl__update_avail_vcpus_xenstore() 2240 if (!dompath) { in libxl__update_avail_vcpus_xenstore() 2246 const char *path = GCSPRINTF("%s/cpu/%u/availability", dompath, i); in libxl__update_avail_vcpus_xenstore()
|
| A D | libxl_bootloader.c | 579 char *dompath = libxl__xs_get_dompath(gc, bl->domid); in bootloader_gotptys() local 580 if (!dompath) { rc = ERROR_FAIL; goto out; } in bootloader_gotptys() 582 dom_console_xs_path = GCSPRINTF("%s/console/tty", dompath); in bootloader_gotptys()
|
| 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 | 594 char *dompath = libxl__xs_get_dompath(gc, domid); in libxl_send_sysrq() local 596 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; }
|
| /tools/xl/ |
| A D | CODING_STYLE | 51 char *dompath = libxl__xs_get_dompath(gc, bl->domid); 52 if (!dompath) { rc = ERROR_FAIL; goto out; }
|
| /tools/libs/util/ |
| A D | CODING_STYLE | 99 char *dompath = libxl__xs_get_dompath(gc, bl->domid); 100 if (!dompath) { rc = ERROR_FAIL; goto out; }
|
Completed in 24 milliseconds