Home
last modified time | relevance | path

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

/freebsd-head/sys/xen/xenbus/
HDxenbus.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()
HDxenbusb_front.c149 error = xs_gather(XST_NIL, ivars->xd_node, in xenbusb_front_get_otherend_node()
HDxenbusb_back.c201 error = xs_gather(XST_NIL, ivars->xd_node, in xenbusb_back_get_otherend_node()
/freebsd-head/sys/xen/xenstore/
HDxenstorevar.h325 int xs_gather(struct xs_transaction t, const char *dir, ...);
/freebsd-head/sys/dev/xen/blkfront/
HDblkfront.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-head/sys/dev/xen/blkback/
HDblkback.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-head/sys/dev/xen/xenstore/
HDxenstore.c1544 xs_gather(struct xs_transaction t, const char *dir, ...) in xs_gather() function
/freebsd-head/sys/dev/xen/netback/
HDnetback.c852 err = xs_gather(XST_NIL, otherend_path, in xnb_collect_xenstore_info()