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

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

Completed in 49 milliseconds