Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/xen/
H A Dxen-bus-helper.h36 int xs_node_scanf(struct qemu_xs_handle *h, xs_transaction_t tid,
/openbmc/qemu/hw/xen/
H A Dxen-host-pci-device.c60 if (xs_node_scanf(xenstore, 0, be_path, "num_devs", NULL, in xen_host_pci_fill_local_addr()
68 if (xs_node_scanf(xenstore, 0, be_path, path, NULL, in xen_host_pci_fill_local_addr()
79 if (xs_node_scanf(xenstore, 0, be_path, path, NULL, in xen_host_pci_fill_local_addr()
H A Dxen-bus.c159 if (xs_node_scanf(xenbus->xsh, tid, path, key[i], NULL, "%ms", in xen_bus_backend_create()
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()
336 if (xs_node_scanf(xenbus->xsh, XBT_NULL, "", /* domain root node */ in xen_bus_realize()
H A Dxen-bus-helper.c131 int xs_node_scanf(struct qemu_xs_handle *h, xs_transaction_t tid, in xs_node_scanf() function
/openbmc/qemu/hw/char/
H A Dxen_console.c554 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()