Home
last modified time | relevance | path

Searched refs:xs_node_read (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/hw/xen/
H A Dxen-bus-helper.c112 value = xs_node_read(h, tid, NULL, errp, "%s/%s", node, key); in xs_node_vscanf()
114 value = xs_node_read(h, tid, NULL, errp, "%s", key); in xs_node_vscanf()
142 char *xs_node_read(struct qemu_xs_handle *h, xs_transaction_t tid, in xs_node_read() function
H A Dxen_pvdev.c87 str = xs_node_read(xenstore, 0, NULL, NULL, "%s/%s", base, node); in xenstore_read_str()
H A Dxen-bus.c159 val = xs_node_read(xenbus->xsh, tid, NULL, NULL, "%s/%s", path, key[i]); in xen_bus_backend_create()
659 return xs_node_read(xenbus->xsh, XBT_NULL, NULL, NULL, "%s/%s", in xen_device_frontend_read()
H A Dtrace-events41 xs_node_read(const char *path, const char *value) "%s %s"
/openbmc/qemu/include/hw/xen/
H A Dxen-bus-helper.h45 char *xs_node_read(struct qemu_xs_handle *h, xs_transaction_t tid,