Home
last modified time | relevance | path

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

12

/third_party/libuv/src/unix/
Dlinux-syscalls.c63 #ifndef __NR_preadv
65 # define __NR_preadv 295 macro
67 # define __NR_preadv 333 macro
69 # define __NR_preadv (UV_SYSCALL_BASE + 361) macro
197 #if !defined(__NR_preadv) || defined(__ANDROID_API__) && __ANDROID_API__ < 24 in uv__preadv()
200 return syscall(__NR_preadv, fd, iov, iovcnt, (long)offset, (long)(offset >> 32)); in uv__preadv()
/third_party/ltp/testcases/kernel/syscalls/preadv/
Dpreadv.h27 return tst_syscall(__NR_preadv, fd, iov, iovcnt, offset); in preadv()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dsyscall.h340 #define __NR_preadv 361 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dsyscall.h340 #define __NR_preadv 361 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dsyscall.h340 #define __NR_preadv 361 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dsyscall.h340 #define __NR_preadv 361 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Dsyscall.h340 #define __NR_preadv 361 macro
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
Dsyscalls.rs113 __NR_preadv, in preadv()
124 __NR_preadv, in preadv()
/third_party/musl/arch/or1k/bits/
Dsyscall.h.in71 #define __NR_preadv 69 macro
/third_party/musl/arch/aarch64/bits/
Dsyscall.h.in70 #define __NR_preadv 69 macro
/third_party/musl/arch/riscv64/bits/
Dsyscall.h.in69 #define __NR_preadv 69 macro
/third_party/musl/arch/x86_64/bits/
Dsyscall.h.in296 #define __NR_preadv 295 macro
/third_party/musl/arch/mips64/bits/
Dsyscall.h.in289 #define __NR_preadv 5289 macro
/third_party/musl/arch/s390x/bits/
Dsyscall.h.in273 #define __NR_preadv 328 macro
/third_party/musl/arch/mipsn32/bits/
Dsyscall.h.in293 #define __NR_preadv 6293 macro
/third_party/musl/arch/powerpc64/bits/
Dsyscall.h.in310 #define __NR_preadv 320 macro
/third_party/musl/arch/arm/bits/
Dsyscall.h.in319 #define __NR_preadv 361 macro
/third_party/musl/arch/sh/bits/
Dsyscall.h.in305 #define __NR_preadv 333 macro
/third_party/musl/porting/liteos_m/user/include/bits/
Dsyscall.h340 #define __NR_preadv 361 macro
/third_party/musl/porting/liteos_a/user/arch/arm/bits/
Dsyscall.h.in322 #define __NR_preadv 361 macro
/third_party/musl/arch/powerpc/bits/
Dsyscall.h.in319 #define __NR_preadv 320 macro
/third_party/musl/arch/m68k/bits/
Dsyscall.h.in311 #define __NR_preadv 329 macro
/third_party/musl/arch/mips/bits/
Dsyscall.h.in330 #define __NR_preadv 4330 macro
/third_party/musl/arch/microblaze/bits/
Dsyscall.h.in360 #define __NR_preadv 363 macro
/third_party/musl/arch/i386/bits/
Dsyscall.h.in333 #define __NR_preadv 333 macro

12