Home
last modified time | relevance | path

Searched refs:CLD_DUMPED (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/sys/
H A Dsignal.h346 #define CLD_DUMPED 3 /* Child has terminated abnormally and */ macro
/f-stack/freebsd/kern/
H A Dkern_exit.c566 reason = CLD_DUMPED; in exit1()
1091 siginfo->si_code = CLD_DUMPED; in proc_to_reap()
H A Dkern_sig.c3388 reason = CLD_DUMPED; in childproc_exited()