Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dexit.c89 case CLD_EXITED: in wstat()
116 case CLD_EXITED: in exit_reason()
140 exit(CLD_EXITED, rval); in rexit()
410 if (why == CLD_EXITED && what == 0) { in zone_init_exit()
436 if (why == CLD_EXITED && what == 0 && in zone_init_exit()
542 why == CLD_EXITED && what == _EVAPORATE); in proc_exit()
1131 case CLD_EXITED: in waitid()
1212 case CLD_EXITED: in waitid()
H A Dlwp.c927 if (proc_exit(CLD_EXITED, 0) == 0) { in lwp_exit()
H A Dzone.c3808 if (proc_exit(CLD_EXITED, z->zone_boot_err) != 0) { in zone_start_init()
4158 exit(CLD_EXITED, 0); in zsched()
6818 exit(CLD_EXITED, 0); in zone_kadmin()
H A Dsig.c1705 case CLD_EXITED: in sigcld()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/proc/
H A Dtst.exitexit.ksh39 /curpsinfo->pr_ppid == $child && args[0] == CLD_EXITED/
/illumos-gate/usr/src/cmd/csh/
H A Dwait3.c114 case CLD_EXITED: in wstat()
/illumos-gate/usr/src/ucblib/libucb/port/sys/
H A Dwait4.c146 case CLD_EXITED: in wstat()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dwaitpid.c55 case CLD_EXITED: in wstat()
/illumos-gate/usr/src/uts/intel/syscall/
H A Dgetcontext.c355 exit(CLD_EXITED, 0); in getsetcontext()
564 exit(CLD_EXITED, 0); in getsetcontext32()
/illumos-gate/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_signal.c569 case CLD_EXITED: in wstat()
631 if (infop->si_signo == SIGCLD && infop->si_code != CLD_EXITED && in s10_waitid()
/illumos-gate/usr/src/uts/sparc/syscall/
H A Dgetcontext.c226 exit(CLD_EXITED, 0); in getsetcontext()
476 exit(CLD_EXITED, 0); in getsetcontext32()
/illumos-gate/usr/src/boot/sys/sys/
H A Dsignal.h275 #define CLD_EXITED 1 /* Child has exited */ macro
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dprocfs.d.in184 inline int CLD_EXITED = @CLD_EXITED@; variable
185 #pragma D binding "1.0" CLD_EXITED
H A Dprocfs.sed.in150 SED_REPLACE(CLD_EXITED)
/illumos-gate/usr/src/uts/common/sys/
H A Dsiginfo.h164 #define CLD_EXITED 1 /* child has exited */ macro
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmhandler.c280 case CLD_EXITED: in sigchild()
/illumos-gate/usr/src/cmd/syseventd/daemons/syseventconfd/
H A Dsyseventconfd.c462 if (info.si_code == CLD_EXITED) { in reapchild()
/illumos-gate/usr/src/cmd/ctrun/
H A Dctrun.c337 if (si->si_code == CLD_EXITED) in sigchld()
/illumos-gate/usr/src/cmd/ypcmd/
H A Dyp_b_subr.c154 case CLD_EXITED: in broadcast_proc_exit()
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg481 @ MSG_SI_CLD_EXITED "[ CLD_EXITED ]"
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c1405 case CLD_EXITED: in gcore_wstat()
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c2768 case CLD_EXITED: code = "CLD_EXITED"; break; in print_siginfo32()
2925 case CLD_EXITED: code = "CLD_EXITED"; break; in print_siginfo()