Home
last modified time | relevance | path

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

/titanic_41/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()
/titanic_41/usr/src/uts/i86pc/os/
H A Dmachdep.c152 int force_shutdown_method = AD_UNKNOWN; variable
227 if (force_shutdown_method != AD_UNKNOWN) in mdboot()
228 fcn = force_shutdown_method; in mdboot()
/titanic_41/usr/src/uts/i86pc/sys/
H A Dmachsystm.h180 extern int force_shutdown_method;
/titanic_41/usr/src/uts/i86xpv/os/
H A Dxen_machdep.c776 force_shutdown_method = AD_POWEROFF; in xen_shutdown()
779 force_shutdown_method = AD_HALT; in xen_shutdown()
782 force_shutdown_method = AD_BOOT; in xen_shutdown()