Home
last modified time | relevance | path

Searched refs:PT_KILL (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/sys/
H A Dptrace.h50 #define PT_KILL 8 /* kill the child process */ macro
/f-stack/freebsd/amd64/linux/
H A Dlinux_ptrace.c617 error = kern_ptrace(td, PT_KILL, pid, addr, uap->data); in linux_ptrace()
/f-stack/freebsd/kern/
H A Dsys_process.c1161 case PT_KILL: in kern_ptrace()