Symbol: PTRACE_VFORK
sys/kern/kern_fork.c
626
tracefork(p1, flags) ? PTRACE_FORK : PTRACE_VFORK,
sys/kern/kern_fork.c
662
ISSET(p->p_lflag, PL_PPWAIT) ? PTRACE_VFORK : PTRACE_FORK);
sys/kern/sys_ptrace_common.c
604
PTRACE_VFORK : 0;
sys/kern/sys_ptrace_common.c
638
if (pe.pe_set_event & PTRACE_VFORK)
tests/lib/libc/sys/t_ptrace_clone_wait.h
122
ATF_REQUIRE_EQ(state.pe_report_event & PTRACE_VFORK,
tests/lib/libc/sys/t_ptrace_clone_wait.h
123
PTRACE_VFORK);
tests/lib/libc/sys/t_ptrace_clone_wait.h
143
ATF_REQUIRE_EQ(state.pe_report_event & PTRACE_VFORK,
tests/lib/libc/sys/t_ptrace_clone_wait.h
144
PTRACE_VFORK);
tests/lib/libc/sys/t_ptrace_clone_wait.h
421
event.pe_set_event = PTRACE_FORK | PTRACE_VFORK | PTRACE_VFORK_DONE;
tests/lib/libc/sys/t_ptrace_clone_wait.h
479
ATF_REQUIRE_EQ(state.pe_report_event & PTRACE_VFORK,
tests/lib/libc/sys/t_ptrace_clone_wait.h
480
PTRACE_VFORK);
tests/lib/libc/sys/t_ptrace_clone_wait.h
536
ATF_REQUIRE_EQ(state.pe_report_event & PTRACE_VFORK,
tests/lib/libc/sys/t_ptrace_clone_wait.h
537
PTRACE_VFORK);
tests/lib/libc/sys/t_ptrace_clone_wait.h
96
event.pe_set_event |= PTRACE_VFORK;
tests/lib/libc/sys/t_ptrace_eventmask_wait.h
98
EVENTMASK_PRESERVED(eventmask_preserved_vfork, PTRACE_VFORK)
tests/lib/libc/sys/t_ptrace_fork_wait.h
104
event.pe_set_event |= PTRACE_VFORK;
tests/lib/libc/sys/t_ptrace_fork_wait.h
1046
event.pe_set_event = PTRACE_POSIX_SPAWN | PTRACE_FORK | PTRACE_VFORK
tests/lib/libc/sys/t_ptrace_fork_wait.h
1067
op = PTRACE_VFORK;
tests/lib/libc/sys/t_ptrace_fork_wait.h
1093
op = PTRACE_VFORK;
tests/lib/libc/sys/t_ptrace_fork_wait.h
1386
event.pe_set_event |= PTRACE_VFORK;
tests/lib/libc/sys/t_ptrace_fork_wait.h
1465
ATF_REQUIRE_EQ(state.pe_report_event & PTRACE_VFORK,
tests/lib/libc/sys/t_ptrace_fork_wait.h
1466
PTRACE_VFORK);
tests/lib/libc/sys/t_ptrace_fork_wait.h
149
ATF_REQUIRE_EQ(state.pe_report_event & PTRACE_VFORK,
tests/lib/libc/sys/t_ptrace_fork_wait.h
150
PTRACE_VFORK);
tests/lib/libc/sys/t_ptrace_fork_wait.h
1528
ATF_REQUIRE_EQ(state.pe_report_event & PTRACE_VFORK,
tests/lib/libc/sys/t_ptrace_fork_wait.h
1529
PTRACE_VFORK);
tests/lib/libc/sys/t_ptrace_fork_wait.h
175
ATF_REQUIRE_EQ(state.pe_report_event & PTRACE_VFORK,
tests/lib/libc/sys/t_ptrace_fork_wait.h
176
PTRACE_VFORK);
tests/lib/libc/sys/t_ptrace_fork_wait.h
482
event.pe_set_event |= PTRACE_VFORK;
tests/lib/libc/sys/t_ptrace_fork_wait.h
529
ATF_REQUIRE_EQ(state.pe_report_event & PTRACE_VFORK,
tests/lib/libc/sys/t_ptrace_fork_wait.h
530
PTRACE_VFORK);
tests/lib/libc/sys/t_ptrace_fork_wait.h
555
ATF_REQUIRE_EQ(state.pe_report_event & PTRACE_VFORK,
tests/lib/libc/sys/t_ptrace_fork_wait.h
556
PTRACE_VFORK);
tests/lib/libc/sys/t_ptrace_fork_wait.h
797
event.pe_set_event = PTRACE_POSIX_SPAWN | PTRACE_FORK | PTRACE_VFORK
tests/lib/libc/sys/t_ptrace_fork_wait.h
818
op = PTRACE_VFORK;
tests/lib/libc/sys/t_ptrace_fork_wait.h
845
op = PTRACE_VFORK;