Lines Matching refs:p_lflag
1593 proc_exiting = !!(p->p_lflag & P_LEXIT); in exit_with_reason()
1626 p->p_lflag |= P_LEXIT; in exit_with_reason()
1628 p->p_lflag |= jetsam_flags; in exit_with_reason()
1942 (p->p_pptr->p_lflag & P_LNOATTACH)) { in proc_prepareexit()
2138 p->p_lflag &= ~(P_LTRACED | P_LPPWAIT); in proc_prepareexit()
2145 if (p->p_lflag & P_LTERM) { in proc_prepareexit()
2148 p->p_lflag |= P_LTERM; in proc_prepareexit()
2176 if (!(p->p_lflag & P_LEXIT)) { in proc_exit()
2181 p->p_lflag |= P_LEXIT; in proc_exit()
2187 } else if (!(p->p_lflag & P_LTERM)) { in proc_exit()
2190 p->p_lflag |= P_LTERM; in proc_exit()
2196 p->p_lflag |= P_LPEXIT; in proc_exit()
2203 if ((p->p_lflag & P_LINSIGNAL) || (p->p_sigwaitcnt > 0)) { in proc_exit()
2205 while ((p->p_lflag & P_LINSIGNAL) || (p->p_sigwaitcnt > 1)) { in proc_exit()
2263 if (p->p_lflag & P_LNSPACE_RESOLVER) { in proc_exit()
2416 if (q->p_lflag & P_LTRACED) { in proc_exit()
2448 q->p_lflag &= ~P_LTRACED; in proc_exit()
3028 if (p->p_stat == SSTOP && (p->p_lflag & P_LWAITED) == 0 && in wait4_nocancel()
3029 (p->p_lflag & P_LTRACED || uap->options & WUNTRACED)) { in wait4_nocancel()
3037 p->p_lflag |= P_LWAITED; in wait4_nocancel()
3283 if ((p->p_lflag & P_LWAITED) != 0) { in waitid_nocancel()
3305 p->p_lflag |= P_LWAITED; in waitid_nocancel()