Home
last modified time | relevance | path

Searched refs:sendfile (Results 1 – 25 of 44) sorted by relevance

12

/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 Dsendfile.h33 extern ssize_t sendfile (int __out_fd, int __in_fd, off_t *__offset,
37 extern ssize_t __REDIRECT_NTH (sendfile,
41 # define sendfile sendfile64
/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 Dsendfile.h33 extern ssize_t sendfile (int __out_fd, int __in_fd, off_t *__offset,
37 extern ssize_t __REDIRECT_NTH (sendfile,
41 # define sendfile sendfile64
/OK3568_Linux_fs/buildroot/package/lighttpd/
H A D0001-Fix-default-config-file.patch6 * Change the network backend to writev since linux-sendfile fails on buildroot
78 ## sendfile - is recommended for small files.
81 -server.network-backend = "sendfile"
/OK3568_Linux_fs/buildroot/package/nginx/
H A D0003-auto-set-ngx_feature_run_force_result-for-each-featu.patch102 ngx_feature="sendfile()"
122 ngx_feature="sendfile()"
126 ngx_feature_incs="#include <sys/sendfile.h>
134 ngx_feature_incs="#include <sys/sendfile.h>
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/proftpd/
H A Dproftpd_1.3.7c.bb54 PACKAGECONFIG[sendfile] = "-enable-sendfile, --disable-sendfile"
/OK3568_Linux_fs/buildroot/package/python-pysendfile/
H A DConfig.in4 A Python interface to sendfile(2) syscall
/OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/
H A Dnginx.conf13 sendfile on;
/OK3568_Linux_fs/buildroot/package/proftpd/
H A Dproftpd.mk25 --enable-sendfile \
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dtls.c185 TEST_F(tls, sendfile) in TEST_F() argument
192 EXPECT_GE(sendfile(self->fd, filefd, 0, st.st_size), 0); in TEST_F()
212 EXPECT_GE(sendfile(self->fd, filefd, 0, st.st_size), 0); in TEST_F()
240 ret = sendfile(self->fd, fd, &offset, chunk_size); in chunked_sendfile()
1068 res = sendfile(self->fd, fd, NULL, in test_mutliproc()
/OK3568_Linux_fs/kernel/tools/testing/selftests/wireguard/qemu/
H A Dinit.c266 if (sendfile(1, fd, NULL, 0x7ffff000) > 0) in check_leaks()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/syscalls/
H A Dsyscall.tbl242 186 32 sendfile sys_sendfile compat_sys_sendfile
243 186 64 sendfile sys_sendfile64
244 186 spu sendfile sys_sendfile64
/OK3568_Linux_fs/kernel/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl238 186 32 sendfile sys_sendfile compat_sys_sendfile
239 186 64 sendfile sys_sendfile64
240 186 spu sendfile sys_sendfile64
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dtls.rst79 The sendfile system call will send the file's data over TLS records of maximum
86 sendfile(sock, file, &offset, stat.st_size);
/OK3568_Linux_fs/buildroot/package/mongrel2/
H A D0002-Fix-Makefiles-for-cross-compilation.patch55 all: null.so rewrite.so sendfile.so
/OK3568_Linux_fs/kernel/arch/sparc/kernel/syscalls/
H A Dsyscall.tbl57 39 32 sendfile sys_sendfile compat_sys_sendfile
58 39 64 sendfile sys_sendfile64
/OK3568_Linux_fs/kernel/tools/testing/selftests/exec/
H A Dexecveat.c147 sendfile(out_fd, in_fd, NULL, info.st_size); in exe_cp()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/build/
H A D0001-Riscv-Add-risc-v-Android-config-header.patch112 + * Define this if you have <sys/sendfile.h>
/OK3568_Linux_fs/kernel/arch/mips/kernel/syscalls/
H A Dsyscall_n32.tbl49 39 n32 sendfile compat_sys_sendfile
H A Dsyscall_n64.tbl49 39 n64 sendfile sys_sendfile64
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.c524 r = sendfile(outfd, infd, NULL, count); in do_sendfile()
/OK3568_Linux_fs/kernel/arch/ia64/kernel/syscalls/
H A Dsyscall.tbl175 163 common sendfile sys_sendfile64
/OK3568_Linux_fs/kernel/arch/xtensa/kernel/syscalls/
H A Dsyscall.tbl126 113 common sendfile sys_sendfile
/OK3568_Linux_fs/kernel/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl51 40 common sendfile sys_sendfile64
/OK3568_Linux_fs/kernel/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl51 40 common sendfile sys_sendfile64
/OK3568_Linux_fs/kernel/fs/
H A Dread_write.c1285 SYSCALL_DEFINE4(sendfile, int, out_fd, int, in_fd, off_t __user *, offset, size_t, count) in SYSCALL_DEFINE4() argument
1322 COMPAT_SYSCALL_DEFINE4(sendfile, int, out_fd, int, in_fd, in COMPAT_SYSCALL_DEFINE4() argument

12