Searched refs:PT_KILL (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.3-release/tools/test/ptrace/
H A Dscescx.c197 ptrace(PT_KILL, pid, NULL, 0);
214 ptrace(PT_KILL, pid, NULL, 0);
222 ptrace(PT_KILL, pid, NULL, 0);
239 ptrace(PT_KILL, pid, NULL, 0);
263 ptrace(PT_KILL, pid, NULL, 0);
280 ptrace(PT_KILL, pid, NULL, 0);
365 ptrace(PT_KILL, pid, NULL, 0);
372 ptrace(PT_KILL, pid, NULL, 0);
393 ptrace(PT_KILL, pid1, NULL, 0);
/freebsd-10.3-release/contrib/gdb/gdb/
H A Dinfptrace.c75 #if !defined (PT_KILL)
76 #define PT_KILL 8 /* Send child a SIGKILL signal */ macro
230 ptrace (PT_KILL, pid, (PTRACE_ARG3_TYPE) 0, 0);
H A Dinfttrace.c109 #if !defined (PT_KILL)
110 #define PT_KILL 8 /* Send child a SIGKILL signal */ macro
3778 case PT_KILL:
/freebsd-10.3-release/sys/sys/
H A Dptrace.h48 #define PT_KILL 8 /* kill the child process */ macro
/freebsd-10.3-release/contrib/tcpdump/
H A Dprint-wb.c75 #define PT_KILL 4 /* terminate participation */ macro
406 case PT_KILL:
/freebsd-10.3-release/gnu/usr.bin/gdb/gdbserver/
H A Dfbsd-low.c225 ptrace (PT_KILL, pid_of (process), 0, 0);
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DProcessMonitor.cpp722 if (PTRACE(PT_KILL, pid, NULL, 0))
/freebsd-10.3-release/sys/kern/
H A Dsys_process.c1135 case PT_KILL:
1136 CTR1(KTR_PTRACE, "PT_KILL: pid %d", p->p_pid);

Completed in 191 milliseconds