Symbol: CLONE_VFORK
sys/kern/kern_fork.c
185
if (SCARG(uap, flags) & CLONE_VFORK)
tests/lib/libc/sys/t_fork.c
354
NESTED(nested_clone_vfork, clone, CLONE_VFORK)
tests/lib/libc/sys/t_ptrace_clone_wait.h
106
if ((trackfork && !(flags & CLONE_VFORK)) ||
tests/lib/libc/sys/t_ptrace_clone_wait.h
107
(trackvfork && (flags & CLONE_VFORK))) {
tests/lib/libc/sys/t_ptrace_clone_wait.h
117
if (trackfork && !(flags & CLONE_VFORK)) {
tests/lib/libc/sys/t_ptrace_clone_wait.h
121
if (trackvfork && (flags & CLONE_VFORK)) {
tests/lib/libc/sys/t_ptrace_clone_wait.h
138
if (trackfork && !(flags & CLONE_VFORK)) {
tests/lib/libc/sys/t_ptrace_clone_wait.h
142
if (trackvfork && (flags & CLONE_VFORK)) {
tests/lib/libc/sys/t_ptrace_clone_wait.h
160
if (trackvforkdone && (flags & CLONE_VFORK)) {
tests/lib/libc/sys/t_ptrace_clone_wait.h
182
if ((trackfork && !(flags & CLONE_VFORK)) ||
tests/lib/libc/sys/t_ptrace_clone_wait.h
183
(trackvfork && (flags & CLONE_VFORK))) {
tests/lib/libc/sys/t_ptrace_clone_wait.h
302
CLONE_TEST(clone_vfork1, CLONE_VFORK, false, false, false)
tests/lib/libc/sys/t_ptrace_clone_wait.h
304
CLONE_TEST(clone_vfork2, CLONE_VFORK, true, false, false)
tests/lib/libc/sys/t_ptrace_clone_wait.h
305
CLONE_TEST(clone_vfork3, CLONE_VFORK, false, true, false)
tests/lib/libc/sys/t_ptrace_clone_wait.h
306
CLONE_TEST(clone_vfork4, CLONE_VFORK, true, true, false)
tests/lib/libc/sys/t_ptrace_clone_wait.h
308
CLONE_TEST(clone_vfork5, CLONE_VFORK, false, false, true)
tests/lib/libc/sys/t_ptrace_clone_wait.h
310
CLONE_TEST(clone_vfork6, CLONE_VFORK, true, false, true)
tests/lib/libc/sys/t_ptrace_clone_wait.h
311
CLONE_TEST(clone_vfork7, CLONE_VFORK, false, true, true)
tests/lib/libc/sys/t_ptrace_clone_wait.h
312
CLONE_TEST(clone_vfork8, CLONE_VFORK, true, true, true)
tests/lib/libc/sys/t_ptrace_clone_wait.h
475
if (!(flags & CLONE_VFORK)) {
tests/lib/libc/sys/t_ptrace_clone_wait.h
532
if (!(flags & CLONE_VFORK)) {
tests/lib/libc/sys/t_ptrace_clone_wait.h
551
if (flags & CLONE_VFORK) {
tests/lib/libc/sys/t_ptrace_clone_wait.h
673
CLONE_TEST2(clone_vfork_signalignored, CLONE_VFORK, true, false)
tests/lib/libc/sys/t_ptrace_clone_wait.h
674
CLONE_TEST2(clone_vfork_signalmasked, CLONE_VFORK, false, true)
tests/lib/libc/sys/t_ptrace_clone_wait.h
757
TRACEME_VFORK_CLONE_TEST(traceme_vfork_clone_vfork, CLONE_VFORK)