Home
last modified time | relevance | path

Searched refs:__NR_preadv (Results 1 – 25 of 33) sorted by relevance

12

/external/ltp/testcases/kernel/syscalls/preadv/
Dpreadv.h27 return tst_syscall(__NR_preadv, fd, iov, iovcnt, offset); in preadv()
/external/libchrome/sandbox/linux/system_headers/
Darm64_linux_syscalls.h286 #if !defined(__NR_preadv)
287 #define __NR_preadv 69 macro
Dx86_64_linux_syscalls.h1193 #if !defined(__NR_preadv)
1194 #define __NR_preadv 295 macro
Dx86_32_linux_syscalls.h1329 #if !defined(__NR_preadv)
1330 #define __NR_preadv 333 macro
Dmips64_linux_syscalls.h1170 #if !defined(__NR_preadv)
1171 #define __NR_preadv (__NR_Linux + 289) macro
Dmips_linux_syscalls.h1336 #if !defined(__NR_preadv)
1337 #define __NR_preadv (__NR_Linux + 330) macro
Darm_linux_syscalls.h1288 #if !defined(__NR_preadv)
1289 #define __NR_preadv (__NR_SYSCALL_BASE+361) macro
/external/minijail/linux-x86/
Dlibsyscalls.gen.c891 #ifdef __NR_preadv
892 { "preadv", __NR_preadv },
/external/valgrind/include/vki/
Dvki-scnums-tilegx-linux.h145 #define __NR_preadv 69 macro
Dvki-scnums-s390x-linux.h296 #define __NR_preadv 328 macro
Dvki-scnums-arm64-linux.h108 #define __NR_preadv 69 macro
Dvki-scnums-amd64-linux.h379 #define __NR_preadv 295 macro
Dvki-scnums-ppc64-linux.h357 #define __NR_preadv 320 macro
Dvki-scnums-arm-linux.h400 #define __NR_preadv 361 macro
Dvki-scnums-ppc32-linux.h365 #define __NR_preadv 320 macro
Dvki-scnums-x86-linux.h370 #define __NR_preadv 333 macro
Dvki-scnums-mips64-linux.h328 #define __NR_preadv (__NR_Linux + 289) macro
Dvki-scnums-mips32-linux.h370 #define __NR_preadv (__NR_Linux + 330) macro
/external/kernel-headers/original/uapi/asm-x86/asm/
Dunistd_64.h299 #define __NR_preadv 295 macro
Dunistd_32.h333 #define __NR_preadv 333 macro
Dunistd_x32.h311 #define __NR_preadv (__X32_SYSCALL_BIT + 534) macro
/external/strace/
Dscno.h893 #ifndef __NR_preadv
894 # define __NR_preadv (SYSCALL_BIT | 295) macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dunistd.h353 #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/
Dunistd.h215 #define __NR_preadv 69 macro
216 __SC_COMP(__NR_preadv, sys_preadv, compat_sys_preadv)
/external/kernel-headers/original/uapi/asm-arm/asm/
Dunistd-common.h320 #define __NR_preadv (__NR_SYSCALL_BASE + 361) macro

12