Searched defs:shutdown_watch (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/i86hvm/io/xpv/
H A Dxpv_support.c297 static struct xenbus_watch shutdown_watch; variable in typeref:struct:xenbus_watch
684 shutdown_watch.node = "control/shutdown";
685 shutdown_watch.callback = xen_shutdown_handler;
686 if (register_xenbus_watch(&shutdown_watch))
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxen_machdep.c866 static struct xenbus_watch shutdown_watch; variable in typeref:struct:xenbus_watch
875 shutdown_watch.node = "control/shutdown";
876 shutdown_watch.callback = xen_shutdown_handler;
877 if (register_xenbus_watch(&shutdown_watch))

Completed in 79 milliseconds