Home
last modified time | relevance | path

Searched refs:xs_write (Results 1 – 4 of 4) sorted by relevance

/src/sys/dev/xen/control/
H A Dcontrol.c347 error = xs_write(XST_NIL, "control", "shutdown", ""); in xctrl_on_watch_event()
374 xs_write(XST_NIL, "control", "feature-poweroff", "1"); in notify_support()
375 xs_write(XST_NIL, "control", "feature-reboot", "1"); in notify_support()
376 xs_write(XST_NIL, "control", "feature-suspend", "1"); in notify_support()
/src/sys/xen/xenstore/
H A Dxenstorevar.h174 int xs_write(struct xs_transaction t, const char *dir,
/src/sys/xen/xenbus/
H A Dxenbus.c125 if (xs_write(XST_NIL, path_buffer, "error", printf_buffer) != 0) { in xenbus_dev_verror()
/src/sys/dev/xen/xenstore/
H A Dxenstore.c1321 xs_write(struct xs_transaction t, const char *dir, const char *node, in xs_write() function
1522 error = xs_write(t, dir, node, sbuf_data(sb)); in xs_vprintf()