Home
last modified time | relevance | path

Searched refs:SYS_sendfile (Results 1 – 25 of 46) sorted by relevance

12

/third_party/musl/src/linux/
Dsendfile.c6 return syscall(SYS_sendfile, out_fd, in_fd, ofs, count); in sendfile()
/third_party/rust/crates/libc/libc-test/semver/
Dlinux-riscv64gc.txt61 SYS_sendfile
Dlinux-s390x.txt78 SYS_sendfile
Dlinux-mips.txt77 SYS_sendfile
Dlinux-sparc64.txt80 SYS_sendfile
Dandroid-arm.txt82 SYS_sendfile
Dlinux-x86_64.txt122 SYS_sendfile
Dlinux-powerpc.txt111 SYS_sendfile
Dlinux-powerpc64.txt119 SYS_sendfile
Dlinux-powerpc64le.txt119 SYS_sendfile
Dlinux-i686.txt157 SYS_sendfile
/third_party/musl/porting/liteos_m/user/src/internal/
Dsyscall.h192 #undef SYS_sendfile
193 #define SYS_sendfile SYS_sendfile64 macro
/third_party/musl/src/internal/
Dsyscall.h200 #undef SYS_sendfile
201 #define SYS_sendfile SYS_sendfile64 macro
/third_party/musl/porting/linux/user/src/internal/
Dsyscall.h205 #undef SYS_sendfile
206 #define SYS_sendfile SYS_sendfile64 macro
/third_party/musl/porting/liteos_m/user/include/bits/
Dsyscall.h570 #define SYS_sendfile 187 macro
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
Dnot_x32.rs119 pub const SYS_sendfile: ::c_long = 40; constant
Dx32.rs89 pub const SYS_sendfile: ::c_long = __X32_SYSCALL_BIT + 40; constant
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/
Darm.rs300 pub const SYS_sendfile: ::c_long = 187; constant
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/x86/
Dmod.rs344 pub const SYS_sendfile: ::c_long = 187; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips32/
Dmod.rs468 pub const SYS_sendfile: ::c_long = 4000 + 207; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/
Dhexagon.rs558 pub const SYS_sendfile: ::c_int = 71; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/
Dpowerpc64.rs411 pub const SYS_sendfile: ::c_long = 186; constant
Dmips64.rs143 pub const SYS_sendfile: ::c_long = 5000 + 39; constant
Ds390x.rs513 pub const SYS_sendfile: ::c_long = 187; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/riscv64/
Dmod.rs224 pub const SYS_sendfile: ::c_long = 71; constant

12