Searched refs:libxl__xs_get_dompath (Results 1 – 19 of 19) sorted by relevance
| /tools/libs/light/ |
| A D | libxl_genid.c | 75 dom_path = libxl__xs_get_dompath(gc, domid); in libxl__ms_vm_genid_set()
|
| A D | libxl_mem.c | 30 char *dompath = libxl__xs_get_dompath(gc, domid); in libxl_domain_setmaxmem() 190 char *dompath = libxl__xs_get_dompath(gc, domid); in libxl_set_memory_target() 362 char *dompath = libxl__xs_get_dompath(gc, domid); in libxl__get_memory_target()
|
| A D | libxl_dm.c | 2177 libxl__xs_get_dompath(gc, guest_domid)), in libxl__spawn_stub_dm() 2181 libxl__xs_get_dompath(gc, dm_domid)), in libxl__spawn_stub_dm() 2199 libxl__xs_get_dompath(gc, guest_domid)), in libxl__spawn_stub_dm() 2372 const char *dom_path = libxl__xs_get_dompath(gc, dm_domid); in spawn_qmp_proxy() 2719 const char *dom_path = libxl__xs_get_dompath(gc, domid); in libxl__spawn_local_dm() 2946 const char *dom_path = libxl__xs_get_dompath(gc, domid); in device_model_launch() 3019 libxl__xs_get_dompath(gc, backend_id), domid); in libxl__query_qemu_backend() 3025 libxl__xs_get_dompath(gc, backend_id), domid, type); in libxl__query_qemu_backend() 3202 dompath = libxl__xs_get_dompath(gc, qmp->domid); in device_model_postconfig_chardev() 3259 dompath = libxl__xs_get_dompath(gc, qmp->domid); in device_model_postconfig_vnc() [all …]
|
| A D | libxl_domain.c | 40 dom_path = libxl__xs_get_dompath(gc, domid); in libxl__domain_rename() 234 dom_path = libxl__xs_get_dompath(gc, domid); in libxl_domain_preserve() 746 dom_path = libxl__xs_get_dompath(gc, domid); in libxl__domain_pvcontrol_xspath() 1519 dom_path = libxl__xs_get_dompath(gc, domid); in devices_destroy_cb() 1730 if (!(dompath = libxl__xs_get_dompath(gc, domid))) in libxl__set_vcpuonline_xenstore() 2213 char *dompath = libxl__xs_get_dompath(gc, domid); in libxl_vm_get_start_time() 2239 dompath = libxl__xs_get_dompath(gc, domid); in libxl__update_avail_vcpus_xenstore()
|
| A D | libxl_xshelp.c | 149 char *libxl__xs_get_dompath(libxl__gc *gc, uint32_t domid) in libxl__xs_get_dompath() function
|
| A D | libxl_vkb.c | 292 dompath = libxl__xs_get_dompath(gc, domid); in libxl_device_vkb_getinfo()
|
| A D | libxl_device.c | 23 char *dom_path = libxl__xs_get_dompath(gc, device->domid); in libxl__device_frontend_path() 43 char *dom_path = libxl__xs_get_dompath(gc, domid); in libxl__domain_device_frontend_path() 51 char *dom_path = libxl__xs_get_dompath(gc, device->backend_domid); in libxl__device_backend_path() 62 char *dom_path = libxl__xs_get_dompath(gc, backend_domid); in libxl__domain_device_backend_path()
|
| A D | libxl_utils.c | 205 libxl__xs_get_dompath(gc, guest_domid))); in libxl_get_stubdom_id() 222 libxl__xs_get_dompath(gc, domid))); in libxl_is_stubdom()
|
| A D | libxl_vsnd.c | 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()
|
| A D | libxl_console.c | 25 dom_path = libxl__xs_get_dompath(gc, domid); in libxl__console_tty_path()
|
| A D | libxl_bootloader.c | 579 char *dompath = libxl__xs_get_dompath(gc, bl->domid); in bootloader_gotptys()
|
| A D | CODING_STYLE | 99 char *dompath = libxl__xs_get_dompath(gc, bl->domid);
|
| A D | libxl_create.c | 770 dom_path = libxl__xs_get_dompath(gc, *domid); in libxl__domain_make() 2223 dom_path = libxl__xs_get_dompath(gc, domid); in do_domain_soft_reset()
|
| A D | libxl_dom.c | 481 dom_path = libxl__xs_get_dompath(gc, domid); in libxl__build_post()
|
| A D | libxl_usb.c | 1093 libxl__xs_get_dompath(gc, LIBXL_TOOLSTACK_DOMID), in vusb_get_port_path()
|
| A D | libxl_internal.h | 954 _hidden char *libxl__xs_get_dompath(libxl__gc *gc, uint32_t domid);
|
| /tools/xl/ |
| A D | CODING_STYLE | 51 char *dompath = libxl__xs_get_dompath(gc, bl->domid);
|
| /tools/libs/util/ |
| A D | CODING_STYLE | 99 char *dompath = libxl__xs_get_dompath(gc, bl->domid);
|
Completed in 82 milliseconds