Home
last modified time | relevance | path

Searched refs:force_shutdown_method (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/i86hvm/io/xpv/
H A Dxpv_support.c575 force_shutdown_method = AD_POWEROFF; in xen_shutdown()
578 force_shutdown_method = AD_HALT; in xen_shutdown()
581 force_shutdown_method = AD_BOOT; in xen_shutdown()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmachdep.c154 int force_shutdown_method = AD_UNKNOWN; variable
235 if (force_shutdown_method != AD_UNKNOWN) in mdboot()
236 fcn = force_shutdown_method; in mdboot()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dmachsystm.h181 extern int force_shutdown_method;
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxen_machdep.c766 force_shutdown_method = AD_POWEROFF; in xen_shutdown()
769 force_shutdown_method = AD_HALT; in xen_shutdown()
772 force_shutdown_method = AD_BOOT; in xen_shutdown()