/external/libchrome/sandbox/linux/services/ |
D | syscall_wrappers.cc | 56 return syscall(__NR_clone, flags, child_stack, ptid, ctid, tls); in sys_clone() 60 return syscall(__NR_clone, flags, child_stack, ptid, tls, ctid); in sys_clone()
|
/external/ltp/testcases/misc/crash/ |
D | crash02.c | 472 #if defined(__NR_clone) && __NR_clone in in_blacklist()
|
/external/libchrome/sandbox/linux/suid/ |
D | sandbox.c | 99 const pid_t pid = syscall(__NR_clone, CLONE_FS | SIGCHLD, 0, 0, 0); in SpawnChrootHelper() 241 pid_t pid = syscall(__NR_clone, SIGCHLD | kCloneExtraFlags[i], 0, 0, 0); in MoveToNewNamespaces()
|
/external/libchrome/sandbox/linux/system_headers/ |
D | arm64_linux_syscalls.h | 890 #if !defined(__NR_clone) 891 #define __NR_clone 220 macro
|
D | x86_64_linux_syscalls.h | 237 #if !defined(__NR_clone) 238 #define __NR_clone 56 macro
|
D | x86_32_linux_syscalls.h | 493 #if !defined(__NR_clone) 494 #define __NR_clone 120 macro
|
D | mips64_linux_syscalls.h | 236 #if !defined(__NR_clone) 237 #define __NR_clone (__NR_Linux + 55) macro
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_linux_s390.cc | 109 : "i"(__NR_clone), "i"(__NR_exit), in internal_clone()
|
/external/minijail/linux-x86/ |
D | libsyscalls.gen.c | 174 #ifdef __NR_clone 175 { "clone", __NR_clone },
|
/external/valgrind/include/vki/ |
D | vki-scnums-arm64-linux.h | 265 #define __NR_clone 220 macro
|
D | vki-scnums-s390x-linux.h | 129 #define __NR_clone 120 macro
|
D | vki-scnums-amd64-linux.h | 100 #define __NR_clone 56 macro
|
D | vki-scnums-arm-linux.h | 157 #define __NR_clone 120 macro
|
D | vki-scnums-ppc64-linux.h | 157 #define __NR_clone 120 macro
|
D | vki-scnums-ppc32-linux.h | 157 #define __NR_clone 120 macro
|
D | vki-scnums-x86-linux.h | 157 #define __NR_clone 120 macro
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-arm64-linux.c | 138 #define __NR_CLONE VG_STRINGIFY(__NR_clone) 836 LINX_(__NR_clone, sys_clone), // 220
|
D | syswrap-ppc64-linux.c | 209 #define __NR_CLONE VG_STRINGIFY(__NR_clone) 679 LINX_(__NR_clone, sys_clone), // 120
|
D | syswrap-ppc32-linux.c | 146 #define __NR_CLONE VG_STRINGIFY(__NR_clone) 760 LINX_(__NR_clone, sys_clone), // 120
|
/external/libchrome/base/process/ |
D | launch_posix.cc | 734 return syscall(__NR_clone, flags, nullptr, ptid, ctid, nullptr); in ForkWithFlags() 738 return syscall(__NR_clone, flags, nullptr, ptid, nullptr, ctid); in ForkWithFlags()
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 60 #define __NR_clone 56 macro
|
D | unistd_32.h | 124 #define __NR_clone 120 macro
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
D | baseline_policy.cc | 143 if (sysno == __NR_clone) { in EvaluateSyscallImpl()
|
/external/libchrome/sandbox/linux/seccomp-bpf/ |
D | trap.cc | 197 if (sigsys.nr == __NR_clone) { in SigSys()
|
/external/strace/ |
D | scno.h | 176 #ifndef __NR_clone 177 # define __NR_clone (SYSCALL_BIT | 56) macro
|