Searched refs:SINGLE_USER (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/init/ |
H A D | init.c | 201 #define SINGLE_USER SIGBUS macro 246 { SINGLE_USER, MASKSU, 'S', LSEL_RUNLEVEL }, 247 { SINGLE_USER, MASKSU, 's', LSEL_RUNLEVEL }, 796 cur_state = SINGLE_USER; in main() 1036 if (cur_state == SINGLE_USER || in remv() 2150 cur_state = SINGLE_USER; in boot_init() 2192 (void) sigaddset(&act.sa_mask, SINGLE_USER); in init_signals() 2205 (void) sigaction(SINGLE_USER, &act, NULL); in init_signals() 3539 if (init_signal == SINGLE_USER) { in userinit()
|