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

/opensolaris-onvv-gate/usr/src/cmd/init/
H A Dinit.c224 #define LSEL_RUNLEVEL 0x0001 /* runlevels you can transition to */ macro
236 { LVL0, MASK0, '0', LSEL_RUNLEVEL },
237 { LVL1, MASK1, '1', LSEL_RUNLEVEL },
238 { LVL2, MASK2, '2', LSEL_RUNLEVEL },
239 { LVL3, MASK3, '3', LSEL_RUNLEVEL },
240 { LVL4, MASK4, '4', LSEL_RUNLEVEL },
241 { LVL5, MASK5, '5', LSEL_RUNLEVEL },
242 { LVL6, MASK6, '6', LSEL_RUNLEVEL },
243 { SINGLE_USER, MASKSU, 'S', LSEL_RUNLEVEL },
244 { SINGLE_USER, MASKSU, 's', LSEL_RUNLEVEL },
[all...]

Completed in 109 milliseconds