Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/init/
H A Dinit.c199 #define LVL5 SIGEMT macro
244 { LVL5, MASK5, '5', LSEL_RUNLEVEL },
920 if (new_state != LVL0 && new_state != LVL5 && new_state != LVL6) in update_boot_archive()
2190 (void) sigaddset(&act.sa_mask, LVL5); in init_signals()
2203 (void) sigaction(LVL5, &act, NULL); in init_signals()