Home
last modified time | relevance | path

Searched refs:preadv2 (Results 1 – 25 of 61) sorted by relevance

123

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/
H A Duio.h127 extern ssize_t preadv2 (int __fp, const struct iovec *__iovec, int __count,
140 extern ssize_t __REDIRECT (preadv2, (int __fd, const struct iovec *__iovec,
145 # define preadv2 preadv64v2 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/
H A Duio.h127 extern ssize_t preadv2 (int __fp, const struct iovec *__iovec, int __count,
140 extern ssize_t __REDIRECT (preadv2, (int __fd, const struct iovec *__iovec,
145 # define preadv2 preadv64v2 macro
/OK3568_Linux_fs/kernel/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl338 327 64 preadv2 sys_preadv2
407 546 x32 preadv2 compat_sys_preadv64v2
H A Dsyscall_32.tbl392 378 i386 preadv2 sys_preadv2 compat_sys_preadv2
/OK3568_Linux_fs/kernel/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl338 327 64 preadv2 sys_preadv2
406 546 x32 preadv2 compat_sys_preadv64v2
/OK3568_Linux_fs/kernel/arch/mips/kernel/syscalls/
H A Dsyscall_n32.tbl336 325 n32 preadv2 compat_sys_preadv2
H A Dsyscall_n64.tbl332 321 n64 preadv2 sys_preadv2
H A Dsyscall_o32.tbl375 361 o32 preadv2 sys_preadv2 compat_sys_preadv2
/OK3568_Linux_fs/kernel/arch/ia64/kernel/syscalls/
H A Dsyscall.tbl336 324 common preadv2 sys_preadv2
/OK3568_Linux_fs/kernel/arch/xtensa/kernel/syscalls/
H A Dsyscall.tbl369 346 common preadv2 sys_preadv2
/OK3568_Linux_fs/kernel/fs/
H A Dread_write.c1066 SYSCALL_DEFINE6(preadv2, unsigned long, fd, const struct iovec __user *, vec, in SYSCALL_DEFINE6() argument
1133 COMPAT_SYSCALL_DEFINE6(preadv2, compat_ulong_t, fd, in COMPAT_SYSCALL_DEFINE6() argument
/OK3568_Linux_fs/kernel/arch/m68k/kernel/syscalls/
H A Dsyscall.tbl387 377 common preadv2 sys_preadv2
/OK3568_Linux_fs/kernel/arch/parisc/kernel/syscalls/
H A Dsyscall.tbl393 347 common preadv2 sys_preadv2 compat_sys_preadv2
/OK3568_Linux_fs/kernel/arch/microblaze/kernel/syscalls/
H A Dsyscall.tbl403 393 common preadv2 sys_preadv2
/OK3568_Linux_fs/kernel/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl386 376 common preadv2 sys_preadv2 compat_sys_preadv2
/OK3568_Linux_fs/kernel/arch/arm/tools/
H A Dsyscall.tbl409 392 common preadv2 sys_preadv2
/OK3568_Linux_fs/kernel/arch/sh/kernel/syscalls/
H A Dsyscall.tbl391 381 common preadv2 sys_preadv2
/OK3568_Linux_fs/kernel/arch/s390/kernel/syscalls/
H A Dsyscall.tbl386 376 common preadv2 sys_preadv2 compat_sys_preadv2
/OK3568_Linux_fs/kernel/arch/alpha/kernel/syscalls/
H A Dsyscall.tbl451 520 common preadv2 sys_preadv2
/OK3568_Linux_fs/kernel/arch/sparc/kernel/syscalls/
H A Dsyscall.tbl431 358 common preadv2 sys_preadv2 compat_sys_preadv2
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/syscalls/
H A Dsyscall.tbl472 380 common preadv2 sys_preadv2 compat_sys_preadv2
/OK3568_Linux_fs/kernel/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl466 380 common preadv2 sys_preadv2 compat_sys_preadv2
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/
H A Dlibc.info-61556 * preadv2: (libc)Scatter-Gather.
2460 -- Function: ssize_t preadv2 (int FD, const struct iovec *IOV, int
2491preadv2’ will fail and set ‘errno’ to ‘EAGAIN’ if the
2499preadv2’ function is in fact ‘preadv64v2’ and the type ‘off_t’ has
2517 This function is similar to the ‘preadv2’ function with the
2527preadv2’ and so transparently replaces the 32 bit interface.
2541 Linux, the supported flags are the same as those for ‘preadv2’.
2550 errors are the same as in ‘preadv2’.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/
H A Dlibc.info-61556 * preadv2: (libc)Scatter-Gather.
2460 -- Function: ssize_t preadv2 (int FD, const struct iovec *IOV, int
2491preadv2’ will fail and set ‘errno’ to ‘EAGAIN’ if the
2499preadv2’ function is in fact ‘preadv64v2’ and the type ‘off_t’ has
2517 This function is similar to the ‘preadv2’ function with the
2527preadv2’ and so transparently replaces the 32 bit interface.
2541 Linux, the supported flags are the same as those for ‘preadv2’.
2550 errors are the same as in ‘preadv2’.
H A Dlibc.info-161556 * preadv2: (libc)Scatter-Gather.
4031 * preadv2: Scatter-Gather. (line 148)

123