/external/ltp/testcases/kernel/syscalls/pwritev/ |
D | pwritev.h | 27 return tst_syscall(__NR_pwritev, fd, iov, iovcnt, offset); in pwritev()
|
/external/libchrome/sandbox/linux/system_headers/ |
D | arm64_linux_syscalls.h | 290 #if !defined(__NR_pwritev) 291 #define __NR_pwritev 70 macro
|
D | x86_64_linux_syscalls.h | 1197 #if !defined(__NR_pwritev) 1198 #define __NR_pwritev 296 macro
|
D | x86_32_linux_syscalls.h | 1333 #if !defined(__NR_pwritev) 1334 #define __NR_pwritev 334 macro
|
D | mips64_linux_syscalls.h | 1174 #if !defined(__NR_pwritev) 1175 #define __NR_pwritev (__NR_Linux + 290) macro
|
D | mips_linux_syscalls.h | 1340 #if !defined(__NR_pwritev) 1341 #define __NR_pwritev (__NR_Linux + 331) macro
|
D | arm_linux_syscalls.h | 1292 #if !defined(__NR_pwritev) 1293 #define __NR_pwritev (__NR_SYSCALL_BASE+362) macro
|
/external/minijail/linux-x86/ |
D | libsyscalls.gen.c | 894 #ifdef __NR_pwritev 895 { "pwritev", __NR_pwritev },
|
/external/valgrind/include/vki/ |
D | vki-scnums-tilegx-linux.h | 146 #define __NR_pwritev 70 macro
|
D | vki-scnums-s390x-linux.h | 297 #define __NR_pwritev 329 macro
|
D | vki-scnums-arm64-linux.h | 109 #define __NR_pwritev 70 macro
|
D | vki-scnums-amd64-linux.h | 380 #define __NR_pwritev 296 macro
|
D | vki-scnums-ppc64-linux.h | 358 #define __NR_pwritev 321 macro
|
D | vki-scnums-arm-linux.h | 401 #define __NR_pwritev 362 macro
|
D | vki-scnums-ppc32-linux.h | 366 #define __NR_pwritev 321 macro
|
D | vki-scnums-x86-linux.h | 371 #define __NR_pwritev 334 macro
|
D | vki-scnums-mips64-linux.h | 329 #define __NR_pwritev (__NR_Linux + 290) macro
|
D | vki-scnums-mips32-linux.h | 371 #define __NR_pwritev (__NR_Linux + 331) macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 300 #define __NR_pwritev 296 macro
|
D | unistd_32.h | 334 #define __NR_pwritev 334 macro
|
D | unistd_x32.h | 312 #define __NR_pwritev (__X32_SYSCALL_BIT + 535) macro
|
/external/strace/ |
D | scno.h | 896 #ifndef __NR_pwritev 897 # define __NR_pwritev (SYSCALL_BIT | 296) macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 354 #define __NR_pwritev (__NR_Linux + 331) macro 697 #define __NR_pwritev (__NR_Linux + 290) macro 1044 #define __NR_pwritev (__NR_Linux + 294) macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 217 #define __NR_pwritev 70 macro 218 __SC_COMP(__NR_pwritev, sys_pwritev, compat_sys_pwritev)
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd-common.h | 321 #define __NR_pwritev (__NR_SYSCALL_BASE + 362) macro
|