Home
last modified time | relevance | path

Searched refs:P_LPPWAIT (Results 1 – 8 of 8) sorted by relevance

/xnu-12377.41.6/bsd/kern/ !
H A Dkern_sig.c2694 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()
H A Dproc_info.c720 if ((p->p_lflag & P_LPPWAIT) == P_LPPWAIT) { in proc_pidbsdinfo()
849 if ((p->p_lflag & P_LPPWAIT) == P_LPPWAIT) { in proc_pidshortbsdinfo()
H A Dtty.c1102 (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()
H A Dkern_exec.c2645 if (p->p_pptr && (p->p_lflag & P_LPPWAIT)) { in exec_mach_imgact()
2647 p->p_lflag &= ~P_LPPWAIT; in exec_mach_imgact()
H A Dkern_exit.c2171 p->p_lflag &= ~(P_LTRACED | P_LPPWAIT); in proc_prepareexit()
H A Dkern_sysctl.c1148 if (p->p_lflag & P_LPPWAIT) {
1211 if (p->p_lflag & P_LPPWAIT) {
/xnu-12377.41.6/bsd/sys/ !
H A Dproc_internal.h531 #define P_LPPWAIT 0x00002000 /* */ macro
/xnu-12377.41.6/security/ !
H A Dmac_base.c1712 !(p->p_lflag & P_LTRACED && (p->p_lflag & P_LPPWAIT) == 0)) { in mac_do_machexc()