Searched refs:xenbus_gather (Results 1 – 8 of 8) sorted by relevance
| /linux/include/xen/ |
| H A D | xenbus.h | 179 int xenbus_gather(struct xenbus_transaction t, const char *dir, ...);
|
| /linux/drivers/xen/xenbus/ |
| H A D | xenbus_probe_backend.c | 75 err = xenbus_gather(XBT_NIL, nodename, "frontend-id", "%i", &domid, in backend_bus_id()
|
| H A D | xenbus_xs.c | 620 int xenbus_gather(struct xenbus_transaction t, const char *dir, ...) in xenbus_gather() function 647 EXPORT_SYMBOL_GPL(xenbus_gather);
|
| H A D | xenbus_client.c | 942 int err = xenbus_gather(XBT_NIL, path, "state", "%d", &result, NULL); in xenbus_read_driver_state()
|
| H A D | xenbus_probe.c | 153 int err = xenbus_gather(XBT_NIL, xendev->nodename, in xenbus_read_otherend_details()
|
| /linux/drivers/net/xen-netback/ |
| H A D | xenbus.c | 886 err = xenbus_gather(XBT_NIL, xspath, in connect_data_rings() 897 err = xenbus_gather(XBT_NIL, xspath, in connect_data_rings()
|
| /linux/drivers/xen/xen-pciback/ |
| H A D | xenbus.c | 163 err = xenbus_gather(XBT_NIL, pdev->xdev->otherend, in xen_pcibk_attach()
|
| /linux/drivers/xen/ |
| H A D | xen-scsiback.c | 890 err = xenbus_gather(XBT_NIL, dev->otherend, in scsiback_map()
|