Home
last modified time | relevance | path

Searched refs:xs_gather (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/xen/xenbus/
H A Dxenbus.c188 error = xs_gather(XST_NIL, path, "state", "%d", &result, NULL); in xenbus_read_driver_state()
203 error = xs_gather(XST_NIL, path, "online", "%d", &value, NULL); in xenbus_dev_is_online()
H A Dxenbusb_front.c149 error = xs_gather(XST_NIL, ivars->xd_node, in xenbusb_front_get_otherend_node()
H A Dxenbusb_back.c201 error = xs_gather(XST_NIL, ivars->xd_node, in xenbusb_back_get_otherend_node()
/freebsd/sys/xen/xenstore/
H A Dxenstorevar.h325 int xs_gather(struct xs_transaction t, const char *dir, ...);
/freebsd/sys/dev/xen/blkfront/
H A Dblkfront.c1253 err = xs_gather(XST_NIL, xenbus_get_otherend_path(dev), in xbd_connect()
1275 err = xs_gather(XST_NIL, xenbus_get_otherend_path(dev), in xbd_connect()
1294 err = xs_gather(XST_NIL, xenbus_get_otherend_path(dev), in xbd_connect()
1299 err = xs_gather(XST_NIL, xenbus_get_otherend_path(dev), in xbd_connect()
1305 err = xs_gather(XST_NIL, xenbus_get_otherend_path(dev), in xbd_connect()
1311 err = xs_gather(XST_NIL, xenbus_get_otherend_path(dev), in xbd_connect()
/freebsd/sys/dev/xen/blkback/
H A Dblkback.c2933 error = xs_gather(XST_NIL, otherend_path, in xbb_collect_frontend_info()
2967 error = xs_gather(XST_NIL, otherend_path, in xbb_collect_frontend_info()
3522 error = xs_gather(XST_NIL, xenbus_get_node(dev), "physical-device-path", in xbb_attach_cb()
3533 error = xs_gather(XST_NIL, xenbus_get_otherend_path(dev), "device-type", in xbb_attach_cb()
3538 error = xs_gather(XST_NIL, xenbus_get_node(dev), "mode", NULL, in xbb_attach_cb()
/freebsd/sys/dev/xen/xenstore/
H A Dxenstore.c1544 xs_gather(struct xs_transaction t, const char *dir, ...) in xs_gather() function
/freebsd/sys/dev/xen/netback/
H A Dnetback.c852 err = xs_gather(XST_NIL, otherend_path, in xnb_collect_xenstore_info()