Symbol: PT_SET_EVENT_MASK
sys/kern/sys_ptrace_common.c
1443
case PT_SET_EVENT_MASK:
sys/kern/sys_ptrace_common.c
242
case PT_SET_EVENT_MASK:
sys/kern/sys_ptrace_common.c
446
case PT_SET_EVENT_MASK:
tests/lib/libc/sys/t_ptrace_clone_wait.h
422
SYSCALL_REQUIRE(ptrace(PT_SET_EVENT_MASK, child, &event, elen) != -1);
tests/lib/libc/sys/t_ptrace_clone_wait.h
99
SYSCALL_REQUIRE(ptrace(PT_SET_EVENT_MASK, child, &event, elen) != -1);
tests/lib/libc/sys/t_ptrace_eventmask_wait.h
62
ptrace(PT_SET_EVENT_MASK, child, &set_event, len) != -1);
tests/lib/libc/sys/t_ptrace_fork_wait.h
1048
SYSCALL_REQUIRE(ptrace(PT_SET_EVENT_MASK, tracee, &event, elen) != -1);
tests/lib/libc/sys/t_ptrace_fork_wait.h
107
SYSCALL_REQUIRE(ptrace(PT_SET_EVENT_MASK, child, &event, elen) != -1);
tests/lib/libc/sys/t_ptrace_fork_wait.h
1389
SYSCALL_REQUIRE(ptrace(PT_SET_EVENT_MASK, child, &event, elen) != -1);
tests/lib/libc/sys/t_ptrace_fork_wait.h
485
SYSCALL_REQUIRE(ptrace(PT_SET_EVENT_MASK, tracee, &event, elen)
tests/lib/libc/sys/t_ptrace_fork_wait.h
799
SYSCALL_REQUIRE(ptrace(PT_SET_EVENT_MASK, child, &event, elen) != -1);
tests/lib/libc/sys/t_ptrace_threads_wait.h
133
SYSCALL_REQUIRE(ptrace(PT_SET_EVENT_MASK, child, &event, elen) != -1);
tests/lib/libc/sys/t_ptrace_threads_wait.h
324
SYSCALL_REQUIRE(ptrace(PT_SET_EVENT_MASK, child, &event, elen) != -1);
tests/lib/libc/sys/t_ptrace_threads_wait.h
859
SYSCALL_REQUIRE(ptrace(PT_SET_EVENT_MASK, child, &event, sizeof(event))
tests/lib/libc/sys/t_ptrace_x86_wait.h
1673
SYSCALL_REQUIRE(ptrace(PT_SET_EVENT_MASK, child, &event, elen) != -1);