Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/xen/xenbus/
Dxenbus.c267 error = xs_gather(XST_NIL, path, "state", "%d", &result, NULL); in xenbus_read_driver_state()
282 error = xs_gather(XST_NIL, path, "online", "%d", &value, NULL); in xenbus_dev_is_online()
Dxenbusb_front.c152 error = xs_gather(XST_NIL, ivars->xd_node, in xenbusb_front_get_otherend_node()
Dxenbusb_back.c204 error = xs_gather(XST_NIL, ivars->xd_node, in xenbusb_back_get_otherend_node()
/freebsd-9-stable/sys/xen/xenstore/
Dxenstorevar.h299 int xs_gather(struct xs_transaction t, const char *dir, ...);
Dxenstore.c1557 xs_gather(struct xs_transaction t, const char *dir, ...) in xs_gather() function
/freebsd-9-stable/sys/dev/xen/blkback/
Dblkback.c3170 error = xs_gather(XST_NIL, otherend_path, in xbb_collect_frontend_info()
3204 error = xs_gather(XST_NIL, otherend_path, in xbb_collect_frontend_info()
3752 error = xs_gather(XST_NIL, xenbus_get_otherend_path(xbb->dev), in xbb_attach()
3758 error = xs_gather(XST_NIL, xenbus_get_node(dev), in xbb_attach()
/freebsd-9-stable/sys/dev/xen/blkfront/
Dblkfront.c925 err = xs_gather(XST_NIL, xenbus_get_otherend_path(dev), in blkfront_connect()
944 err = xs_gather(XST_NIL, xenbus_get_otherend_path(dev), in blkfront_connect()
/freebsd-9-stable/sys/dev/xen/netback/
Dnetback.c867 err = xs_gather(XST_NIL, otherend_path, in xnb_collect_xenstore_info()