Home
last modified time | relevance | path

Searched refs:xs_read (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/xen/xenstore/
H A Dxenstorevar.h161 int xs_read(struct xs_transaction t, const char *dir,
/freebsd/sys/dev/xen/control/
H A Dcontrol.c373 error = xs_read(XST_NIL, "control", "shutdown", in xctrl_on_watch_event()
/freebsd/sys/dev/xen/xenstore/
H A Dxenstore.c1305 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 Dnetfront.c381 error = xs_read(XST_NIL, path, "mac", NULL, (void **) &macstr); in xen_net_read_mac()
399 error = xs_read(XST_NIL, path, "mac", NULL, (void **) &macstr); in xen_net_read_mac()
/freebsd/sys/dev/xen/blkfront/
H A Dblkfront.c1457 error = xs_read(XST_NIL, xenbus_get_node(dev), in xbd_probe()
/freebsd/sys/dev/xen/netback/
H A Dnetback.c879 err = xs_read(XST_NIL, our_path, "bridge", &bridge_len, in xnb_collect_xenstore_info()