Searched refs:P_LPPWAIT (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_sig.c2240 if (p->p_lflag & P_LPPWAIT)
2259 if (p->p_lflag & P_LTRACED && (p->p_lflag & P_LPPWAIT) == 0) {
2528 if (p->p_lflag & P_LPPWAIT)
2547 if (p->p_lflag & P_LTRACED && (p->p_lflag & P_LPPWAIT) == 0) {
H A Dproc_info.c583 if ((p->p_lflag & P_LPPWAIT) == P_LPPWAIT)
670 if ((p->p_lflag & P_LPPWAIT) == P_LPPWAIT)
H A Dtty.c1114 (p->p_lflag & P_LPPWAIT) == 0 &&
2001 p->p_lflag & P_LPPWAIT) {
2353 ISSET(tp->t_lflag, TOSTOP) && (p->p_lflag & P_LPPWAIT) == 0 &&
H A Dkern_exit.c464 * P_LPPWAIT is set; we will wakeup the parent below.
467 p->p_lflag &= ~(P_LTRACED | P_LPPWAIT);
1800 p->p_lflag &= ~(P_LTRACED | P_LPPWAIT);
H A Dkern_fork.c531 child_proc->p_lflag |= P_LPPWAIT;
H A Dtty_dev.c369 p->p_lflag & P_LPPWAIT) {
H A Dkern_sysctl.c1024 if (p->p_lflag & P_LPPWAIT)
1074 if (p->p_lflag & P_LPPWAIT)
H A Dkern_exec.c1155 if (p->p_pptr && (p->p_lflag & P_LPPWAIT)) {
1157 p->p_lflag &= ~P_LPPWAIT;
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dproc_internal.h455 #define P_LPPWAIT 0x00002000 /* */ macro
/macosx-10.10/xnu-2782.1.97/security/
H A Dmac_base.c2129 !(p->p_lflag & P_LTRACED && (p->p_lflag & P_LPPWAIT) == 0))

Completed in 142 milliseconds