/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_vtpm.c | 95 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 D | libxl_mem.c | 46 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 D | libxl_console.c | 105 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 D | libxl_xshelp.c | 134 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 D | libxl_pci.c | 256 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 D | libxl_disk.c | 30 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 D | libxl_linux.c | 58 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 D | libxl_freebsd.c | 143 script = libxl__xs_read(gc, XBT_NULL, in libxl__hotplug_nic() 173 script = libxl__xs_read(gc, XBT_NULL, in libxl__hotplug_disk()
|
A D | libxl_nic.c | 464 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 D | libxl_netbsd.c | 42 script = libxl__xs_read(gc, XBT_NULL, in libxl__hotplug()
|
A D | libxl_vdispl.c | 191 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 D | libxl_domain.c | 633 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 D | libxl_dom_suspend.c | 434 state = libxl__xs_read(gc, XBT_NULL, path); in libxl__domain_resume_device_model()
|
A D | libxl_utils.c | 210 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 D | libxl_dom_save.c | 312 libxl__xs_read(gc, XBT_NULL, in libxl__save_emulator_xenstore_data()
|
A D | libxl_internal.c | 388 dm_version = libxl__xs_read(gc, XBT_NULL, path); in libxl__device_model_version_running()
|
A D | libxl_device.c | 97 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 D | libxl_dm.c | 1815 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 D | libxl_usb.c | 1254 return libxl__xs_read(gc, XBT_NULL, in usbdev_busid_from_ctrlport()
|
A D | libxl_event.c | 951 const char *p = libxl__xs_read(gc, XBT_NULL, watch_path); in domaindeathcheck_callback()
|
A D | libxl_internal.h | 723 _hidden char *libxl__xs_read(libxl__gc *gc, xs_transaction_t t,
|