Lines Matching refs:p_lflag
1622 proc_exiting = !!(p->p_lflag & P_LEXIT); in exit_with_reason()
1655 p->p_lflag |= P_LEXIT; in exit_with_reason()
1657 p->p_lflag |= jetsam_flags; in exit_with_reason()
1971 (p->p_pptr->p_lflag & P_LNOATTACH)) { in proc_prepareexit()
2171 p->p_lflag &= ~(P_LTRACED | P_LPPWAIT); in proc_prepareexit()
2178 if (p->p_lflag & P_LTERM) { in proc_prepareexit()
2181 p->p_lflag |= P_LTERM; in proc_prepareexit()
2209 if (!(p->p_lflag & P_LEXIT)) { in proc_exit()
2214 p->p_lflag |= P_LEXIT; in proc_exit()
2220 } else if (!(p->p_lflag & P_LTERM)) { in proc_exit()
2223 p->p_lflag |= P_LTERM; in proc_exit()
2229 p->p_lflag |= P_LPEXIT; in proc_exit()
2236 if ((p->p_lflag & P_LINSIGNAL) || (p->p_sigwaitcnt > 0)) { in proc_exit()
2238 while ((p->p_lflag & P_LINSIGNAL) || (p->p_sigwaitcnt > 1)) { in proc_exit()
2296 if (p->p_lflag & P_LNSPACE_RESOLVER) { in proc_exit()
2449 if (q->p_lflag & P_LTRACED) { in proc_exit()
2481 q->p_lflag &= ~P_LTRACED; in proc_exit()
3061 if (p->p_stat == SSTOP && (p->p_lflag & P_LWAITED) == 0 && in wait4_nocancel()
3062 (p->p_lflag & P_LTRACED || uap->options & WUNTRACED)) { in wait4_nocancel()
3070 p->p_lflag |= P_LWAITED; in wait4_nocancel()
3316 if ((p->p_lflag & P_LWAITED) != 0) { in waitid_nocancel()
3338 p->p_lflag |= P_LWAITED; in waitid_nocancel()