Home
last modified time | relevance | path

Searched refs:shutdown_code (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/i86pc/i86hvm/io/xpv/
H A Dxpv_support.c613 int err, shutdown_code = SHUTDOWN_INVALID; in xen_shutdown_handler() local
636 shutdown_code = SHUTDOWN_POWEROFF; in xen_shutdown_handler()
638 shutdown_code = SHUTDOWN_REBOOT; in xen_shutdown_handler()
640 shutdown_code = SHUTDOWN_SUSPEND; in xen_shutdown_handler()
642 shutdown_code = SHUTDOWN_HALT; in xen_shutdown_handler()
656 if (shutdown_code != SHUTDOWN_INVALID) { in xen_shutdown_handler()
658 (void *)(intptr_t)shutdown_code, 0); in xen_shutdown_handler()
/titanic_50/usr/src/uts/i86xpv/os/
H A Dxen_machdep.c813 int err, shutdown_code = SHUTDOWN_INVALID; in xen_shutdown_handler() local
836 shutdown_code = SHUTDOWN_POWEROFF; in xen_shutdown_handler()
838 shutdown_code = SHUTDOWN_REBOOT; in xen_shutdown_handler()
840 shutdown_code = SHUTDOWN_SUSPEND; in xen_shutdown_handler()
842 shutdown_code = SHUTDOWN_HALT; in xen_shutdown_handler()
860 if (shutdown_code != SHUTDOWN_INVALID) { in xen_shutdown_handler()
862 (void *)(intptr_t)shutdown_code, 0); in xen_shutdown_handler()