/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_vdispl.c | 110 while ((connector = xs_read(ctx->xsh, XBT_NULL, connector_path, NULL)) != in libxl__device_vdispl_getconnectors() 124 info->connectors[i].id = xs_read(ctx->xsh, XBT_NULL, value_path, NULL); in libxl__device_vdispl_getconnectors() 128 value = xs_read(ctx->xsh, XBT_NULL, value_path, NULL); in libxl__device_vdispl_getconnectors() 140 value = xs_read(ctx->xsh, XBT_NULL, value_path, NULL); in libxl__device_vdispl_getconnectors() 145 value = xs_read(ctx->xsh, XBT_NULL, value_path, NULL); in libxl__device_vdispl_getconnectors() 150 value = xs_read(ctx->xsh, XBT_NULL, value_path, NULL); in libxl__device_vdispl_getconnectors() 155 value = xs_read(ctx->xsh, XBT_NULL, value_path, NULL); in libxl__device_vdispl_getconnectors() 183 info->backend = xs_read(ctx->xsh, XBT_NULL, in libxl_device_vdispl_getinfo() 194 info->frontend = xs_read(ctx->xsh, XBT_NULL, in libxl_device_vdispl_getinfo()
|
A D | libxl_vtpm.c | 124 vtpminfo->backend = xs_read(ctx->xsh, XBT_NULL, in libxl_device_vtpm_getinfo() 146 vtpminfo->frontend = xs_read(ctx->xsh, XBT_NULL, in libxl_device_vtpm_getinfo()
|
A D | libxl_disk.c | 507 tmp = xs_read(ctx->xsh, XBT_NULL, in libxl__disk_from_xenstore() 516 tmp = xs_read(ctx->xsh, XBT_NULL, in libxl__disk_from_xenstore() 522 tmp = xs_read(ctx->xsh, XBT_NULL, in libxl__disk_from_xenstore() 531 tmp = xs_read(ctx->xsh, XBT_NULL, \ in libxl__disk_from_xenstore() 555 disk->vdev = xs_read(ctx->xsh, XBT_NULL, in libxl__disk_from_xenstore() 640 diskinfo->backend = xs_read(ctx->xsh, XBT_NULL, in libxl_device_disk_getinfo() 656 diskinfo->frontend = xs_read(ctx->xsh, XBT_NULL, in libxl_device_disk_getinfo()
|
A D | libxl_xshelp.c | 139 ptr = xs_read(ctx->xsh, t, path, NULL); in libxl__xs_read()
|
A D | libxl_exec.c | 194 p = xs_read(xsh, XBT_NULL, path, &len); in libxl__xenstore_child_wait_deprecated()
|
A D | libxl_dom.c | 479 xs_domid = xs_read(ctx->xsh, XBT_NULL, "/tool/xenstored/domid", NULL); in libxl__build_pre() 483 con_domid = xs_read(ctx->xsh, XBT_NULL, "/tool/xenconsoled/domid", NULL); in libxl__build_pre() 639 vm_path = xs_read(ctx->xsh, XBT_NULL, GCSPRINTF("%s/vm", dom_path), NULL); in libxl__build_post()
|
A D | libxl_utils.c | 58 s = xs_read(ctx->xsh, XBT_NULL, path, &len); in libxl_domid_to_name() 154 s = xs_read(ctx->xsh, XBT_NULL, path, &len); in libxl_cpupoolid_to_name()
|
A D | libxl_nic.c | 454 nicinfo->backend = xs_read(ctx->xsh, XBT_NULL, in libxl_device_nic_getinfo()
|
A D | libxl_console.c | 579 channelinfo->backend = xs_read(ctx->xsh, XBT_NULL, in libxl_device_channel_getinfo()
|
A D | libxl_domain.c | 88 got_old_name = xs_read(ctx->xsh, trans, name_path, &got_old_len); in libxl__domain_rename()
|
/xen-4.10.0-shim-comet/tools/tests/xenstore/ |
A D | xs-test.c | 154 buf = xs_read(xsh, XBT_NULL, node, &len); in verify_node() 176 buf = xs_read(xsh, XBT_NULL, paths[0], &len); in test_read() 314 buf = xs_read(xsh, t, paths[0], &len); in test_ta2() 320 buf = xs_read(xsh, t, paths[0], &len); in test_ta2() 327 buf = xs_read(xsh, XBT_NULL, paths[0], &len); in test_ta2() 369 buf = xs_read(xsh, t, paths[0], &len); in test_ta3() 375 buf = xs_read(xsh, t, paths[0], &len); in test_ta3() 384 buf = xs_read(xsh, t, paths[0], &len); in test_ta3()
|
/xen-4.10.0-shim-comet/tools/helpers/ |
A D | xen-init-dom0.c | 26 domid_string = xs_read(xsh, XBT_NULL, DOMID_PATH, NULL); in main() 27 domname_string = xs_read(xsh, XBT_NULL, DOMNAME_PATH, NULL); in main()
|
/xen-4.10.0-shim-comet/tools/xenbackendd/ |
A D | xenbackendd.c | 250 sdisable = xs_read(xs, XBT_NULL, DISABLE_EXEC, 0); in main() 268 sstate = xs_read(xs, XBT_NULL, buf, 0); in main() 278 s = xs_read(xs, XBT_NULL, buf, 0); in main() 298 s = xs_read(xs, XBT_NULL, buf, 0); in main()
|
/xen-4.10.0-shim-comet/tools/xenstat/libxenstat/src/ |
A D | xenstat_solaris.c | 239 tmp = xs_read(node->handle->xshandle, XBT_NULL, path, NULL); in collect_dom_networks() 247 tmp = xs_read(node->handle->xshandle, XBT_NULL, path, NULL); in collect_dom_networks() 347 tmp = xs_read(node->handle->xshandle, XBT_NULL, path, NULL); in collect_dom_vbds() 355 tmp = xs_read(node->handle->xshandle, XBT_NULL, path, NULL); in collect_dom_vbds()
|
A D | xenstat_qmp.c | 167 if ((ptr = xs_read(node->handle->xshandle, XBT_NULL, path, NULL)) == NULL) in lookup_xenstore_devid() 179 if ((ptr = xs_read(node->handle->xshandle, XBT_NULL, path, NULL)) != NULL) { in lookup_xenstore_devid() 396 val = xs_read(node->handle->xshandle, XBT_NULL, path, NULL); in read_attributes_qdisk_dom()
|
A D | xenstat.c | 772 return xs_read(handle->xshandle, XBT_NULL, path, NULL); in xenstat_get_domain_name()
|
/xen-4.10.0-shim-comet/tools/xenstore/ |
A D | xenstore_client.c | 170 val = xs_read(h, XBT_NULL, newpath, &len); in do_ls() 318 char *val = xs_read(xsh, xth, argv[optind], &len); in perform() 367 val = xs_read(xsh, xth, p, &len); in perform() 395 char *val = xs_read(xsh, xth, argv[optind], NULL); in perform()
|
A D | xs.c | 678 void *xs_read(struct xs_handle *h, xs_transaction_t t, in xs_read() function 1174 portstr = xs_read(xs, XBT_NULL, path, &plen); in xs_suspend_evtchn_port()
|
/xen-4.10.0-shim-comet/tools/xenstore/include/ |
A D | xenstore.h | 114 void *xs_read(struct xs_handle *h, xs_transaction_t t,
|
/xen-4.10.0-shim-comet/tools/libvchan/ |
A D | init.c | 256 domid_str = xs_read(xs, 0, "domid", NULL); in init_xs_srv() 408 ref = xs_read(xs, 0, buf, &len); in libxenvchan_client_init() 416 ref = xs_read(xs, 0, buf, &len); in libxenvchan_client_init()
|
/xen-4.10.0-shim-comet/tools/console/client/ |
A D | main.c | 122 pty_path = xs_read(xs, XBT_NULL, path, &len); in get_pty_fd() 433 test = xs_read(xs, XBT_NULL, path, NULL); in main()
|
/xen-4.10.0-shim-comet/tools/console/daemon/ |
A D | io.c | 435 data = xs_read(xs, XBT_NULL, namepath, &len); in create_console_log() 591 data = xs_read(xs, XBT_NULL, path, &len); in console_create_tty() 633 p = xs_read(xs, XBT_NULL, path, NULL); in xs_gather() 685 type = xs_read(xs, XBT_NULL, path, NULL); in console_create_ring()
|
/xen-4.10.0-shim-comet/tools/tests/mce-test/tools/ |
A D | xen-mceinj.c | 419 memstr = xs_read(xs, XBT_NULL, path, &plen); in xs_get_dom_mem()
|
/xen-4.10.0-shim-comet/tools/python/xen/lowlevel/xs/ |
A D | xs.c | 113 xsval = xs_read(xh, th, path, &xsval_n); in xspy_read()
|
/xen-4.10.0-shim-comet/tools/xenpaging/ |
A D | xenpaging.c | 123 val = xs_read(paging->xs_handle, XBT_NULL, vec[XS_WATCH_PATH], NULL); in xenpaging_wait_for_event_or_timeout()
|