Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/init/
H A Dinit.c199 #define LVL1 SIGQUIT macro
244 { LVL1, MASK1, '1', LSEL_RUNLEVEL },
2148 (void) sigaddset(&act.sa_mask, LVL1); in init_signals()
2161 (void) sigaction(LVL1, &act, NULL); in init_signals()