Searched refs:PTRACE_FORK (Results 1 – 4 of 4) sorted by relevance
95 #define PTRACE_FORK 0x0008 macro
873 p->p_ptevents & PTRACE_FORK ? "enabled" : "disabled", in kern_ptrace()876 p->p_ptevents |= PTRACE_FORK; in kern_ptrace()878 p->p_ptevents &= ~PTRACE_FORK; in kern_ptrace()908 PTRACE_FORK | PTRACE_LWP | PTRACE_VFORK)) != 0) { in kern_ptrace()
730 if ((p1->p_ptevents & PTRACE_FORK) != 0) { in do_fork()739 if ((p1->p_ptevents & PTRACE_FORK) != 0) { in do_fork()
368 mask |= PTRACE_FORK; in linux_ptrace_setoptions()