Searched refs:xs_read (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/xen/xenstore/ |
H A D | xenstorevar.h | 161 int xs_read(struct xs_transaction t, const char *dir,
|
/freebsd/sys/dev/xen/control/ |
H A D | control.c | 340 error = xs_read(XST_NIL, "control", "shutdown", in xctrl_on_watch_event()
|
/freebsd/sys/dev/xen/xenstore/ |
H A D | xenstore.c | 1305 xs_read(struct xs_transaction t, const char *dir, const char *node, in xs_read() function 1497 error = xs_read(t, dir, node, NULL, (void **) &val); in xs_scanf() 1557 error = xs_read(t, dir, name, NULL, (void **) &p); in xs_gather()
|
/freebsd/sys/dev/xen/netfront/ |
H A D | netfront.c | 389 error = xs_read(XST_NIL, path, "mac", NULL, (void **) &macstr); in xen_net_read_mac() 407 error = xs_read(XST_NIL, path, "mac", NULL, (void **) &macstr); in xen_net_read_mac()
|
/freebsd/sys/dev/xen/blkfront/ |
H A D | blkfront.c | 1474 error = xs_read(XST_NIL, xenbus_get_node(dev), in xbd_probe()
|
/freebsd/sys/dev/xen/netback/ |
H A D | netback.c | 879 err = xs_read(XST_NIL, our_path, "bridge", &bridge_len, in xnb_collect_xenstore_info()
|