P_SYSTRACE 715 arch/i386/i386/trap.c if (ISSET(p->p_flag, P_SYSTRACE)) P_SYSTRACE 625 dev/systrace.c if (!ISSET(proc->p_flag, P_SYSTRACE)) P_SYSTRACE 651 dev/systrace.c atomic_clearbits_int(&proc->p_flag, P_SYSTRACE); P_SYSTRACE 1256 dev/systrace.c if (ISSET(proc->p_flag, P_SYSTRACE)) { P_SYSTRACE 1582 dev/systrace.c atomic_clearbits_int(&proc->p_flag, P_SYSTRACE); P_SYSTRACE 1644 dev/systrace.c atomic_setbits_int(&proc->p_flag, P_SYSTRACE); P_SYSTRACE 222 kern/exec_script.c if (ISSET(p->p_flag, P_SYSTRACE)) { P_SYSTRACE 273 kern/kern_exec.c if (ISSET(p->p_flag, P_SYSTRACE)) { P_SYSTRACE 657 kern/kern_exec.c if (ISSET(p->p_flag, P_SYSTRACE) && P_SYSTRACE 232 kern/kern_exit.c if (ISSET(p->p_flag, P_SYSTRACE)) P_SYSTRACE 414 kern/kern_fork.c if (ISSET(p1->p_flag, P_SYSTRACE)) P_SYSTRACE 136 kern/vfs_lookup.c if (ISSET(cnp->cn_proc->p_flag, P_SYSTRACE))