P_TRACED 200 compat/osf1/osf1_exec.c if (p->p_flag & P_TRACED)
P_TRACED 1110 compat/svr4/svr4_misc.c (p->p_flag & P_TRACED ||
P_TRACED 616 kern/kern_exec.c if (p->p_flag & P_TRACED)
P_TRACED 167 kern/kern_exit.c atomic_clearbits_int(&p->p_flag, P_TRACED);
P_TRACED 264 kern/kern_exit.c if (q->p_flag & P_TRACED) {
P_TRACED 265 kern/kern_exit.c atomic_clearbits_int(&q->p_flag, P_TRACED);
P_TRACED 519 kern/kern_exit.c (p->p_flag & P_TRACED || SCARG(uap, options) & WUNTRACED)) {
P_TRACED 83 kern/kern_fork.c if (p->p_flag & P_TRACED)
P_TRACED 270 kern/kern_fork.c atomic_setbits_int(&p2->p_flag, p1->p_flag & P_TRACED);
P_TRACED 395 kern/kern_fork.c if (p2->p_flag & P_TRACED) {
P_TRACED 460 kern/kern_fork.c if ((flags & FORK_PTRACE) && (p1->p_flag & P_TRACED))
P_TRACED 873 kern/kern_prot.c if ((p->p_flag & P_TRACED) != 0)
P_TRACED 732 kern/kern_sig.c if ((p->p_flag & P_TRACED) == 0 && (p->p_sigcatch & mask) != 0 &&
P_TRACED 815 kern/kern_sig.c if (p->p_flag & P_TRACED)
P_TRACED 897 kern/kern_sig.c if (p->p_flag & P_TRACED)
P_TRACED 936 kern/kern_sig.c if (p->p_flag & P_TRACED)
P_TRACED 1047 kern/kern_sig.c if (mask & p->p_sigignore && (p->p_flag & P_TRACED) == 0)
P_TRACED 1050 kern/kern_sig.c if (p->p_flag & P_TRACED && (p->p_flag & P_PPWAIT) == 0) {
P_TRACED 1067 kern/kern_sig.c if ((p->p_flag & P_TRACED) == 0 || p->p_xstat == 0)
P_TRACED 1115 kern/kern_sig.c if (p->p_flag & P_TRACED ||
P_TRACED 1143 kern/kern_sig.c (p->p_flag & P_TRACED) == 0)
P_TRACED 532 kern/sched_bsd.c if ((p->p_flag & P_TRACED) != 0 && p->p_xstat != 0)
P_TRACED 139 kern/sys_process.c if (ISSET(t->p_flag, P_TRACED))
P_TRACED 204 kern/sys_process.c if (!ISSET(t->p_flag, P_TRACED))
P_TRACED 234 kern/sys_process.c atomic_setbits_int(&t->p_flag, P_TRACED);
P_TRACED 376 kern/sys_process.c atomic_clearbits_int(&t->p_flag, P_TRACED|P_WAITED);
P_TRACED 411 kern/sys_process.c atomic_setbits_int(&t->p_flag, P_TRACED);
P_TRACED 61 miscfs/procfs/procfs_ctl.c ISSET((p)->p_flag, P_TRACED))
P_TRACED 124 miscfs/procfs/procfs_ctl.c if (ISSET(p->p_flag, P_TRACED))
P_TRACED 138 miscfs/procfs/procfs_ctl.c atomic_setbits_int(&p->p_flag, P_TRACED);
P_TRACED 183 miscfs/procfs/procfs_ctl.c if (!ISSET(p->p_flag, P_TRACED))
P_TRACED 187 miscfs/procfs/procfs_ctl.c atomic_clearbits_int(&p->p_flag, P_TRACED);
P_TRACED 231 miscfs/procfs/procfs_ctl.c if (ISSET(p->p_flag, P_TRACED)) {
P_TRACED 234 miscfs/procfs/procfs_ctl.c ISSET(p->p_flag, P_TRACED) &&
P_TRACED 316 sys/proc.h (((p)->p_flag & P_TRACED) ? SIGCHLD : (p)->p_exitsig)
P_TRACED 85 sys/signalvar.h (((p)->p_flag & P_TRACED) == 0 && \