/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/ |
H A D | waitpid.c | 53 #undef SIGCLD 104 #if !defined(SIGCLD) 131 #if !defined(SIGCLD) 137 #if defined(SIGCLD) 138 handler = signal(SIGCLD, catch); 141 signal(SIGCLD, handler); 155 #if defined(SIGCLD) 156 if (flags & WNOHANG) signal(SIGCLD, handler);
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/ |
H A D | signals.c | 22 #if defined(SIGCLD) && !defined(SIGCHLD) 23 # define SIGCHLD SIGCLD 65 # ifdef SIGCLD 66 # if SIGCLD!=SIGCHLD 67 "CLD", VAL(SIGCLD,SH_SIGFAULT), S("Death of Child"), 71 # ifdef SIGCLD 72 "CLD", VAL(SIGCLD,SH_SIGFAULT), S("Death of Child"),
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | sigaction.c | 102 if (sig == SIGCLD) { in sigaction() 115 if (sig == SIGCLD) in sigaction() 195 if (sig == SIGCLD) { in sigaction32() 208 if (sig == SIGCLD) in sigaction32()
|
/illumos-gate/usr/src/lib/libnsl/saf/ |
H A D | doconfig.c | 443 func = signal(SIGCLD, SIG_DFL); in dorun() 445 (void) signal(SIGCLD, func); in dorun() 456 (void) signal(SIGCLD, func); in dorun() 460 (void) signal(SIGCLD, func); in dorun()
|
/illumos-gate/usr/src/cmd/ttymon/ |
H A D | tmsig.c | 54 (void) sigdelset(&cset, SIGCLD); in catch_signals() 69 (void) sigaction(SIGCLD, &sigact, NULL); in catch_signals()
|
H A D | ttymon.c | 101 (void) sigaction(SIGCLD, NULL, &Sigcld); in main() 288 (void) sigaddset(&tset, SIGCLD); in open_all() 310 (void) sigaddset(&tset, SIGCLD); in open_all()
|
H A D | tmsac.c | 163 (void) sigaddset(&tset, SIGCLD); in sacpoll()
|
H A D | tmhandler.c | 99 (void) sigaddset(&tset, SIGCLD); in fork_tmchild() 370 (void) sigaddset(&tset, SIGCLD); in re_read()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | jobs.h | 54 #if defined(SIGCLD) && !defined(SIGCHLD) 55 # define SIGCHLD SIGCLD
|
H A D | builtins.h | 75 #if defined(SIGCLD) || defined(SIGCHLD)
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/ |
H A D | sigcrit.c | 50 #if defined(SIGCHLD) && ( !defined(SIGCLD) || SIGCHLD != SIGCLD || _lib_sigprocmask || _lib_sigsetm…
|
/illumos-gate/usr/src/cmd/saf/ |
H A D | sac.c | 184 (void) sigaddset(&sigact.sa_mask, SIGCLD); in initialize() 185 (void) sigaction(SIGCLD, &sigact, &Sigcld); in initialize() 408 (void) sigaddset(&tset, SIGCLD); in startpm() 594 (void) sigaddset(&tset, SIGCLD); in startit() 651 (void) sigaction(SIGCLD, &Sigcld, NULL); in startit() 899 (void) sigaddset(&tset, SIGCLD); in pollfail()
|
H A D | readtab.c | 279 (void) sigaddset(&tset, SIGCLD); in purge()
|
/illumos-gate/usr/src/cmd/init/ |
H A D | init.c | 954 (void) sighold(SIGCLD); in enter_maintenance() 957 (void) sigrelse(SIGCLD); in enter_maintenance() 1409 (void) sighold(SIGCLD); in spawn() 1468 (void) sigrelse(SIGCLD); in spawn() 1908 (void) sighold(SIGCLD); in killproc() 1911 (void) sigrelse(SIGCLD); in killproc() 2048 (void) sighold(SIGCLD); in boot_init() 2066 (void) sigrelse(SIGCLD); in boot_init() 2175 (void) sigset(SIGCLD, childeath); in init_signals() 2220 (void) sigaddset(&act.sa_mask, SIGCLD); in setup_pipe() [all …]
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/ |
H A D | signal.c | 73 #ifdef SIGCLD 75 "Death of child", "CLD", SIGCLD,
|
/illumos-gate/usr/src/cmd/ptools/psig/ |
H A D | psig.c | 333 } else if (sig == SIGCLD) { in look() 374 if (sig == SIGCLD) in sigflags() 394 if (sig == SIGCLD) { in sigflags()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | sig.c | 77 {(sigmask(SIGCONT)|sigmask(SIGCLD)|sigmask(SIGPWR) 720 if (sig == SIGCLD) in issig_forreal() 1631 if (sig == SIGCLD) { in setsigact() 1684 if (sig == SIGCLD) in sigdefault() 1722 PTOU(pp)->u_signal[SIGCLD - 1] == SIG_IGN) { in sigcld() 1766 if (sigismember(&pp->p_sig, SIGCLD)) { in post_sigcld() 1970 ASSERT(ip->si_signo == SIGCLD); in sigcld_delete() 1974 if (!sigismember(&p->p_sig, SIGCLD)) { in sigcld_delete() 1985 if (sqp->sq_info.si_signo == SIGCLD) { in sigcld_delete() 1999 if (sqp->sq_info.si_signo == SIGCLD) in sigcld_delete() [all …]
|
/illumos-gate/usr/src/uts/common/sys/iso/ |
H A D | signal_iso.h | 69 #define SIGCLD 18 /* child status change */ macro
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | str2sig.c | 63 { "CLD", SIGCLD },
|
/illumos-gate/usr/src/cmd/zlogin/ |
H A D | zlogin.c | 1600 (void) sigset(SIGCLD, sigcld); in noninteractive_login() 1602 (void) sigaddset(&block_cld, SIGCLD); in noninteractive_login() 1624 (void) sigset(SIGCLD, SIG_DFL); in noninteractive_login() 2154 (void) sigset(SIGCLD, sigcld); in main() 2156 (void) sigaddset(&block_cld, SIGCLD); in main()
|
/illumos-gate/usr/src/cmd/mail/ |
H A D | main.c | 221 for (i = SIGINT; i < SIGCLD; i++) { in main()
|
/illumos-gate/usr/src/cmd/ypcmd/ |
H A D | yp_b_subr.c | 340 sighold(SIGCLD); /* add it to ypbind's signal mask */ 361 sigrelse(SIGCLD); 372 sigrelse(SIGCLD); 377 sigrelse(SIGCLD);
|
/illumos-gate/usr/src/ucbhead/sys/ |
H A D | signal.h | 95 #define SIGCLD 18 /* child status change */ macro
|
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/ |
H A D | lpsched.c | 425 (void) signal(SIGCLD, SIG_IGN); in disable_signals()
|
/illumos-gate/usr/src/cmd/svr4pkg/pkgserv/ |
H A D | pkgserv.c | 447 (void) sigaddset(&sset, SIGCLD); in main() 450 (void) sigset(SIGCLD, nothing); in main() 474 case SIGCLD: in main()
|