Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxen_machdep.c803 int err, shutdown_code = SHUTDOWN_INVALID; in xen_shutdown_handler() local
826 shutdown_code = SHUTDOWN_POWEROFF; in xen_shutdown_handler()
828 shutdown_code = SHUTDOWN_REBOOT; in xen_shutdown_handler()
830 shutdown_code = SHUTDOWN_SUSPEND; in xen_shutdown_handler()
832 shutdown_code = SHUTDOWN_HALT; in xen_shutdown_handler()
850 if (shutdown_code != SHUTDOWN_INVALID) { in xen_shutdown_handler()
852 (void *)(intptr_t)shutdown_code, 0); in xen_shutdown_handler()