Searched refs:xenbus_gather (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/drivers/block/ |
D | xen-blkfront.c | 1670 err = xenbus_gather(XBT_NIL, info->xbdev->otherend, in blkfront_setup_discard() 1678 err = xenbus_gather(XBT_NIL, info->xbdev->otherend, in blkfront_setup_discard() 1690 err = xenbus_gather(XBT_NIL, info->xbdev->otherend, in blkfront_setup_indirect() 1809 err = xenbus_gather(XBT_NIL, info->xbdev->otherend, in blkfront_connect() 1833 err = xenbus_gather(XBT_NIL, info->xbdev->otherend, in blkfront_connect() 1850 err = xenbus_gather(XBT_NIL, info->xbdev->otherend, in blkfront_connect() 1857 err = xenbus_gather(XBT_NIL, info->xbdev->otherend, in blkfront_connect() 1864 err = xenbus_gather(XBT_NIL, info->xbdev->otherend, in blkfront_connect()
|
/linux-4.1.27/include/xen/ |
D | xenbus.h | 161 int xenbus_gather(struct xenbus_transaction t, const char *dir, ...);
|
/linux-4.1.27/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 | 884 int err = xenbus_gather(XBT_NIL, path, "state", "%d", &result, NULL); in xenbus_read_driver_state()
|
/linux-4.1.27/drivers/block/xen-blkback/ |
D | xenbus.c | 871 err = xenbus_gather(XBT_NIL, dev->otherend, "ring-ref", "%lu", in connect_ring() 881 err = xenbus_gather(XBT_NIL, dev->otherend, "protocol", in connect_ring() 895 err = xenbus_gather(XBT_NIL, dev->otherend, in connect_ring()
|
/linux-4.1.27/drivers/net/xen-netback/ |
D | xenbus.c | 893 err = xenbus_gather(XBT_NIL, xspath, in connect_rings() 904 err = xenbus_gather(XBT_NIL, xspath, in connect_rings()
|
/linux-4.1.27/drivers/xen/xen-pciback/ |
D | xenbus.c | 161 err = xenbus_gather(XBT_NIL, pdev->xdev->otherend, in xen_pcibk_attach()
|
/linux-4.1.27/drivers/xen/ |
D | xen-scsiback.c | 846 err = xenbus_gather(XBT_NIL, dev->otherend, in scsiback_map()
|