Searched refs:p_xexit (Results 1 – 6 of 6) sorted by relevance
279 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()
302 pd->pd_xstat = KW_EXITCODE(p->p_xexit, p->p_xsig); in procdesc_exit()
512 kn->kn_data = KW_EXITCODE(p->p_xexit, p->p_xsig); in filt_proc()
1152 kp->ki_xstat = KW_EXITCODE(p->p_xexit, p->p_xsig); in fill_kinfo_proc_only()
3395 status = p->p_xexit; in childproc_exited()
689 #define p_endcopy p_xexit691 u_int p_xexit; /* (c) Exit code. */ member