/external/ltp/testcases/kernel/syscalls/preadv/ |
D | preadv.h | 27 return tst_syscall(__NR_preadv, fd, iov, iovcnt, offset); in preadv()
|
/external/libchrome/sandbox/linux/system_headers/ |
D | arm64_linux_syscalls.h | 286 #if !defined(__NR_preadv) 287 #define __NR_preadv 69 macro
|
D | x86_64_linux_syscalls.h | 1193 #if !defined(__NR_preadv) 1194 #define __NR_preadv 295 macro
|
D | x86_32_linux_syscalls.h | 1329 #if !defined(__NR_preadv) 1330 #define __NR_preadv 333 macro
|
D | mips64_linux_syscalls.h | 1170 #if !defined(__NR_preadv) 1171 #define __NR_preadv (__NR_Linux + 289) macro
|
D | mips_linux_syscalls.h | 1336 #if !defined(__NR_preadv) 1337 #define __NR_preadv (__NR_Linux + 330) macro
|
D | arm_linux_syscalls.h | 1288 #if !defined(__NR_preadv) 1289 #define __NR_preadv (__NR_SYSCALL_BASE+361) macro
|
/external/minijail/linux-x86/ |
D | libsyscalls.gen.c | 891 #ifdef __NR_preadv 892 { "preadv", __NR_preadv },
|
/external/valgrind/include/vki/ |
D | vki-scnums-tilegx-linux.h | 145 #define __NR_preadv 69 macro
|
D | vki-scnums-s390x-linux.h | 296 #define __NR_preadv 328 macro
|
D | vki-scnums-arm64-linux.h | 108 #define __NR_preadv 69 macro
|
D | vki-scnums-amd64-linux.h | 379 #define __NR_preadv 295 macro
|
D | vki-scnums-ppc64-linux.h | 357 #define __NR_preadv 320 macro
|
D | vki-scnums-arm-linux.h | 400 #define __NR_preadv 361 macro
|
D | vki-scnums-ppc32-linux.h | 365 #define __NR_preadv 320 macro
|
D | vki-scnums-x86-linux.h | 370 #define __NR_preadv 333 macro
|
D | vki-scnums-mips64-linux.h | 328 #define __NR_preadv (__NR_Linux + 289) macro
|
D | vki-scnums-mips32-linux.h | 370 #define __NR_preadv (__NR_Linux + 330) macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 299 #define __NR_preadv 295 macro
|
D | unistd_32.h | 333 #define __NR_preadv 333 macro
|
D | unistd_x32.h | 311 #define __NR_preadv (__X32_SYSCALL_BIT + 534) macro
|
/external/strace/ |
D | scno.h | 893 #ifndef __NR_preadv 894 # define __NR_preadv (SYSCALL_BIT | 295) macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 353 #define __NR_preadv (__NR_Linux + 330) macro 696 #define __NR_preadv (__NR_Linux + 289) macro 1043 #define __NR_preadv (__NR_Linux + 293) macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 215 #define __NR_preadv 69 macro 216 __SC_COMP(__NR_preadv, sys_preadv, compat_sys_preadv)
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd-common.h | 320 #define __NR_preadv (__NR_SYSCALL_BASE + 361) macro
|