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

/freebsd-13-stable/sys/xen/xenstore/
H A Dxenstorevar.h163 int xs_read(struct xs_transaction t, const char *dir,
/freebsd-13-stable/sys/dev/xen/control/
H A Dcontrol.c363 error = xs_read(XST_NIL, "control", "shutdown",
/freebsd-13-stable/sys/dev/xen/xenstore/
H A Dxenstore.c539 * \note xs_read does not perform any internal locking to guarantee
1312 xs_read(struct xs_transaction t, const char *dir, const char *node, function
1504 error = xs_read(t, dir, node, NULL, (void **) &val);
1564 error = xs_read(t, dir, name, NULL, (void **) &p);
/freebsd-13-stable/sys/dev/xen/netfront/
H A Dnetfront.c333 error = xs_read(XST_NIL, path, "mac", NULL, (void **) &macstr);
351 error = xs_read(XST_NIL, path, "mac", NULL, (void **) &macstr);
/freebsd-13-stable/sys/dev/xen/blkfront/
H A Dblkfront.c1463 error = xs_read(XST_NIL, xenbus_get_node(dev),
/freebsd-13-stable/sys/dev/xen/netback/
H A Dnetback.c881 err = xs_read(XST_NIL, our_path, "bridge", &bridge_len,

Completed in 76 milliseconds