Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
H A Dgdb_ptrace.h83 #ifndef PT_KILL
84 # define PT_KILL 8 /* Kill the child process. */ macro
H A Dinf-ptrace.c319 ptrace (PT_KILL, pid, (PTRACE_TYPE_ARG3)0, 0); in inf_ptrace_kill()
/dragonfly/sys/sys/
H A Dptrace.h48 #define PT_KILL 8 /* kill the child process */ macro
/dragonfly/contrib/tcpdump/
H A Dprint-wb.c71 #define PT_KILL 4 /* terminate participation */ macro
407 case PT_KILL: in wb_print()
/dragonfly/sys/kern/
H A Dsys_process.c386 case PT_KILL: in kern_ptrace()
622 case PT_KILL: in kern_ptrace()