Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/init/
H A Dinit.c195 #define LVL1 SIGQUIT macro
240 { LVL1, MASK1, '1', LSEL_RUNLEVEL },
2186 (void) sigaddset(&act.sa_mask, LVL1); in init_signals()
2199 (void) sigaction(LVL1, &act, NULL); in init_signals()