Searched refs:xenbus_write (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/xen/sys/ |
H A D | xenbus_impl.h | 122 extern int xenbus_write(xenbus_transaction_t t, const char *dir,
|
/illumos-gate/usr/src/uts/common/xen/io/ |
H A D | xenbus_client.c | 194 if (xenbus_write(0, path_buffer, "error", printf_buffer) != 0) { in common_dev_error()
|
H A D | xenbus_xs.c | 527 xenbus_write(xenbus_transaction_t t, in xenbus_write() function 665 ret = xenbus_write(t, dir, node, printf_buffer); in xenbus_printf()
|
/illumos-gate/usr/src/uts/i86pc/i86hvm/io/xpv/ |
H A D | xpv_support.c | 647 (void) xenbus_write(xbt, "control", "shutdown", ""); in xen_shutdown_handler()
|
/illumos-gate/usr/src/uts/i86xpv/os/ |
H A D | xen_machdep.c | 841 (void) xenbus_write(xbt, "control", "shutdown", ""); in xen_shutdown_handler()
|