Home
last modified time | relevance | path

Searched refs:xenbus_write (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/sys/
H A Dxenbus_impl.h122 extern int xenbus_write(xenbus_transaction_t t, const char *dir,
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxenbus_client.c194 if (xenbus_write(0, path_buffer, "error", printf_buffer) != 0) { in common_dev_error()
H A Dxenbus_xs.c527 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 Dxpv_support.c647 (void) xenbus_write(xbt, "control", "shutdown", ""); in xen_shutdown_handler()
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxen_machdep.c841 (void) xenbus_write(xbt, "control", "shutdown", ""); in xen_shutdown_handler()