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

/illumos-gate/usr/src/cmd/zlogin/
H A Dzlogin.c527 sigcld(int s) function
1599 (void) sigset(SIGCLD, sigcld);
2153 (void) sigset(SIGCLD, sigcld);
/illumos-gate/usr/src/uts/common/os/
H A Dexit.c414 * It will be given to sigcld(), below.
631 * will put it in the right place in the sigcld in the end.
701 * sigcld() will add the child to parents
705 sigcld(q, NULL);
851 sigcld(p, sqp);
854 * Do what sigcld() would do if the disposition
H A Dsig.c398 sigcld(p, sqp);
1044 sigcld(p, sqp);
1698 sigcld(proc_t *cp, sigqueue_t *sqp) function
1746 * Common code called from sigcld() and from
1773 * (See call to sigcld(q, NULL) in exit().)
/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h615 extern void sigcld(proc_t *, sigqueue_t *);

Completed in 100 milliseconds