Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/block/
Dxen-blkfront.c1670 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/
Dxenbus.h161 int xenbus_gather(struct xenbus_transaction t, const char *dir, ...);
/linux-4.1.27/drivers/xen/xenbus/
Dxenbus_probe_backend.c76 err = xenbus_gather(XBT_NIL, nodename, "frontend-id", "%i", &domid, in backend_bus_id()
Dxenbus_xs.c591 int xenbus_gather(struct xenbus_transaction t, const char *dir, ...) in xenbus_gather() function
618 EXPORT_SYMBOL_GPL(xenbus_gather);
Dxenbus_probe.c148 int err = xenbus_gather(XBT_NIL, xendev->nodename, in xenbus_read_otherend_details()
Dxenbus_client.c884 int err = xenbus_gather(XBT_NIL, path, "state", "%d", &result, NULL); in xenbus_read_driver_state()
/linux-4.1.27/drivers/block/xen-blkback/
Dxenbus.c871 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/
Dxenbus.c893 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/
Dxenbus.c161 err = xenbus_gather(XBT_NIL, pdev->xdev->otherend, in xen_pcibk_attach()
/linux-4.1.27/drivers/xen/
Dxen-scsiback.c846 err = xenbus_gather(XBT_NIL, dev->otherend, in scsiback_map()