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

/illumos-gate/usr/src/cmd/init/
H A Dinit.c201 #define SINGLE_USER SIGBUS macro
246 { SINGLE_USER, MASKSU, 'S', LSEL_RUNLEVEL },
247 { SINGLE_USER, MASKSU, 's', LSEL_RUNLEVEL },
796 cur_state = SINGLE_USER;
1031 * Is the cur_state SINGLE_USER or is this process
1036 if (cur_state == SINGLE_USER ||
2150 cur_state = SINGLE_USER;
2192 (void) sigaddset(&act.sa_mask, SINGLE_USER);
2205 (void) sigaction(SINGLE_USER, &act, NULL);
3539 if (init_signal == SINGLE_USER) {
[all...]

Completed in 64 milliseconds