Home
last modified time | relevance | path

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

/openbmc/linux/include/xen/
H A Dxenbus.h184 int xenbus_gather(struct xenbus_transaction t, const char *dir, ...);
/openbmc/linux/drivers/xen/xenbus/
H A Dxenbus_probe_backend.c75 err = xenbus_gather(XBT_NIL, nodename, "frontend-id", "%i", &domid, in backend_bus_id()
H A Dxenbus_xs.c629 int xenbus_gather(struct xenbus_transaction t, const char *dir, ...) in xenbus_gather() function
656 EXPORT_SYMBOL_GPL(xenbus_gather);
H A Dxenbus_client.c928 int err = xenbus_gather(XBT_NIL, path, "state", "%d", &result, NULL); in xenbus_read_driver_state()
H A Dxenbus_probe.c153 int err = xenbus_gather(XBT_NIL, xendev->nodename, in xenbus_read_otherend_details()
/openbmc/linux/drivers/net/xen-netback/
H A Dxenbus.c886 err = xenbus_gather(XBT_NIL, xspath, in connect_data_rings()
897 err = xenbus_gather(XBT_NIL, xspath, in connect_data_rings()
/openbmc/linux/drivers/xen/xen-pciback/
H A Dxenbus.c163 err = xenbus_gather(XBT_NIL, pdev->xdev->otherend, in xen_pcibk_attach()
/openbmc/linux/drivers/xen/
H A Dxen-scsiback.c890 err = xenbus_gather(XBT_NIL, dev->otherend, in scsiback_map()
/openbmc/linux/drivers/block/
H A Dxen-blkfront.c2354 err = xenbus_gather(XBT_NIL, info->xbdev->otherend, in blkfront_connect()