Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/init/
H A Dinit.c205 #define SINGLE_USER SIGBUS macro
250 { SINGLE_USER, MASKSU, 'S', LSEL_RUNLEVEL },
251 { SINGLE_USER, MASKSU, 's', LSEL_RUNLEVEL },
800 cur_state = SINGLE_USER; in main()
1048 if (cur_state == SINGLE_USER || in remv()
2112 cur_state = SINGLE_USER; in boot_init()
2154 (void) sigaddset(&act.sa_mask, SINGLE_USER); in init_signals()
2167 (void) sigaction(SINGLE_USER, &act, NULL); in init_signals()
3502 if (init_signal == SINGLE_USER) { in userinit()