Searched refs:xs_write (Results 1 – 4 of 4) sorted by relevance
| /src/sys/dev/xen/control/ |
| H A D | control.c | 347 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 D | xenstorevar.h | 174 int xs_write(struct xs_transaction t, const char *dir,
|
| /src/sys/xen/xenbus/ |
| H A D | xenbus.c | 125 if (xs_write(XST_NIL, path_buffer, "error", printf_buffer) != 0) { in xenbus_dev_verror()
|
| /src/sys/dev/xen/xenstore/ |
| H A D | xenstore.c | 1321 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()
|