Home
last modified time | relevance | path

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

/xen/tools/libxl/
A Dlibxl_mem.c31 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 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.c3151 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 Dlibxl_bootloader.c496 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 Dlibxl_domain.c1721 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 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.c639 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 DCODING_STYLE99 char *dompath = libxl__xs_get_dompath(gc, bl->domid);
100 if (!dompath) { rc = ERROR_FAIL; goto out; }
/xen/tools/xl/
A DCODING_STYLE51 char *dompath = libxl__xs_get_dompath(gc, bl->domid);
52 if (!dompath) { rc = ERROR_FAIL; goto out; }

Completed in 33 milliseconds