Searched refs:xs_node_scanf (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/include/hw/xen/ |
H A D | xen-bus-helper.h | 36 int xs_node_scanf(struct qemu_xs_handle *h, xs_transaction_t tid,
|
/openbmc/qemu/hw/xen/ |
H A D | xen-host-pci-device.c | 60 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 D | xen-bus.c | 159 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 D | xen-bus-helper.c | 131 int xs_node_scanf(struct qemu_xs_handle *h, xs_transaction_t tid, in xs_node_scanf() function
|
/openbmc/qemu/hw/char/ |
H A D | xen_console.c | 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()
|