Home
last modified time | relevance | path

Searched refs:CLD_TRAPPED (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dwait3.c122 case CLD_TRAPPED: in wstat()
/illumos-gate/usr/src/ucblib/libucb/port/sys/
H A Dwait4.c154 case CLD_TRAPPED: in wstat()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dwaitpid.c63 case CLD_TRAPPED: in wstat()
/illumos-gate/usr/src/boot/sys/sys/
H A Dsignal.h280 #define CLD_TRAPPED 4 /* Traced child has trapped */ macro
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dprocfs.d.in190 inline int CLD_TRAPPED = @CLD_TRAPPED@; variable
191 #pragma D binding "1.0" CLD_TRAPPED
H A Dprocfs.sed.in153 SED_REPLACE(CLD_TRAPPED)
/illumos-gate/usr/src/uts/common/sys/
H A Dsiginfo.h167 #define CLD_TRAPPED 4 /* traced child has stopped */ macro
/illumos-gate/usr/src/uts/common/os/
H A Dexit.c97 case CLD_TRAPPED: in wstat()
1123 case CLD_TRAPPED: in waitid()
1172 case CLD_TRAPPED: in waitid()
H A Dsig.c1109 p->p_wcode = CLD_TRAPPED; in stop()
/illumos-gate/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_signal.c577 case CLD_TRAPPED: in wstat()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drlogin.c932 if (info.si_code == CLD_TRAPPED) in catchild()
/illumos-gate/usr/src/cmd/ypcmd/
H A Dyp_b_subr.c161 case CLD_TRAPPED: in broadcast_proc_exit()
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg484 @ MSG_SI_CLD_TRAPPED "[ CLD_TRAPPED ]"
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c1413 case CLD_TRAPPED: in gcore_wstat()
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c2771 case CLD_TRAPPED: code = "CLD_TRAPPED"; break; in print_siginfo32()
2928 case CLD_TRAPPED: code = "CLD_TRAPPED"; break; in print_siginfo()