Home
last modified time | relevance | path

Searched refs:libxl__xs_read (Results 1 – 21 of 21) sorted by relevance

/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_vtpm.c95 uuid = libxl__xs_read(gc, XBT_NULL, GCSPRINTF("%s/uuid", be_path)); in libxl__vtpm_from_xenstore()
134 val = libxl__xs_read(gc, XBT_NULL, in libxl_device_vtpm_getinfo()
138 val = libxl__xs_read(gc, XBT_NULL, in libxl_device_vtpm_getinfo()
142 val = libxl__xs_read(gc, XBT_NULL, in libxl_device_vtpm_getinfo()
150 val = libxl__xs_read(gc, XBT_NULL, in libxl_device_vtpm_getinfo()
A Dlibxl_mem.c46 mem = libxl__xs_read(gc, XBT_NULL, GCSPRINTF("%s/memory/target", dompath)); in libxl_domain_setmaxmem()
111 target = libxl__xs_read(gc, t, target_path); in libxl__fill_dom0_memory_info()
112 staticmax = libxl__xs_read(gc, t, max_path); in libxl__fill_dom0_memory_info()
215 target = libxl__xs_read(gc, t, GCSPRINTF("%s/memory/target", dompath)); in libxl_set_memory_target()
241 memmax = libxl__xs_read(gc, t, GCSPRINTF("%s/memory/static-max", dompath)); in libxl_set_memory_target()
258 videoram_s = libxl__xs_read(gc, t, GCSPRINTF("%s/memory/videoram", in libxl_set_memory_target()
355 target = libxl__xs_read(gc, XBT_NULL, GCSPRINTF("%s/memory/target", in libxl__get_memory_target()
357 static_max = libxl__xs_read(gc, XBT_NULL, in libxl__get_memory_target()
A Dlibxl_console.c105 tty = libxl__xs_read(gc, XBT_NULL, tty_path); in libxl_console_get_tty()
196 vnc_port = libxl__xs_read(gc, XBT_NULL, in libxl_vncviewer_exec()
206 vnc_listen = libxl__xs_read(gc, XBT_NULL, in libxl_vncviewer_exec()
211 vnc_pass = libxl__xs_read(gc, XBT_NULL, in libxl_vncviewer_exec()
512 name = libxl__xs_read(gc, XBT_NULL, GCSPRINTF("%s/name", libxl_path)); in libxl__append_channel_list()
589 val = libxl__xs_read(gc, XBT_NULL, GCSPRINTF("%s/state", fe_path)); in libxl_device_channel_getinfo()
593 val = libxl__xs_read(gc, XBT_NULL, GCSPRINTF("%s/ring-ref", fe_path)); in libxl_device_channel_getinfo()
595 val = libxl__xs_read(gc, XBT_NULL, GCSPRINTF("%s/port", fe_path)); in libxl_device_channel_getinfo()
601 val = libxl__xs_read(gc, XBT_NULL, GCSPRINTF("%s/tty", fe_path)); in libxl_device_channel_getinfo()
A Dlibxl_xshelp.c134 char * libxl__xs_read(libxl__gc *gc, xs_transaction_t t, const char *path) in libxl__xs_read() function
199 char *result = libxl__xs_read(gc, t, path); in libxl__xs_read_mandatory()
211 char *result = libxl__xs_read(gc, t, path); in libxl__xs_read_checked()
307 val = libxl__xs_read(gc, t, path); in libxl__xs_path_cleanup()
A Dlibxl_pci.c256 tmp = libxl__xs_read(gc, t, tmppath); in libxl__device_pci_remove_xenstore()
260 tmp = libxl__xs_read(gc, t, tmppath); in libxl__device_pci_remove_xenstore()
264 tmp = libxl__xs_read(gc, t, tmppath); in libxl__device_pci_remove_xenstore()
268 tmp = libxl__xs_read(gc, t, tmppath); in libxl__device_pci_remove_xenstore()
274 tmp = libxl__xs_read(gc, t, tmppath); in libxl__device_pci_remove_xenstore()
280 tmp = libxl__xs_read(gc, t, tmppath); in libxl__device_pci_remove_xenstore()
319 num_devs = libxl__xs_read(gc, XBT_NULL, path); in get_all_assigned_devices()
725 return libxl__xs_read(gc, XBT_NULL, in pci_assignable_driver_path_read()
952 state = libxl__xs_read(gc, XBT_NULL, path); in qemu_pci_add_xenstore()
969 vdevfn = libxl__xs_read(gc, XBT_NULL, path); in qemu_pci_add_xenstore()
[all …]
A Dlibxl_disk.c30 value = libxl__xs_read(gc, XBT_NULL, wpath); in disk_eject_xswatch_callback()
547 tmp = libxl__xs_read(gc, XBT_NULL, in libxl__disk_from_xenstore()
562 tmp = libxl__xs_read(gc, XBT_NULL, libxl__sprintf in libxl__disk_from_xenstore()
570 tmp = libxl__xs_read(gc, XBT_NULL, GCSPRINTF("%s/mode", libxl_path)); in libxl__disk_from_xenstore()
580 tmp = libxl__xs_read(gc, XBT_NULL, in libxl__disk_from_xenstore()
650 val = libxl__xs_read(gc, XBT_NULL, GCSPRINTF("%s/state", fe_path)); in libxl_device_disk_getinfo()
654 val = libxl__xs_read(gc, XBT_NULL, GCSPRINTF("%s/ring-ref", fe_path)); in libxl_device_disk_getinfo()
785 tmp = libxl__xs_read(gc, t, GCSPRINTF("%s/frontend", libxl_path)); in libxl_cdrom_insert()
824 tmp = libxl__xs_read(gc, t, GCSPRINTF("%s/frontend", libxl_path)); in libxl_cdrom_insert()
887 if (libxl__xs_read(gc, t, in libxl__alloc_vdev()
[all …]
A Dlibxl_linux.c58 gatewaydev = libxl__xs_read(gc, XBT_NULL, in get_hotplug_env()
107 script = libxl__xs_read(gc, XBT_NULL, GCSPRINTF("%s/%s", be_path, in libxl__hotplug_nic()
162 script = libxl__xs_read(gc, XBT_NULL, in libxl__hotplug_disk()
A Dlibxl_freebsd.c143 script = libxl__xs_read(gc, XBT_NULL, in libxl__hotplug_nic()
173 script = libxl__xs_read(gc, XBT_NULL, in libxl__hotplug_disk()
A Dlibxl_nic.c464 val = libxl__xs_read(gc, XBT_NULL, GCSPRINTF("%s/state", nicpath)); in libxl_device_nic_getinfo()
466 val = libxl__xs_read(gc, XBT_NULL, GCSPRINTF("%s/event-channel", nicpath)); in libxl_device_nic_getinfo()
468 val = libxl__xs_read(gc, XBT_NULL, GCSPRINTF("%s/tx-ring-ref", nicpath)); in libxl_device_nic_getinfo()
470 val = libxl__xs_read(gc, XBT_NULL, GCSPRINTF("%s/rx-ring-ref", nicpath)); in libxl_device_nic_getinfo()
A Dlibxl_netbsd.c42 script = libxl__xs_read(gc, XBT_NULL, in libxl__hotplug()
A Dlibxl_vdispl.c191 val = libxl__xs_read(gc, XBT_NULL, GCSPRINTF("%s/state", devpath)); in libxl_device_vdispl_getinfo()
199 val = libxl__xs_read(gc, XBT_NULL, GCSPRINTF("%s/be-alloc", devpath)); in libxl_device_vdispl_getinfo()
A Dlibxl_domain.c633 return libxl__xs_read(gc, t, shutdown_path); in libxl__domain_pvcontrol_read()
1075 vm_path = libxl__xs_read(gc, XBT_NULL, GCSPRINTF("%s/vm", dom_path)); in devices_destroy_cb()
1453 vm_path = libxl__xs_read( in libxl_vm_get_start_time()
1455 start_time = libxl__xs_read( in libxl_vm_get_start_time()
A Dlibxl_dom_suspend.c434 state = libxl__xs_read(gc, XBT_NULL, path); in libxl__domain_resume_device_model()
A Dlibxl_utils.c210 stubdom_id_s = libxl__xs_read(gc, XBT_NULL, in libxl_get_stubdom_id()
228 target = libxl__xs_read(gc, XBT_NULL, GCSPRINTF("%s/target", in libxl_is_stubdom()
A Dlibxl_dom_save.c312 libxl__xs_read(gc, XBT_NULL, in libxl__save_emulator_xenstore_data()
A Dlibxl_internal.c388 dm_version = libxl__xs_read(gc, XBT_NULL, path); in libxl__device_model_version_running()
A Dlibxl_device.c97 snictype = libxl__xs_read(gc, XBT_NULL, in libxl__nic_type()
801 path = libxl__xs_read(gc, XBT_NULL, path); in libxl__devices_destroy()
1231 hotplug_error = libxl__xs_read(gc, XBT_NULL, in device_hotplug_child_death_cb()
A Dlibxl_dm.c1815 vm_path = libxl__xs_read(gc, XBT_NULL, GCSPRINTF("/local/domain/%d/vm", guest_domid)); in libxl__write_stub_dmargs()
2321 vm_path = libxl__xs_read(gc,t,GCSPRINTF("%s/vm", dom_path)); in libxl__spawn_local_dm()
2644 pid = libxl__xs_read(gc, XBT_NULL, path); in libxl__dm_active()
A Dlibxl_usb.c1254 return libxl__xs_read(gc, XBT_NULL, in usbdev_busid_from_ctrlport()
A Dlibxl_event.c951 const char *p = libxl__xs_read(gc, XBT_NULL, watch_path); in domaindeathcheck_callback()
A Dlibxl_internal.h723 _hidden char *libxl__xs_read(libxl__gc *gc, xs_transaction_t t,

Completed in 59 milliseconds