/external/fio/os/ |
D | os-linux-syscall.h | 23 #ifndef __NR_preadv2 24 #define __NR_preadv2 378 macro 54 #ifndef __NR_preadv2 55 #define __NR_preadv2 327 macro 95 #ifndef __NR_preadv2 96 #define __NR_preadv2 1348 macro 136 #ifndef __NR_preadv2 137 #define __NR_preadv2 376 macro 160 #ifndef __NR_preadv2 161 #define __NR_preadv2 358 macro [all …]
|
D | os-linux.h | 313 #ifdef __NR_preadv2 331 return syscall(__NR_preadv2, fd, iov, iovcnt, pos_l, pos_h, flags); in preadv2()
|
/external/strace/tests/ |
D | preadv2-pwritev2.c | 35 #if defined __NR_preadv2 && defined __NR_pwritev2 47 return syscall(__NR_preadv2, fd, vec, vlen, pos, 0L, 0L); in pr() 198 rc = syscall(__NR_preadv2, -1, NULL, vlen, pos_l, 1); in main() 204 rc = syscall(__NR_preadv2, -1, NULL, vlen, pos_l, pos_h, 1); in main()
|
/external/strace/tests-mx32/ |
D | preadv2-pwritev2.c | 35 #if defined __NR_preadv2 && defined __NR_pwritev2 47 return syscall(__NR_preadv2, fd, vec, vlen, pos, 0L, 0L); in pr() 198 rc = syscall(__NR_preadv2, -1, NULL, vlen, pos_l, 1); in main() 204 rc = syscall(__NR_preadv2, -1, NULL, vlen, pos_l, pos_h, 1); in main()
|
/external/strace/tests-m32/ |
D | preadv2-pwritev2.c | 35 #if defined __NR_preadv2 && defined __NR_pwritev2 47 return syscall(__NR_preadv2, fd, vec, vlen, pos, 0L, 0L); in pr() 198 rc = syscall(__NR_preadv2, -1, NULL, vlen, pos_l, 1); in main() 204 rc = syscall(__NR_preadv2, -1, NULL, vlen, pos_l, pos_h, 1); in main()
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 331 #define __NR_preadv2 327 macro
|
D | unistd_32.h | 378 #define __NR_preadv2 378 macro
|
D | unistd_x32.h | 324 #define __NR_preadv2 (__X32_SYSCALL_BIT + 546) macro
|
/external/strace/ |
D | scno.h | 818 #ifndef __NR_preadv2 819 # define __NR_preadv2 (SYSCALL_BIT | 286) macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 385 #define __NR_preadv2 (__NR_Linux + 361) macro 730 #define __NR_preadv2 (__NR_Linux + 321) macro 1078 #define __NR_preadv2 (__NR_Linux + 325) macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 723 #define __NR_preadv2 286 macro 724 __SC_COMP(__NR_preadv2, sys_preadv2, compat_sys_preadv2)
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd-common.h | 351 #define __NR_preadv2 (__NR_SYSCALL_BASE + 392) macro
|