/titanic_44/usr/src/lib/libast/common/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);
|
/titanic_44/usr/src/lib/libshell/common/data/ |
H A D | signals.c | 24 #if defined(SIGCLD) && !defined(SIGCHLD) 25 # define SIGCHLD SIGCLD 67 # ifdef SIGCLD 68 # if SIGCLD!=SIGCHLD 69 "CLD", VAL(SIGCLD,SH_SIGFAULT), S("Death of Child"), 73 # ifdef SIGCLD 74 "CLD", VAL(SIGCLD,SH_SIGFAULT), S("Death of Child"),
|
/titanic_44/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()
|
/titanic_44/usr/src/lib/libnsl/saf/ |
H A D | doconfig.c | 445 func = signal(SIGCLD, SIG_DFL); in dorun() 447 (void) signal(SIGCLD, func); in dorun() 458 (void) signal(SIGCLD, func); in dorun() 462 (void) signal(SIGCLD, func); in dorun()
|
/titanic_44/usr/src/lib/libbc/libc/sys/common/ |
H A D | signalmap.c | 161 case SIGCLD: /* System V name for SIGCHLD */ in maptonewsig() 203 return (SIGCLD); in maptooldsig() 247 omask |= sigmask(SIGCLD); in maptooldmask() 291 if (omask & sigmask(SIGCLD)) in maptonewmask()
|
/titanic_44/usr/src/lib/libshell/common/include/ |
H A D | jobs.h | 38 #if defined(SIGCLD) && !defined(SIGCHLD) 39 # define SIGCHLD SIGCLD
|
H A D | builtins.h | 75 #if defined(SIGCLD) || defined(SIGCHLD)
|
/titanic_44/usr/src/cmd/ttymon/ |
H A D | tmsig.c | 62 (void)sigdelset(&cset, SIGCLD); in catch_signals() 77 (void)sigaction(SIGCLD, &sigact, NULL); in catch_signals()
|
H A D | ttymon.c | 108 (void) sigaction(SIGCLD, NULL, &Sigcld); in main() 300 (void) sigaddset(&tset, SIGCLD); in open_all() 322 (void) sigaddset(&tset, SIGCLD); in open_all()
|
H A D | tmsac.c | 174 (void)sigaddset(&tset, SIGCLD); in sacpoll()
|
H A D | tmhandler.c | 103 (void)sigaddset(&tset, SIGCLD); 391 (void)sigaddset(&tset, SIGCLD); in re_read()
|
/titanic_44/usr/src/lib/libast/common/misc/ |
H A D | sigcrit.c | 50 #if defined(SIGCHLD) && ( !defined(SIGCLD) || SIGCHLD != SIGCLD || _lib_sigprocmask || _lib_sigsetm…
|
/titanic_44/usr/src/cmd/saf/ |
H A D | sac.c | 186 (void) sigaddset(&sigact.sa_mask, SIGCLD); in initialize() 187 (void) sigaction(SIGCLD, &sigact, &Sigcld); in initialize() 411 (void) sigaddset(&tset, SIGCLD); in startpm() 598 (void) sigaddset(&tset, SIGCLD); in startit() 655 (void) sigaction(SIGCLD, &Sigcld, NULL); in startit() 901 (void) sigaddset(&tset, SIGCLD); in pollfail()
|
/titanic_44/usr/src/cmd/init/ |
H A D | init.c | 942 (void) sighold(SIGCLD); in enter_maintenance() 945 (void) sigrelse(SIGCLD); in enter_maintenance() 1397 (void) sighold(SIGCLD); in spawn() 1456 (void) sigrelse(SIGCLD); in spawn() 1896 (void) sighold(SIGCLD); in killproc() 1899 (void) sigrelse(SIGCLD); in killproc() 2086 (void) sighold(SIGCLD); in boot_init() 2104 (void) sigrelse(SIGCLD); in boot_init() 2213 (void) sigset(SIGCLD, childeath); in init_signals() 2258 (void) sigaddset(&act.sa_mask, SIGCLD); in setup_pipe() [all …]
|
/titanic_44/usr/src/lib/libast/common/features/ |
H A D | signal.c | 73 #ifdef SIGCLD 75 "Death of child", "CLD", SIGCLD,
|
/titanic_44/usr/src/cmd/ptools/psig/ |
H A D | psig.c | 335 } else if (sig == SIGCLD) { in look() 376 if (sig == SIGCLD) in sigflags() 396 if (sig == SIGCLD) { in sigflags()
|
/titanic_44/usr/src/lib/libbc/inc/include/ |
H A D | signal.h | 42 #define SIGCLD 20 /* System V name for SIGCHLD */ macro
|
/titanic_44/usr/src/uts/common/os/ |
H A D | sig.c | 76 {(sigmask(SIGCONT)|sigmask(SIGCLD)|sigmask(SIGPWR) 704 if (sig == SIGCLD) in issig_forreal() 1615 if (sig == SIGCLD) { in setsigact() 1668 if (sig == SIGCLD) in sigdefault() 1706 PTOU(pp)->u_signal[SIGCLD - 1] == SIG_IGN) { in sigcld() 1750 if (sigismember(&pp->p_sig, SIGCLD)) { in post_sigcld() 1954 ASSERT(ip->si_signo == SIGCLD); in sigcld_delete() 1958 if (!sigismember(&p->p_sig, SIGCLD)) { in sigcld_delete() 1969 if (sqp->sq_info.si_signo == SIGCLD) { in sigcld_delete() 1983 if (sqp->sq_info.si_signo == SIGCLD) in sigcld_delete() [all …]
|
/titanic_44/usr/src/uts/common/sys/iso/ |
H A D | signal_iso.h | 69 #define SIGCLD 18 /* child status change */ macro
|
/titanic_44/usr/src/lib/libc/port/gen/ |
H A D | str2sig.c | 63 { "CLD", SIGCLD },
|
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | signal.h | 91 #define SIGCLD 20 /* System V name for SIGCHLD */ macro
|
/titanic_44/usr/src/cmd/mail/ |
H A D | main.c | 223 for (i = SIGINT; i < SIGCLD; i++) { in main()
|
/titanic_44/usr/src/cmd/zlogin/ |
H A D | zlogin.c | 1599 (void) sigset(SIGCLD, sigcld); in noninteractive_login() 1601 (void) sigaddset(&block_cld, SIGCLD); in noninteractive_login() 1623 (void) sigset(SIGCLD, SIG_DFL); in noninteractive_login() 2153 (void) sigset(SIGCLD, sigcld); in main() 2155 (void) sigaddset(&block_cld, SIGCLD); in main()
|
/titanic_44/usr/src/cmd/ypcmd/ |
H A D | yp_b_subr.c | 342 sighold(SIGCLD); /* add it to ypbind's signal mask */ 363 sigrelse(SIGCLD); 374 sigrelse(SIGCLD); 379 sigrelse(SIGCLD);
|
/titanic_44/usr/src/cmd/lp/cmd/lpsched/ |
H A D | lpsched.c | 427 (void) signal(SIGCLD, SIG_IGN); in disable_signals()
|