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

/darwin-on-arm/xnu/bsd/kern/
H A Dmach_process.c231 t->p_xstat = 0;
381 t->p_xstat = uap->data;
407 t->p_xstat = uap->data;
H A Dkern_exit.c349 p->p_xstat = rv;
479 exitval = p->p_xstat;
797 knote_hint = NOTE_EXIT | (p->p_xstat & 0xffff);
840 pp->si_status = p->p_xstat;
958 knote_hint = NOTE_EXIT | (child->p_xstat & 0xffff);
972 trace_parent->si_status = child->p_xstat;
1010 child->p_xstat = 0;
1179 status = 0xffff & p->p_xstat; /* convert to int */
1247 status = W_STOPCODE(p->p_xstat);
1420 siginfo.si_status = WEXITSTATUS(p->p_xstat);
[all...]
H A Dkern_sig.c2011 sig_proc->p_xstat = signum;
2033 pp->si_status = WEXITSTATUS(sig_proc->p_xstat);
2148 if ((sig_proc->p_lflag & P_LTRACED) != 0 && sig_proc->p_xstat != 0)
2149 uth->uu_siglist |= sigmask(sig_proc->p_xstat);
2265 p->p_xstat = signum;
2290 pp->si_status = p->p_xstat;
2375 * then it will leave it in p->p_xstat;
2378 signum = p->p_xstat;
2437 p->p_xstat = signum;
2452 pp->si_status = WEXITSTATUS(p->p_xstat);
[all...]
H A Dkern_sysctl.c1657 exp->p_xstat = p->p_xstat;
1703 exp->p_xstat = p->p_xstat;
H A Dproc_info.c493 pbsd->pbi_xstatus = p->p_xstat;
/darwin-on-arm/xnu/bsd/sys/
H A Dproc_internal.h261 u_int p_xstat; /* Exit status for wait; also stop signal. */ member in struct:proc
536 u_short p_xstat; /* Exit status for wait; also stop signal. */ member in struct:user32_extern_proc
588 u_short p_xstat; /* Exit status for wait; also stop signal. */ member in struct:user64_extern_proc
H A Dproc.h141 u_short p_xstat; /* Exit status for wait; also stop signal. */ member in struct:extern_proc

Completed in 38 milliseconds