/external/libchrome/sandbox/linux/system_headers/ |
D | arm64_linux_syscalls.h | 282 #if !defined(__NR_pwrite64) 283 #define __NR_pwrite64 68 macro
|
D | x86_64_linux_syscalls.h | 85 #if !defined(__NR_pwrite64) 86 #define __NR_pwrite64 18 macro
|
D | x86_32_linux_syscalls.h | 737 #if !defined(__NR_pwrite64) 738 #define __NR_pwrite64 181 macro
|
D | mips64_linux_syscalls.h | 84 #if !defined(__NR_pwrite64) 85 #define __NR_pwrite64 (__NR_Linux + 17) macro
|
D | mips_linux_syscalls.h | 822 #if !defined(__NR_pwrite64) 823 #define __NR_pwrite64 (__NR_Linux + 201) macro
|
D | arm_linux_syscalls.h | 588 #if !defined(__NR_pwrite64) 589 #define __NR_pwrite64 (__NR_SYSCALL_BASE+181) macro
|
/external/google-breakpad/src/third_party/lss/ |
D | linux_syscall_support.h | 742 #ifndef __NR_pwrite64 743 #define __NR_pwrite64 181 macro 861 #ifndef __NR_pwrite64 862 #define __NR_pwrite64 (__NR_SYSCALL_BASE + 181) macro 994 #ifndef __NR_pwrite64 995 #define __NR_pwrite64 68 macro 1048 #ifndef __NR_pwrite64 1049 #define __NR_pwrite64 18 macro 1149 #ifndef __NR_pwrite64 1150 #define __NR_pwrite64 (__NR_Linux + 201) macro [all …]
|
/external/valgrind/include/vki/ |
D | vki-scnums-tilegx-linux.h | 144 #define __NR_pwrite64 68 macro
|
D | vki-scnums-s390x-linux.h | 180 #define __NR_pwrite64 181 macro
|
D | vki-scnums-arm64-linux.h | 107 #define __NR_pwrite64 68 macro
|
D | vki-scnums-amd64-linux.h | 57 #define __NR_pwrite64 18 macro
|
D | vki-scnums-x86-linux.h | 218 #define __NR_pwrite64 181 macro
|
D | vki-scnums-arm-linux.h | 218 #define __NR_pwrite64 181 macro
|
D | vki-scnums-ppc64-linux.h | 217 #define __NR_pwrite64 180 macro
|
D | vki-scnums-ppc32-linux.h | 217 #define __NR_pwrite64 180 macro
|
D | vki-scnums-solaris.h | 278 #define __NR_pwrite64 SYS_pwrite64 macro
|
D | vki-scnums-mips64-linux.h | 56 #define __NR_pwrite64 (__NR_Linux + 17) macro
|
D | vki-scnums-mips32-linux.h | 241 #define __NR_pwrite64 (__NR_Linux + 201) macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 22 #define __NR_pwrite64 18 macro
|
D | unistd_32.h | 185 #define __NR_pwrite64 181 macro
|
D | unistd_x32.h | 19 #define __NR_pwrite64 (__X32_SYSCALL_BIT + 18) macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 224 #define __NR_pwrite64 (__NR_Linux + 201) macro 417 #define __NR_pwrite64 (__NR_Linux + 17) macro 754 #define __NR_pwrite64 (__NR_Linux + 17) macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 210 #define __NR_pwrite64 68 macro 211 __SC_COMP(__NR_pwrite64, sys_pwrite64, compat_sys_pwrite64)
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd.h | 209 #define __NR_pwrite64 (__NR_SYSCALL_BASE+181) macro
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
D | syscall_sets.cc | 567 case __NR_pwrite64: in IsAllowedGeneralIo()
|