/openbmc/qemu/tests/unit/ |
H A D | test-xs-node.c | 65 err = xs_impl_rm(s, DOMID_QEMU, XBT_NULL, "/local"); in xs_impl_delete() 284 err = write_str(s, DOMID_QEMU, XBT_NULL, abspath, ""); in setup() 291 err = xs_impl_set_perms(s, DOMID_QEMU, XBT_NULL, abspath, perms); in setup() 299 err = write_str(s, DOMID_QEMU, XBT_NULL, abspath, ""); in setup() 305 err = xs_impl_set_perms(s, DOMID_QEMU, XBT_NULL, abspath, perms); in setup() 342 err = xs_impl_read(s, DOMID_GUEST, XBT_NULL, "foo", data); in test_xs_node_simple() 346 err = write_str(s, DOMID_GUEST, XBT_NULL, "some/relative/path", in test_xs_node_simple() 360 err = xs_impl_read(s, DOMID_GUEST, XBT_NULL, "some/relative/path", data); in test_xs_node_simple() 367 err = xs_impl_read(s, DOMID_GUEST, XBT_NULL, in test_xs_node_simple() 378 err = write_str(s, DOMID_GUEST, XBT_NULL, "/local/domain/badplace", in test_xs_node_simple() [all …]
|
/openbmc/qemu/hw/xen/ |
H A D | xen-bus.c | 68 if (tid == XBT_NULL) { in xen_device_unplug() 130 if (tid == XBT_NULL) { in xen_bus_backend_create() 195 backend = qemu_xen_xs_directory(xenbus->xsh, XBT_NULL, domain_path, &n); in xen_bus_type_enumerate() 206 if (xs_node_scanf(xenbus->xsh, XBT_NULL, backend_path, "state", in xen_bus_type_enumerate() 210 if (xs_node_scanf(xenbus->xsh, XBT_NULL, backend_path, "online", in xen_bus_type_enumerate() 241 type = qemu_xen_xs_directory(xenbus->xsh, XBT_NULL, "backend", &n); in xen_bus_enumerate() 336 if (xs_node_scanf(xenbus->xsh, XBT_NULL, "", /* domain root node */ in xen_bus_realize() 418 xs_node_vprintf(xenbus->xsh, XBT_NULL, xendev->backend_path, key, in xen_device_backend_printf() 438 rc = xs_node_vscanf(xenbus->xsh, XBT_NULL, xendev->backend_path, key, in xen_device_backend_scanf() 560 xs_node_create(xenbus->xsh, XBT_NULL, xendev->backend_path, in xen_device_backend_create() [all …]
|
/openbmc/qemu/hw/i386/kvm/ |
H A D | xenstore_impl.c | 83 tx->base_tx = XBT_NULL; in nobble_tx() 94 } while (tx_id == XBT_NULL || tx_id == s->root_tx || in next_tx() 347 if (op->tx_id != XBT_NULL) { in xs_node_add_content() 457 if (op->tx_id != XBT_NULL) { in xs_node_rm() 570 if (op->tx_id != XBT_NULL) { in xs_node_set_perms() 852 if (tx_id == XBT_NULL) { in init_walk_op() 939 if (*tx_id != XBT_NULL) { in xs_impl_transaction_start() 1036 ret = init_walk_op(s, &op, XBT_NULL, tx->dom_id, "/", &n); in transaction_commit() 1394 n->serialized_tx = XBT_NULL; in clear_serialized_tx() 1442 if (n->serialized_tx != XBT_NULL) { in save_node() [all …]
|
H A D | xen_xenstore.c | 103 err = xs_impl_write(s->impl, DOMID_QEMU, XBT_NULL, abspath, data); in relpath_printf() 108 err = xs_impl_set_perms(s->impl, DOMID_QEMU, XBT_NULL, abspath, perms); in relpath_printf() 1689 unsigned int new_tx = XBT_NULL; in xs_be_transaction_start() 1693 return XBT_NULL; in xs_be_transaction_start()
|
/openbmc/qemu/hw/char/ |
H A D | xen_console.c | 384 value = qemu_xen_xs_read(xenbus->xsh, XBT_NULL, fe_path, NULL); in xen_console_get_name() 554 if (xs_node_scanf(xsh, XBT_NULL, fe, "type", errp, "%ms", &type) != 1) { in type_init() 572 if (xs_node_scanf(xsh, XBT_NULL, fe, "output", NULL, "%ms", &output) == 1) { in type_init()
|
/openbmc/qemu/include/hw/xen/ |
H A D | xen_backend_ops.h | 263 #define XBT_NULL 0 macro 392 return XBT_NULL; in qemu_xen_xs_transaction_start()
|
/openbmc/qemu/accel/xen/ |
H A D | xen-all.c | 39 if (!qemu_xen_xs_write(xenstore, XBT_NULL, path, state, strlen(state))) { in xenstore_record_dm_state()
|
/openbmc/qemu/hw/net/ |
H A D | xen_nic.c | 522 value = qemu_xen_xs_read(xenbus->xsh, XBT_NULL, fe_path, NULL); in xen_netdev_get_name()
|
/openbmc/qemu/hw/block/ |
H A D | xen-block.c | 92 existing_frontends = qemu_xen_xs_directory(xenbus->xsh, XBT_NULL, fe_path, in xen_block_find_free_vdev()
|