Home
last modified time | relevance | path

Searched refs:dompath (Results 1 – 10 of 10) sorted by relevance

/tools/libs/light/
A Dlibxl_mem.c48 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 Dlibxl_vkb.c287 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 Dlibxl_dm.c3163 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 Dlibxl_domain.c1726 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 Dlibxl_bootloader.c579 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 Dlibxl_vsnd.c595 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 Dlibxl.c594 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 DCODING_STYLE99 char *dompath = libxl__xs_get_dompath(gc, bl->domid);
100 if (!dompath) { rc = ERROR_FAIL; goto out; }
/tools/xl/
A DCODING_STYLE51 char *dompath = libxl__xs_get_dompath(gc, bl->domid);
52 if (!dompath) { rc = ERROR_FAIL; goto out; }
/tools/libs/util/
A DCODING_STYLE99 char *dompath = libxl__xs_get_dompath(gc, bl->domid);
100 if (!dompath) { rc = ERROR_FAIL; goto out; }

Completed in 24 milliseconds