Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/init/
H A Dinit.c208 #define LVLc SIGPIPE macro
254 { LVLc, MASKc, 'c', 0 }
772 cur_state != LVLb && cur_state != LVLc) in main()
843 cur_state == LVLc) { in main()
892 new_state == LVLc) { in main()
1351 cur_state == LVLb || cur_state == LVLc) in spawn()
2157 (void) sigaddset(&act.sa_mask, LVLc); in init_signals()
2170 (void) sigaction(LVLc, &act, NULL); in init_signals()