Searched refs:xenbus_gather (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/include/xen/ |
D | xenbus.h | 187 int xenbus_gather(struct xenbus_transaction t, const char *dir, ...);
|
/linux-6.1.9/drivers/xen/xenbus/ |
D | xenbus_probe_backend.c | 75 err = xenbus_gather(XBT_NIL, nodename, "frontend-id", "%i", &domid, in backend_bus_id()
|
D | xenbus_xs.c | 629 int xenbus_gather(struct xenbus_transaction t, const char *dir, ...) in xenbus_gather() function 656 EXPORT_SYMBOL_GPL(xenbus_gather);
|
D | xenbus_client.c | 928 int err = xenbus_gather(XBT_NIL, path, "state", "%d", &result, NULL); in xenbus_read_driver_state()
|
D | xenbus_probe.c | 149 int err = xenbus_gather(XBT_NIL, xendev->nodename, in xenbus_read_otherend_details()
|
/linux-6.1.9/drivers/net/xen-netback/ |
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-6.1.9/drivers/xen/xen-pciback/ |
D | xenbus.c | 163 err = xenbus_gather(XBT_NIL, pdev->xdev->otherend, in xen_pcibk_attach()
|
/linux-6.1.9/drivers/xen/ |
D | xen-scsiback.c | 890 err = xenbus_gather(XBT_NIL, dev->otherend, in scsiback_map()
|
/linux-6.1.9/drivers/block/ |
D | xen-blkfront.c | 2354 err = xenbus_gather(XBT_NIL, info->xbdev->otherend, in blkfront_connect()
|