| /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 D | sendfile.h | 33 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 D | sendfile.h | 33 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 D | 0001-Fix-default-config-file.patch | 6 * 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 D | 0003-auto-set-ngx_feature_run_force_result-for-each-featu.patch | 102 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 D | proftpd_1.3.7c.bb | 54 PACKAGECONFIG[sendfile] = "-enable-sendfile, --disable-sendfile"
|
| /OK3568_Linux_fs/buildroot/package/python-pysendfile/ |
| H A D | Config.in | 4 A Python interface to sendfile(2) syscall
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/ |
| H A D | nginx.conf | 13 sendfile on;
|
| /OK3568_Linux_fs/buildroot/package/proftpd/ |
| H A D | proftpd.mk | 25 --enable-sendfile \
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/ |
| H A D | tls.c | 185 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 D | init.c | 266 if (sendfile(1, fd, NULL, 0x7ffff000) > 0) in check_leaks()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/syscalls/ |
| H A D | syscall.tbl | 242 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 D | syscall.tbl | 238 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 D | tls.rst | 79 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 D | 0002-Fix-Makefiles-for-cross-compilation.patch | 55 all: null.so rewrite.so sendfile.so
|
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/syscalls/ |
| H A D | syscall.tbl | 57 39 32 sendfile sys_sendfile compat_sys_sendfile 58 39 64 sendfile sys_sendfile64
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/exec/ |
| H A D | execveat.c | 147 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 D | 0001-Riscv-Add-risc-v-Android-config-header.patch | 112 + * Define this if you have <sys/sendfile.h>
|
| /OK3568_Linux_fs/kernel/arch/mips/kernel/syscalls/ |
| H A D | syscall_n32.tbl | 49 39 n32 sendfile compat_sys_sendfile
|
| H A D | syscall_n64.tbl | 49 39 n64 sendfile sys_sendfile64
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/mptcp/ |
| H A D | mptcp_connect.c | 524 r = sendfile(outfd, infd, NULL, count); in do_sendfile()
|
| /OK3568_Linux_fs/kernel/arch/ia64/kernel/syscalls/ |
| H A D | syscall.tbl | 175 163 common sendfile sys_sendfile64
|
| /OK3568_Linux_fs/kernel/arch/xtensa/kernel/syscalls/ |
| H A D | syscall.tbl | 126 113 common sendfile sys_sendfile
|
| /OK3568_Linux_fs/kernel/arch/x86/entry/syscalls/ |
| H A D | syscall_64.tbl | 51 40 common sendfile sys_sendfile64
|
| /OK3568_Linux_fs/kernel/tools/perf/arch/x86/entry/syscalls/ |
| H A D | syscall_64.tbl | 51 40 common sendfile sys_sendfile64
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | read_write.c | 1285 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
|