Searched refs:xs_write (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/xen/control/ |
H A D | control.c | 346 error = xs_write(XST_NIL, "control", "shutdown", ""); in xctrl_on_watch_event() 373 xs_write(XST_NIL, "control", "feature-poweroff", "1"); in notify_support() 374 xs_write(XST_NIL, "control", "feature-reboot", "1"); in notify_support() 375 xs_write(XST_NIL, "control", "feature-suspend", "1"); in notify_support()
|
/freebsd/sys/xen/xenstore/ |
H A D | xenstorevar.h | 175 int xs_write(struct xs_transaction t, const char *dir,
|
/freebsd/sys/xen/xenbus/ |
H A D | xenbus.c | 126 if (xs_write(XST_NIL, path_buffer, "error", printf_buffer) != 0) { in xenbus_dev_verror()
|
/freebsd/sys/dev/xen/xenstore/ |
H A D | xenstore.c | 1322 xs_write(struct xs_transaction t, const char *dir, const char *node, in xs_write() function 1523 error = xs_write(t, dir, node, sbuf_data(sb)); in xs_vprintf()
|