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

/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dmach_process.c230 t->p_xstat = 0;
386 t->p_xstat = uap->data;
412 t->p_xstat = uap->data;
H A Dkern_exit.c365 p->p_xstat = rv;
522 exitval = p->p_xstat;
881 knote_hint = NOTE_EXIT | (p->p_xstat & 0xffff);
925 pp->si_status = p->p_xstat;
1043 knote_hint = NOTE_EXIT | (child->p_xstat & 0xffff);
1057 trace_parent->si_status = child->p_xstat;
1099 child->p_xstat = 0;
1284 status = 0xffff & p->p_xstat; /* convert to int */
1352 status = W_STOPCODE(p->p_xstat);
1540 siginfo.si_status = WEXITSTATUS(p->p_xstat);
[all...]
H A Dkern_sig.c2012 sig_proc->p_xstat = signum;
2034 pp->si_status = WEXITSTATUS(sig_proc->p_xstat);
2149 if ((sig_proc->p_lflag & P_LTRACED) != 0 && sig_proc->p_xstat != 0)
2150 uth->uu_siglist |= sigmask(sig_proc->p_xstat);
2266 p->p_xstat = signum;
2291 pp->si_status = p->p_xstat;
2373 * then it will leave it in p->p_xstat;
2376 signum = p->p_xstat;
2435 p->p_xstat = signum;
2450 pp->si_status = WEXITSTATUS(p->p_xstat);
[all...]
H A Dkern_sysctl.c1059 exp->p_xstat = p->p_xstat;
1105 exp->p_xstat = p->p_xstat;
H A Dproc_info.c557 pbsd->pbi_xstatus = p->p_xstat;
2477 exit_data |= (p->p_xstat & NOTE_PDATAMASK);
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dproc_internal.h263 u_int p_xstat; /* Exit status for wait; also stop signal. */ member in struct:proc
576 u_short p_xstat; /* Exit status for wait; also stop signal. */ member in struct:user32_extern_proc
628 u_short p_xstat; /* Exit status for wait; also stop signal. */ member in struct:user64_extern_proc
H A Dproc.h142 u_short p_xstat; /* Exit status for wait; also stop signal. */ member in struct:extern_proc
/macosx-10.10/adv_cmds-158/ps/
H A Dkeyword.c202 {"xstat", "XSTAT", NULL, 0, pvar, NULL, 4, POFF(p_xstat), USHORT, "x"},

Completed in 151 milliseconds