Searched refs:PF_MODES (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/init/
H A Dinit.c303 #define PF_MODES (M_PF | M_PWAIT) macro
806 * it is in PF_MODES then it clears "powerhit" and does
807 * a powerfail sequence. If it is not in PF_MODES, then it
808 * puts itself in PF_MODES and then clears "powerhit". Should
817 op_modes = PF_MODES;
832 if (op_modes == PF_MODES)
902 op_modes = PF_MODES;
1222 * are PF_MODES and clear the "powerhit" flag. Avoid the possible race
1228 op_modes = PF_MODES;

Completed in 150 milliseconds