Searched refs:xenbus_gather (Results 1 – 8 of 8) sorted by relevance
/drivers/block/ |
D | xen-blkfront.c | 1160 err = xenbus_gather(XBT_NIL, info->xbdev->otherend, in blkfront_setup_discard() 1169 err = xenbus_gather(XBT_NIL, info->xbdev->otherend, in blkfront_setup_discard() 1219 err = xenbus_gather(XBT_NIL, info->xbdev->otherend, in blkfront_connect() 1234 err = xenbus_gather(XBT_NIL, info->xbdev->otherend, in blkfront_connect() 1253 err = xenbus_gather(XBT_NIL, info->xbdev->otherend, in blkfront_connect() 1262 err = xenbus_gather(XBT_NIL, info->xbdev->otherend, in blkfront_connect()
|
/drivers/xen/xenbus/ |
D | xenbus_probe_backend.c | 74 err = xenbus_gather(XBT_NIL, nodename, "frontend-id", "%i", &domid, in backend_bus_id()
|
D | xenbus_xs.c | 553 int xenbus_gather(struct xenbus_transaction t, const char *dir, ...) in xenbus_gather() function 580 EXPORT_SYMBOL_GPL(xenbus_gather);
|
D | xenbus_client.c | 726 int err = xenbus_gather(XBT_NIL, path, "state", "%d", &result, NULL); in xenbus_read_driver_state()
|
D | xenbus_probe.c | 142 int err = xenbus_gather(XBT_NIL, xendev->nodename, in xenbus_read_otherend_details()
|
/drivers/block/xen-blkback/ |
D | xenbus.c | 728 err = xenbus_gather(XBT_NIL, dev->otherend, "ring-ref", "%lu", in connect_ring() 738 err = xenbus_gather(XBT_NIL, dev->otherend, "protocol", in connect_ring()
|
/drivers/net/xen-netback/ |
D | xenbus.c | 400 err = xenbus_gather(XBT_NIL, dev->otherend, in connect_rings()
|
/drivers/xen/xen-pciback/ |
D | xenbus.c | 156 err = xenbus_gather(XBT_NIL, pdev->xdev->otherend, in xen_pcibk_attach()
|