Symbol: CLONE_FILES
sys/kern/kern_fork.c
181
if (SCARG(uap, flags) & CLONE_FILES)
tests/lib/libc/sys/t_clone.c
136
CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|SIGUSR1,
tests/lib/libc/sys/t_clone.c
189
CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|SIGCHLD, NULL);
tests/lib/libc/sys/t_clone.c
211
CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|SIGCHLD, NULL);
tests/lib/libc/sys/t_clone.c
243
CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|SIGCHLD, (void *)&rl);
tests/lib/libc/sys/t_fork.c
352
NESTED(nested_clone_files, clone, CLONE_FILES)
tests/lib/libc/sys/t_ptrace_clone_wait.h
276
CLONE_TEST(clone_files1, CLONE_FILES, false, false, false)
tests/lib/libc/sys/t_ptrace_clone_wait.h
278
CLONE_TEST(clone_files2, CLONE_FILES, true, false, false)
tests/lib/libc/sys/t_ptrace_clone_wait.h
279
CLONE_TEST(clone_files3, CLONE_FILES, false, true, false)
tests/lib/libc/sys/t_ptrace_clone_wait.h
280
CLONE_TEST(clone_files4, CLONE_FILES, true, true, false)
tests/lib/libc/sys/t_ptrace_clone_wait.h
282
CLONE_TEST(clone_files5, CLONE_FILES, false, false, true)
tests/lib/libc/sys/t_ptrace_clone_wait.h
284
CLONE_TEST(clone_files6, CLONE_FILES, true, false, true)
tests/lib/libc/sys/t_ptrace_clone_wait.h
285
CLONE_TEST(clone_files7, CLONE_FILES, false, true, true)
tests/lib/libc/sys/t_ptrace_clone_wait.h
286
CLONE_TEST(clone_files8, CLONE_FILES, true, true, true)
tests/lib/libc/sys/t_ptrace_clone_wait.h
669
CLONE_TEST2(clone_files_signalignored, CLONE_FILES, true, false)
tests/lib/libc/sys/t_ptrace_clone_wait.h
670
CLONE_TEST2(clone_files_signalmasked, CLONE_FILES, false, true)
tests/lib/libc/sys/t_ptrace_clone_wait.h
755
TRACEME_VFORK_CLONE_TEST(traceme_vfork_clone_files, CLONE_FILES)