/external/libchrome/sandbox/linux/seccomp-bpf/ |
D | syscall_unittest.cc | 88 ASSERT_GE(new_fd = Syscall::Call(__NR_dup, 2), 0); in TEST() 95 int ret = Syscall::Call(__NR_dup, -1); in TEST()
|
/external/libchrome/sandbox/linux/system_headers/ |
D | arm64_linux_syscalls.h | 102 #if !defined(__NR_dup) 103 #define __NR_dup 23 macro
|
D | x86_64_linux_syscalls.h | 141 #if !defined(__NR_dup) 142 #define __NR_dup 32 macro
|
D | x86_32_linux_syscalls.h | 177 #if !defined(__NR_dup) 178 #define __NR_dup 41 macro
|
D | mips64_linux_syscalls.h | 140 #if !defined(__NR_dup) 141 #define __NR_dup (__NR_Linux + 31) macro
|
D | mips_linux_syscalls.h | 180 #if !defined(__NR_dup) 181 #define __NR_dup (__NR_Linux + 41) macro
|
D | arm_linux_syscalls.h | 136 #if !defined(__NR_dup) 137 #define __NR_dup (__NR_SYSCALL_BASE+41) macro
|
/external/minijail/linux-x86/ |
D | libsyscalls.gen.c | 102 #ifdef __NR_dup 103 { "dup", __NR_dup },
|
/external/valgrind/include/vki/ |
D | vki-scnums-tilegx-linux.h | 73 #define __NR_dup 23 macro
|
D | vki-scnums-s390x-linux.h | 73 #define __NR_dup 41 macro
|
D | vki-scnums-arm64-linux.h | 62 #define __NR_dup 23 macro
|
D | vki-scnums-amd64-linux.h | 73 #define __NR_dup 32 macro
|
D | vki-scnums-ppc64-linux.h | 78 #define __NR_dup 41 macro
|
D | vki-scnums-arm-linux.h | 78 #define __NR_dup 41 macro
|
D | vki-scnums-ppc32-linux.h | 78 #define __NR_dup 41 macro
|
D | vki-scnums-x86-linux.h | 78 #define __NR_dup 41 macro
|
D | vki-scnums-mips64-linux.h | 70 #define __NR_dup (__NR_Linux + 31) macro
|
D | vki-scnums-mips32-linux.h | 81 #define __NR_dup (__NR_Linux + 41) macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 36 #define __NR_dup 32 macro
|
D | unistd_32.h | 45 #define __NR_dup 41 macro
|
D | unistd_x32.h | 31 #define __NR_dup (__X32_SYSCALL_BIT + 32) macro
|
/external/strace/ |
D | scno.h | 104 #ifndef __NR_dup 105 # define __NR_dup (SYSCALL_BIT | 32) macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 64 #define __NR_dup (__NR_Linux + 41) macro 438 #define __NR_dup (__NR_Linux + 31) macro 781 #define __NR_dup (__NR_Linux + 31) macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 90 #define __NR_dup 23 macro 91 __SYSCALL(__NR_dup, sys_dup)
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd-common.h | 33 #define __NR_dup (__NR_SYSCALL_BASE + 41) macro
|