Searched refs:xs_gather (Results 1 – 8 of 8) sorted by relevance
| /freebsd-9-stable/sys/xen/xenbus/ |
| D | xenbus.c | 267 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()
|
| D | xenbusb_front.c | 152 error = xs_gather(XST_NIL, ivars->xd_node, in xenbusb_front_get_otherend_node()
|
| D | xenbusb_back.c | 204 error = xs_gather(XST_NIL, ivars->xd_node, in xenbusb_back_get_otherend_node()
|
| /freebsd-9-stable/sys/xen/xenstore/ |
| D | xenstorevar.h | 299 int xs_gather(struct xs_transaction t, const char *dir, ...);
|
| D | xenstore.c | 1557 xs_gather(struct xs_transaction t, const char *dir, ...) in xs_gather() function
|
| /freebsd-9-stable/sys/dev/xen/blkback/ |
| D | blkback.c | 3170 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/ |
| D | blkfront.c | 925 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/ |
| D | netback.c | 867 err = xs_gather(XST_NIL, otherend_path, in xnb_collect_xenstore_info()
|