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

/illumos-gate/usr/src/cmd/init/
H A Dinit.c306 #define PF_MODES (M_PF | M_PWAIT) macro
809 * it is in PF_MODES then it clears "powerhit" and does
810 * a powerfail sequence. If it is not in PF_MODES, then it
811 * puts itself in PF_MODES and then clears "powerhit". Should
820 op_modes = PF_MODES;
835 if (op_modes == PF_MODES)
905 op_modes = PF_MODES;
1225 * are PF_MODES and clear the "powerhit" flag. Avoid the possible race
1231 op_modes = PF_MODES;

Completed in 65 milliseconds