/external/libchrome/sandbox/linux/system_headers/ |
D | arm64_linux_syscalls.h | 274 #if !defined(__NR_writev) 275 #define __NR_writev 66 macro
|
D | x86_64_linux_syscalls.h | 93 #if !defined(__NR_writev) 94 #define __NR_writev 20 macro
|
D | x86_32_linux_syscalls.h | 597 #if !defined(__NR_writev) 598 #define __NR_writev 146 macro
|
D | mips64_linux_syscalls.h | 92 #if !defined(__NR_writev) 93 #define __NR_writev (__NR_Linux + 19) macro
|
D | mips_linux_syscalls.h | 602 #if !defined(__NR_writev) 603 #define __NR_writev (__NR_Linux + 146) macro
|
D | arm_linux_syscalls.h | 456 #if !defined(__NR_writev) 457 #define __NR_writev (__NR_SYSCALL_BASE+146) macro
|
/external/valgrind/include/vki/ |
D | vki-scnums-tilegx-linux.h | 142 #define __NR_writev 66 macro
|
D | vki-scnums-s390x-linux.h | 150 #define __NR_writev 146 macro
|
D | vki-scnums-arm64-linux.h | 105 #define __NR_writev 66 macro
|
D | vki-scnums-amd64-linux.h | 59 #define __NR_writev 20 macro
|
D | vki-scnums-x86-linux.h | 183 #define __NR_writev 146 macro
|
D | vki-scnums-arm-linux.h | 183 #define __NR_writev 146 macro
|
D | vki-scnums-ppc64-linux.h | 183 #define __NR_writev 146 macro
|
D | vki-scnums-ppc32-linux.h | 183 #define __NR_writev 146 macro
|
D | vki-scnums-solaris.h | 179 #define __NR_writev SYS_writev macro
|
D | vki-scnums-mips64-linux.h | 58 #define __NR_writev (__NR_Linux + 19) macro
|
D | vki-scnums-mips32-linux.h | 186 #define __NR_writev (__NR_Linux + 146) macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 24 #define __NR_writev 20 macro
|
D | unistd_32.h | 150 #define __NR_writev 146 macro
|
D | unistd_x32.h | 289 #define __NR_writev (__X32_SYSCALL_BIT + 516) macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 169 #define __NR_writev (__NR_Linux + 146) macro 419 #define __NR_writev (__NR_Linux + 19) macro 756 #define __NR_writev (__NR_Linux + 19) macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 206 #define __NR_writev 66 macro 207 __SC_COMP(__NR_writev, sys_writev, compat_sys_writev)
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd.h | 174 #define __NR_writev (__NR_SYSCALL_BASE+146) macro
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
D | syscall_sets.cc | 562 case __NR_writev: in IsAllowedGeneralIo()
|
/external/valgrind/memcheck/tests/x86-linux/ |
D | scalar.c | 663 GO(__NR_writev, "3s 1m"); in main() 664 SY(__NR_writev, x0, x0, x0+1); FAIL; in main()
|