Home
last modified time | relevance | path

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

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