Searched refs:P_LPPWAIT (Results 1 – 8 of 8) sorted by relevance
2694 if (p->p_lflag & P_LPPWAIT) { in issignal_locked()2715 if (p->p_lflag & P_LTRACED && (p->p_lflag & P_LPPWAIT) == 0) { in issignal_locked()2950 if (p->p_lflag & P_LPPWAIT) { in CURSIG()2970 if (p->p_lflag & P_LTRACED && (p->p_lflag & P_LPPWAIT) == 0) { in CURSIG()
720 if ((p->p_lflag & P_LPPWAIT) == P_LPPWAIT) { in proc_pidbsdinfo()849 if ((p->p_lflag & P_LPPWAIT) == P_LPPWAIT) { in proc_pidshortbsdinfo()
1102 (p->p_lflag & P_LPPWAIT) == 0 && in ttioctl_locked()2134 p->p_lflag & P_LPPWAIT) { in ttread()2505 ISSET(tp->t_lflag, TOSTOP) && (p->p_lflag & P_LPPWAIT) == 0 && in ttwrite()
2645 if (p->p_pptr && (p->p_lflag & P_LPPWAIT)) { in exec_mach_imgact()2647 p->p_lflag &= ~P_LPPWAIT; in exec_mach_imgact()
2171 p->p_lflag &= ~(P_LTRACED | P_LPPWAIT); in proc_prepareexit()
1148 if (p->p_lflag & P_LPPWAIT) {1211 if (p->p_lflag & P_LPPWAIT) {
531 #define P_LPPWAIT 0x00002000 /* */ macro
1712 !(p->p_lflag & P_LTRACED && (p->p_lflag & P_LPPWAIT) == 0)) { in mac_do_machexc()