| /xen/tools/tests/xenstore/ |
| A D | xs-test.c | 79 if ( !xs_write(xsh, XBT_NULL, path, "", 0) ) in call_test() 169 return xs_write(xsh, XBT_NULL, paths[0], write_buffers[0], par) ? 0 : errno; in test_read_init() 193 return xs_write(xsh, XBT_NULL, paths[0], write_buffers[0], par) ? 0 : errno; in test_write() 206 if ( !xs_write(xsh, XBT_NULL, paths[i], write_buffers[i], 1) ) in test_dir_init() 257 if ( xs_write(xsh, XBT_NULL, paths[i], write_buffers[i], 1) ) in test_rm_init() 299 return xs_write(xsh, XBT_NULL, paths[0], write_buffers[0], 1) ? 0 : errno; in test_ta2_init() 319 if ( !xs_write(xsh, t, paths[0], "b", 1) ) in test_ta2() 357 return xs_write(xsh, XBT_NULL, paths[0], write_buffers[0], 1) ? 0 : errno; in test_ta3_init() 374 if ( !xs_write(xsh, XBT_NULL, paths[0], "b", 1) ) in test_ta3() 383 if ( !xs_write(xsh, t, paths[0], "c", 1) ) in test_ta3()
|
| /xen/tools/helpers/ |
| A D | xen-init-dom0.c | 104 if (!xs_write(xsh, XBT_NULL, DOMID_PATH, "0", strlen("0"))) { in main() 110 if (!xs_write(xsh, XBT_NULL, DOMNAME_PATH, "Domain-0", in main()
|
| A D | init-xenstore-domain.c | 323 if ( !xs_write(xsh, XBT_NULL, path, val, strlen(val)) ) in do_xs_write()
|
| /xen/tools/libxl/ |
| A D | libxl_xshelp.c | 64 xs_write(ctx->xsh, t, path, kvs[i + 1], length); in libxl__xs_writev_perms() 112 ok = xs_write(ctx->xsh, t, path, s, strlen(s)); in libxl__xs_vprintf() 173 ok = xs_write(ctx->xsh, t, path, "", 0); in libxl__xs_mknod() 224 if (!xs_write(CTX->xsh, t, path, string, length)) { in libxl__xs_write_checked()
|
| A D | libxl_pci.c | 246 …xs_write(ctx->xsh, t, GCSPRINTF("%s/state-%d", be_path, i), GCSPRINTF("%d", XenbusStateClosing), 1… in libxl__device_pci_remove_xenstore() 247 …xs_write(ctx->xsh, t, GCSPRINTF("%s/state", be_path), GCSPRINTF("%d", XenbusStateReconfiguring), 1… in libxl__device_pci_remove_xenstore() 271 xs_write(ctx->xsh, t, GCSPRINTF("%s/state-%d", be_path, j - 1), tmp, strlen(tmp)); in libxl__device_pci_remove_xenstore() 275 xs_write(ctx->xsh, t, GCSPRINTF("%s/dev-%d", be_path, j - 1), tmp, strlen(tmp)); in libxl__device_pci_remove_xenstore() 279 xs_write(ctx->xsh, t, GCSPRINTF("%s/key-%d", be_path, j - 1), tmp, strlen(tmp)); in libxl__device_pci_remove_xenstore() 284 xs_write(ctx->xsh, t, GCSPRINTF("%s/vdev-%d", be_path, j - 1), tmp, strlen(tmp)); in libxl__device_pci_remove_xenstore() 290 xs_write(ctx->xsh, t, GCSPRINTF("%s/opts-%d", be_path, j - 1), tmp, strlen(tmp)); in libxl__device_pci_remove_xenstore() 296 xs_write(ctx->xsh, t, GCSPRINTF("%s/vdevfn-%d", be_path, j - 1), tmp, strlen(tmp)); in libxl__device_pci_remove_xenstore() 1017 xs_write(ctx->xsh, XBT_NULL, path, state, strlen(state)); in qemu_pci_add_xenstore() 1825 xs_write(ctx->xsh, XBT_NULL, path, state, strlen(state)); in qemu_pci_remove_xenstore()
|
| A D | libxl_create.c | 778 xs_write(ctx->xsh, t, GCSPRINTF("%s/vm", dom_path), vm_path, strlen(vm_path)); in libxl__domain_make() 875 xs_write(ctx->xsh, t, GCSPRINTF("%s/uuid", vm_path), uuid_string, strlen(uuid_string)); in libxl__domain_make() 876 xs_write(ctx->xsh, t, GCSPRINTF("%s/name", vm_path), info->name, strlen(info->name)); in libxl__domain_make() 881 …xs_write(ctx->xsh, t, GCSPRINTF("%s/control/platform-feature-multiprocessor-suspend", dom_path), "… in libxl__domain_make() 882 …xs_write(ctx->xsh, t, GCSPRINTF("%s/control/platform-feature-xs_reset_watches", dom_path), "1", 1); in libxl__domain_make() 885 xs_write(ctx->xsh, t, GCSPRINTF("%s/type", libxl_path), dom_type, in libxl__domain_make()
|
| A D | libxl_domain.c | 105 if (!xs_write(ctx->xsh, trans, name_path, in libxl__domain_rename() 258 xs_write(ctx->xsh, t, GCSPRINTF("%s/vm", dom_path), vm_path, strlen(vm_path)); in libxl_domain_preserve() 265 xs_write(ctx->xsh, t, GCSPRINTF("%s/uuid", vm_path), uuid_string, strlen(uuid_string)); in libxl_domain_preserve()
|
| A D | libxl_device.c | 215 xs_write(ctx->xsh, t, GCSPRINTF("%s/backend", frontend_path), in libxl__device_generic_add() 231 xs_write(ctx->xsh, t, GCSPRINTF("%s/frontend", backend_path), in libxl__device_generic_add()
|
| /xen/tools/misc/ |
| A D | xen-lowmemd.c | 77 if (!xs_write(xs_handle, XBT_NULL, in handle_low_mem()
|
| /xen/tools/xenstore/include/ |
| A D | xenstore.h | 122 bool xs_write(struct xs_handle *h, xs_transaction_t t,
|
| /xen/tools/xenpmd/ |
| A D | xenpmd.c | 381 xs_write(xs, XBT_NULL, "/pm/bif", in write_battery_info_to_xenstore() 437 xs_write(xs, XBT_NULL, "/pm/bst", val, 35); in write_battery_status_to_xenstore()
|
| /xen/tools/libvchan/ |
| A D | init.c | 276 if (!xs_write(xs, xs_trans, buf, ref, strlen(ref))) in init_xs_srv() 283 if (!xs_write(xs, xs_trans, buf, ref, strlen(ref))) in init_xs_srv()
|
| A D | vchan-socket-proxy.c | 463 if (!xs_write(xs, XBT_NULL, state_path, "running", strlen("running"))) { in main()
|
| /xen/tools/xenstore/ |
| A D | xenstore_client.c | 366 if (!xs_write(xsh, xth, argv[optind], val, len)) { in perform()
|
| A D | xs.c | 694 bool xs_write(struct xs_handle *h, xs_transaction_t t, in xs_write() function
|
| /xen/tools/python/xen/lowlevel/xs/ |
| A D | xs.c | 155 result = xs_write(xh, th, path, data, data_n); in xspy_write()
|
| /xen/tools/xenpaging/ |
| A D | xenpaging.c | 69 xs_write(xsh, XBT_NULL, path, "flush-cache", strlen("flush-cache")); in xenpaging_mem_paging_flush_ioemu_cache()
|
| /xen/tools/console/daemon/ |
| A D | io.c | 626 success = xs_write(xs, XBT_NULL, path, slave, strlen(slave)); in console_create_tty()
|