Home
last modified time | relevance | path

Searched refs:xenbus_gather (Results 1 – 7 of 7) sorted by relevance

/linux-4.19.296/drivers/xen/xenbus/
Dxenbus_probe_backend.c75 err = xenbus_gather(XBT_NIL, nodename, "frontend-id", "%i", &domid, in backend_bus_id()
Dxenbus_xs.c629 int xenbus_gather(struct xenbus_transaction t, const char *dir, ...) in xenbus_gather() function
656 EXPORT_SYMBOL_GPL(xenbus_gather);
Dxenbus_client.c935 int err = xenbus_gather(XBT_NIL, path, "state", "%d", &result, NULL); in xenbus_read_driver_state()
Dxenbus_probe.c148 int err = xenbus_gather(XBT_NIL, xendev->nodename, in xenbus_read_otherend_details()
/linux-4.19.296/include/xen/
Dxenbus.h175 int xenbus_gather(struct xenbus_transaction t, const char *dir, ...);
/linux-4.19.296/drivers/xen/xen-pciback/
Dxenbus.c162 err = xenbus_gather(XBT_NIL, pdev->xdev->otherend, in xen_pcibk_attach()
/linux-4.19.296/drivers/xen/
Dxen-scsiback.c864 err = xenbus_gather(XBT_NIL, dev->otherend, in scsiback_map()