Home
last modified time | relevance | path

Searched refs:SIGCLD (Results 1 – 25 of 49) sorted by relevance

12

/titanic_41/usr/src/lib/libast/common/comp/
H A Dwaitpid.c53 #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_41/usr/src/lib/libshell/common/data/
H A Dsignals.c24 #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_41/usr/src/uts/common/syscall/
H A Dsigaction.c102 if (sig == SIGCLD) { in sigaction()
115 if (sig == SIGCLD) in sigaction()
195 if (sig == SIGCLD) { in sigaction32()
208 if (sig == SIGCLD) in sigaction32()
/titanic_41/usr/src/lib/libnsl/saf/
H A Ddoconfig.c445 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_41/usr/src/lib/libbc/libc/sys/common/
H A Dsignalmap.c161 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_41/usr/src/lib/libshell/common/include/
H A Djobs.h38 #if defined(SIGCLD) && !defined(SIGCHLD)
39 # define SIGCHLD SIGCLD
H A Dbuiltins.h75 #if defined(SIGCLD) || defined(SIGCHLD)
/titanic_41/usr/src/cmd/ttymon/
H A Dtmsig.c62 (void)sigdelset(&cset, SIGCLD); in catch_signals()
77 (void)sigaction(SIGCLD, &sigact, NULL); in catch_signals()
H A Dttymon.c108 (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 Dtmsac.c174 (void)sigaddset(&tset, SIGCLD); in sacpoll()
H A Dtmhandler.c103 (void)sigaddset(&tset, SIGCLD);
391 (void)sigaddset(&tset, SIGCLD); in re_read()
/titanic_41/usr/src/lib/libast/common/misc/
H A Dsigcrit.c50 #if defined(SIGCHLD) && ( !defined(SIGCLD) || SIGCHLD != SIGCLD || _lib_sigprocmask || _lib_sigsetm…
/titanic_41/usr/src/cmd/saf/
H A Dsac.c186 (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_41/usr/src/cmd/init/
H A Dinit.c942 (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_41/usr/src/lib/libast/common/features/
H A Dsignal.c73 #ifdef SIGCLD
75 "Death of child", "CLD", SIGCLD,
/titanic_41/usr/src/cmd/ptools/psig/
H A Dpsig.c335 } else if (sig == SIGCLD) { in look()
376 if (sig == SIGCLD) in sigflags()
396 if (sig == SIGCLD) { in sigflags()
/titanic_41/usr/src/lib/libbc/inc/include/
H A Dsignal.h42 #define SIGCLD 20 /* System V name for SIGCHLD */ macro
/titanic_41/usr/src/uts/common/os/
H A Dsig.c76 {(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_41/usr/src/uts/common/sys/iso/
H A Dsignal_iso.h69 #define SIGCLD 18 /* child status change */ macro
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dsignal.h91 #define SIGCLD 20 /* System V name for SIGCHLD */ macro
/titanic_41/usr/src/lib/libc/port/gen/
H A Dstr2sig.c63 { "CLD", SIGCLD },
/titanic_41/usr/src/cmd/mail/
H A Dmain.c223 for (i = SIGINT; i < SIGCLD; i++) { in main()
/titanic_41/usr/src/cmd/zlogin/
H A Dzlogin.c1599 (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_41/usr/src/cmd/ypcmd/
H A Dyp_b_subr.c342 sighold(SIGCLD); /* add it to ypbind's signal mask */
363 sigrelse(SIGCLD);
374 sigrelse(SIGCLD);
379 sigrelse(SIGCLD);
/titanic_41/usr/src/cmd/lp/cmd/lpsched/
H A Dlpsched.c427 (void) signal(SIGCLD, SIG_IGN); in disable_signals()

12