Home
last modified time | relevance | path

Searched refs:p_xexit (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_exit.c279 p->p_xexit = rval; in exit1()
862 *status = KW_EXITCODE(p->p_xexit, p->p_xsig); in proc_reap()
931 p->p_xexit = p->p_xsig = 0; /* XXX: why? */ in proc_reap()
1098 siginfo->si_status = p->p_xexit; in proc_to_reap()
H A Dsys_procdesc.c302 pd->pd_xstat = KW_EXITCODE(p->p_xexit, p->p_xsig); in procdesc_exit()
H A Dkern_event.c512 kn->kn_data = KW_EXITCODE(p->p_xexit, p->p_xsig); in filt_proc()
H A Dkern_proc.c1152 kp->ki_xstat = KW_EXITCODE(p->p_xexit, p->p_xsig); in fill_kinfo_proc_only()
H A Dkern_sig.c3395 status = p->p_xexit; in childproc_exited()
/f-stack/freebsd/sys/
H A Dproc.h689 #define p_endcopy p_xexit
691 u_int p_xexit; /* (c) Exit code. */ member