Searched refs:xenbus_gather (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/uts/common/xen/io/ |
H A D | xenbus_probe.c | 68 int err = xenbus_gather(XBT_NULL, xendev->nodename, in read_otherend_details()
|
H A D | xenbus_client.c | 273 int err = xenbus_gather(XBT_NULL, path, "state", "%d", &result, NULL); in xenbus_read_driver_state()
|
H A D | blk_common.c | 708 e = xenbus_gather(XBT_NULL, oename, "ring-ref", "%lu", &gref, in blk_bindto_frontend() 716 e = xenbus_gather(XBT_NULL, oename, "protocol", "%63s", in blk_bindto_frontend()
|
H A D | xdb.c | 754 err = xenbus_gather(XBT_NULL, oename, in xdb_bindto_frontend() 768 err = xenbus_gather(XBT_NULL, oename, in xdb_bindto_frontend()
|
H A D | xenbus_xs.c | 675 xenbus_gather(xenbus_transaction_t t, const char *dir, ...) in xenbus_gather() function
|
H A D | xnb.c | 1662 if (xenbus_gather(XBT_NULL, oename, in xnb_read_oe_config()
|
H A D | xdf.c | 1796 if (xenbus_gather(XBT_NULL, oename, in xdf_setstate_connected()
|
/titanic_44/usr/src/uts/common/xen/sys/ |
H A D | xenbus_impl.h | 145 extern int xenbus_gather(xenbus_transaction_t t, const char *dir, ...);
|