Searched refs:p_xstat (Results 1 - 7 of 7) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dmach_process.c212 t->p_xstat = 0;
347 t->p_xstat = uap->data;
373 t->p_xstat = uap->data;
H A Dkern_exit.c261 p->p_xstat = rv;
736 pp->si_status = p->p_xstat;
845 trace_parent->si_status = child->p_xstat;
865 child->p_xstat = 0;
1014 status = 0xffff & p->p_xstat; /* convert to int */
1065 status = W_STOPCODE(p->p_xstat);
1246 collect64.si_status = WEXITSTATUS(p->p_xstat);
1307 collect64.si_status = p->p_xstat;
1360 collect64.si_status = p->p_xstat;
1570 p->p_xstat
[all...]
H A Dkern_sig.c1805 sig_proc->p_xstat = signum;
1827 pp->si_status = WEXITSTATUS(sig_proc->p_xstat);
1934 if ((sig_proc->p_lflag & P_LTRACED) != 0 && sig_proc->p_xstat != 0)
1935 uth->uu_siglist |= sigmask(sig_proc->p_xstat);
2053 p->p_xstat = signum;
2078 pp->si_status = p->p_xstat;
2160 * then it will leave it in p->p_xstat;
2163 signum = p->p_xstat;
2222 p->p_xstat = signum;
2237 pp->si_status = WEXITSTATUS(p->p_xstat);
[all...]
H A Dkern_sysctl.c1497 exp->p_xstat = p->p_xstat ;
1566 exp->p_xstat = p->p_xstat ;
H A Dproc_info.c346 pbsd->pbi_xstatus = p->p_xstat;
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dproc.h149 u_short p_xstat; /* Exit status for wait; also stop signal. */ member in struct:extern_proc
H A Dproc_internal.h230 u_int p_xstat; /* Exit status for wait; also stop signal. */ member in struct:proc
466 u_short p_xstat; /* Exit status for wait; also stop signal. */ member in struct:user_extern_proc

Completed in 44 milliseconds