Searched refs:xenbus_gather (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/drivers/block/ |
D | xen-blkfront.c | 1839 err = xenbus_gather(XBT_NIL, info->xbdev->otherend, in blkfront_setup_discard() 1847 err = xenbus_gather(XBT_NIL, info->xbdev->otherend, in blkfront_setup_discard() 1938 err = xenbus_gather(XBT_NIL, info->xbdev->otherend, in blkfront_gather_backend_features() 1955 err = xenbus_gather(XBT_NIL, info->xbdev->otherend, in blkfront_gather_backend_features() 1962 err = xenbus_gather(XBT_NIL, info->xbdev->otherend, in blkfront_gather_backend_features() 1969 err = xenbus_gather(XBT_NIL, info->xbdev->otherend, in blkfront_gather_backend_features() 1977 err = xenbus_gather(XBT_NIL, info->xbdev->otherend, in blkfront_gather_backend_features() 2034 err = xenbus_gather(XBT_NIL, info->xbdev->otherend, in blkfront_connect()
|
/linux-4.4.14/include/xen/ |
D | xenbus.h | 161 int xenbus_gather(struct xenbus_transaction t, const char *dir, ...);
|
/linux-4.4.14/drivers/xen/xenbus/ |
D | xenbus_probe_backend.c | 76 err = xenbus_gather(XBT_NIL, nodename, "frontend-id", "%i", &domid, in backend_bus_id()
|
D | xenbus_xs.c | 591 int xenbus_gather(struct xenbus_transaction t, const char *dir, ...) in xenbus_gather() function 618 EXPORT_SYMBOL_GPL(xenbus_gather);
|
D | xenbus_probe.c | 148 int err = xenbus_gather(XBT_NIL, xendev->nodename, in xenbus_read_otherend_details()
|
D | xenbus_client.c | 930 int err = xenbus_gather(XBT_NIL, path, "state", "%d", &result, NULL); in xenbus_read_driver_state()
|
/linux-4.4.14/drivers/net/xen-netback/ |
D | xenbus.c | 907 err = xenbus_gather(XBT_NIL, xspath, in connect_rings() 918 err = xenbus_gather(XBT_NIL, xspath, in connect_rings()
|
/linux-4.4.14/drivers/block/xen-blkback/ |
D | xenbus.c | 894 err = xenbus_gather(XBT_NIL, dev->otherend, "protocol", in connect_ring() 908 err = xenbus_gather(XBT_NIL, dev->otherend, in connect_ring()
|
/linux-4.4.14/drivers/xen/xen-pciback/ |
D | xenbus.c | 163 err = xenbus_gather(XBT_NIL, pdev->xdev->otherend, in xen_pcibk_attach()
|
/linux-4.4.14/drivers/xen/ |
D | xen-scsiback.c | 840 err = xenbus_gather(XBT_NIL, dev->otherend, in scsiback_map()
|