Symbol: P_TRACED
bin/ps/print.c
279
if (flag & P_TRACED)
sys/kern/kern_exec.c
487
(p->p_flags & P_TRACED) == 0) {
sys/kern/kern_exec.c
574
if (p->p_flags & P_TRACED)
sys/kern/kern_exit.c
1347
(((p->p_flags & P_TRACED) && (options & WTRAPPED)) ||
sys/kern/kern_exit.c
1357
((p->p_flags & P_TRACED) == 0 &&
sys/kern/kern_exit.c
1378
if (p->p_flags & P_TRACED)
sys/kern/kern_exit.c
573
if (q->p_flags & P_TRACED) {
sys/kern/kern_exit.c
574
q->p_flags &= ~P_TRACED;
sys/kern/kern_exit.c
636
p->p_flags &= ~P_TRACED;
sys/kern/kern_sig.c
1167
if ((p->p_flags & P_TRACED) || (p->p_stops & S_SIG)) {
sys/kern/kern_sig.c
1249
if (p->p_flags & P_TRACED) {
sys/kern/kern_sig.c
1377
(p->p_flags & P_TRACED) == 0) {
sys/kern/kern_sig.c
1979
int traced = (p->p_flags & P_TRACED) || (p->p_stops & S_SIG);
sys/kern/kern_sig.c
2052
(p->p_flags & P_TRACED) &&
sys/kern/kern_sig.c
2081
if (p->p_flags & P_TRACED)
sys/kern/kern_sig.c
2117
if ((p->p_flags & P_TRACED) == 0) {
sys/kern/kern_sig.c
2175
if (p->p_flags & P_TRACED ||
sys/kern/kern_sig.c
2217
(p->p_flags & P_TRACED) == 0)
sys/kern/kern_sig.c
959
if ((p->p_flags & P_TRACED) == 0 && SIGISMEMBER(p->p_sigcatch, sig) &&
sys/kern/sys_process.c
187
if (p->p_flags & P_TRACED) {
sys/kern/sys_process.c
193
if (curp->p_flags & P_TRACED)
sys/kern/sys_process.c
251
if ((p->p_flags & P_TRACED) == 0) {
sys/kern/sys_process.c
305
p->p_flags |= P_TRACED;
sys/kern/sys_process.c
313
p->p_flags |= P_TRACED;
sys/kern/sys_process.c
362
p->p_flags &= ~(P_TRACED | P_WAITED);
sys/sys/signal2.h
166
if (mayblock == 0 || (p->p_flags & P_TRACED) == 0)
sys/vfs/procfs/procfs_ctl.c
136
if (p->p_flags & P_TRACED)
sys/vfs/procfs/procfs_ctl.c
151
p->p_flags |= P_TRACED;
sys/vfs/procfs/procfs_ctl.c
199
if ((p->p_flags & P_TRACED) == 0)
sys/vfs/procfs/procfs_ctl.c
203
p->p_flags &= ~P_TRACED;
sys/vfs/procfs/procfs_ctl.c
252
if (p->p_flags & P_TRACED) {
sys/vfs/procfs/procfs_ctl.c
255
(p->p_flags & P_TRACED) &&
sys/vfs/procfs/procfs_ctl.c
64
((p)->p_flags & P_TRACED))