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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_sig.c2239 if (p->p_lflag & P_LPPWAIT)
2258 if (p->p_lflag & P_LTRACED && (p->p_lflag & P_LPPWAIT) == 0) {
2530 if (p->p_lflag & P_LPPWAIT)
2549 if (p->p_lflag & P_LTRACED && (p->p_lflag & P_LPPWAIT) == 0) {
H A Dproc_info.c519 if ((p->p_lflag & P_LPPWAIT) == P_LPPWAIT)
608 if ((p->p_lflag & P_LPPWAIT) == P_LPPWAIT)
H A Dtty.c1091 (p->p_lflag & P_LPPWAIT) == 0 &&
1969 p->p_lflag & P_LPPWAIT) {
2321 ISSET(tp->t_lflag, TOSTOP) && (p->p_lflag & P_LPPWAIT) == 0 &&
H A Dkern_exit.c421 * P_LPPWAIT is set; we will wakeup the parent below.
424 p->p_lflag &= ~(P_LTRACED | P_LPPWAIT);
1670 p->p_lflag &= ~(P_LTRACED | P_LPPWAIT);
H A Dkern_fork.c509 child_proc->p_lflag |= P_LPPWAIT;
H A Dtty_pty.c287 p->p_lflag & P_LPPWAIT) {
H A Dkern_exec.c1183 if (p->p_pptr && (p->p_lflag & P_LPPWAIT)) {
1185 p->p_lflag &= ~P_LPPWAIT;
H A Dtty_ptmx.c672 p->p_lflag & P_LPPWAIT) {
H A Dkern_sysctl.c1622 if (p->p_lflag & P_LPPWAIT)
1672 if (p->p_lflag & P_LPPWAIT)
/darwin-on-arm/xnu/bsd/sys/
H A Dproc_internal.h428 #define P_LPPWAIT 0x00002000 /* */ macro
/darwin-on-arm/xnu/security/
H A Dmac_base.c2287 !(p->p_lflag & P_LTRACED && (p->p_lflag & P_LPPWAIT) == 0))

Completed in 174 milliseconds