Symbol: PT_KILL
sys/compat/linux/common/linux_misc.c
135
LINUX_PTRACE_KILL, PT_KILL,
sys/compat/sunos/sunos_misc.c
956
PT_KILL, -1, PT_ATTACH, PT_DETACH,
sys/compat/sunos32/sunos32_misc.c
1190
PT_KILL, -1, PT_ATTACH, PT_DETACH,
sys/kern/sys_ptrace_common.c
1416
case PT_KILL:
sys/kern/sys_ptrace_common.c
265
case PT_KILL:
sys/kern/sys_ptrace_common.c
435
case PT_KILL:
sys/kern/sys_ptrace_common.c
477
if (req != PT_KILL && req != PT_STOP &&
sys/kern/sys_ptrace_common.c
499
case PT_KILL:
sys/kern/sys_ptrace_common.c
969
if (req != PT_KILL || signo != SIGKILL)
sys/kern/sys_ptrace_common.c
973
KASSERT(req == PT_KILL || req == PT_STOP || req == PT_ATTACH);
tests/lib/libc/sys/t_ptrace_bytetransfer_wait.h
314
SYSCALL_REQUIRE(ptrace(PT_KILL, child, (void *)1, 0) != -1);
tests/lib/libc/sys/t_ptrace_fork_wait.h
1075
op = kill_process ? PT_KILL : PT_DETACH;
tests/lib/libc/sys/t_ptrace_fork_wait.h
1119
op = kill_process ? PT_KILL : PT_DETACH;
tests/lib/libc/sys/t_ptrace_fork_wait.h
827
op = kill_process ? PT_KILL : PT_DETACH;
tests/lib/libc/sys/t_ptrace_fork_wait.h
871
op = kill_process ? PT_KILL : PT_DETACH;
tests/lib/libc/sys/t_ptrace_kill.c
119
SYSCALL(ptrace(PT_KILL, pid, NULL, 0), 0);
tests/lib/libc/sys/t_ptrace_kill_wait.h
60
SYSCALL_REQUIRE(ptrace(PT_KILL, child, (void*)1, 0) != -1);
tests/lib/libc/sys/t_ptrace_misc_wait.h
87
SYSCALL_REQUIRE(ptrace(PT_KILL, child, NULL, 0) != -1);
tests/lib/libc/sys/t_ptrace_register_wait.h
139
ptrace(PT_KILL, child, NULL, 0);
tests/lib/libc/sys/t_ptrace_signal_wait.h
2038
FORKEE_ASSERT(ptrace(PT_KILL, tracee, NULL, 0) != -1);
tests/lib/libc/sys/t_ptrace_signal_wait.h
470
SYSCALL_REQUIRE(ptrace(PT_KILL, child, NULL, 0) != -1);
tests/lib/libc/sys/t_ptrace_signal_wait.h
688
SYSCALL_REQUIRE(ptrace(PT_KILL, child, NULL, 0) != -1);
tests/lib/libc/sys/t_ptrace_signal_wait.h
910
SYSCALL_REQUIRE(ptrace(PT_KILL, child, NULL, 0) != -1);
tests/lib/libc/sys/t_ptrace_syscall_wait.h
110
SYSCALL_REQUIRE(ptrace(PT_KILL, child, NULL, 0) != -1);
tests/lib/libc/sys/t_ptrace_threads_wait.h
419
SYSCALL_REQUIRE(ptrace(PT_KILL, child, NULL, 0) != -1);
tests/lib/libc/sys/t_ptrace_threads_wait.h
639
SYSCALL_REQUIRE(ptrace(PT_KILL, child, (void *)1, 0) != -1);
tests/lib/libc/sys/t_ptrace_x86_wait.h
2160
SYSCALL_REQUIRE(ptrace(PT_KILL, child, NULL, 0) != -1);