Home
last modified time | relevance | path

Searched refs:PTRACE_FORK (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/sys/
H A Dptrace.h95 #define PTRACE_FORK 0x0008 macro
/f-stack/freebsd/kern/
H A Dsys_process.c873 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()
H A Dkern_fork.c730 if ((p1->p_ptevents & PTRACE_FORK) != 0) { in do_fork()
739 if ((p1->p_ptevents & PTRACE_FORK) != 0) { in do_fork()
/f-stack/freebsd/amd64/linux/
H A Dlinux_ptrace.c368 mask |= PTRACE_FORK; in linux_ptrace_setoptions()