P_NOCLDSTOP       176 compat/common/kern_sig_43.c 		if (p->p_flag & P_NOCLDSTOP)
P_NOCLDSTOP       118 compat/freebsd/freebsd_signal.c 			if ((p->p_flag & P_NOCLDSTOP) != 0)
P_NOCLDSTOP       316 compat/hpux/hpux_sig.c 		if (p->p_flag & P_NOCLDSTOP)
P_NOCLDSTOP       257 kern/kern_sig.c 			if ((p->p_flag & P_NOCLDSTOP) != 0)
P_NOCLDSTOP       296 kern/kern_sig.c 			atomic_setbits_int(&p->p_flag, P_NOCLDSTOP);
P_NOCLDSTOP       298 kern/kern_sig.c 			atomic_clearbits_int(&p->p_flag, P_NOCLDSTOP);
P_NOCLDSTOP      1211 kern/kern_sig.c 		if ((p->p_pptr->p_flag & P_NOCLDSTOP) == 0)