Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/init/
H A Dinit.c194 #define LVL0 SIGINT macro
239 { LVL0, MASK0, '0', LSEL_RUNLEVEL },
920 if (new_state != LVL0 && new_state != LVL5 && new_state != LVL6) in update_boot_archive()
2185 (void) sigaddset(&act.sa_mask, LVL0); in init_signals()
2198 (void) sigaction(LVL0, &act, NULL); in init_signals()