Home
last modified time | relevance | path

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

123

/openbmc/phosphor-ipmi-flash/tools/test/
H A Dtools_net_unittest.cpp151 EXPECT_CALL(sysMock, sendfile(connFd, inFd, Pointee(0), _)) in TEST_F()
167 sendfile(connFd, inFd, Pointee(0), Gt(fakeFileSize))) in TEST_F()
170 EXPECT_CALL(sysMock, sendfile(connFd, inFd, Pointee(fakeFileSize), in TEST_F()
204 sendfile(connFd, inFd, Pointee(offset), Gt(chunkSize))) in TEST_F()
212 EXPECT_CALL(sysMock, sendfile(connFd, inFd, Pointee(fakeFileSize), in TEST_F()
233 EXPECT_CALL(sysMock, sendfile(connFd, inFd, _, _)) in TEST_F()
H A Dinternal_sys_mock.hpp36 MOCK_METHOD(ssize_t, sendfile, (int, int, off_t*, size_t),
/openbmc/phosphor-ipmi-flash/internal/
H A Dsys.cpp112 ssize_t SysImpl::sendfile(int out_fd, int in_fd, off_t* offset, in sendfile() function in internal::SysImpl
115 return ::sendfile(out_fd, in_fd, offset, count); in sendfile()
H A Dsys.hpp51 virtual ssize_t sendfile(int out_fd, int in_fd, off_t* offset,
86 ssize_t sendfile(int out_fd, int in_fd, off_t* offset,
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/proftpd/
H A Dproftpd_1.3.7c.bb56 PACKAGECONFIG[sendfile] = "-enable-sendfile, --disable-sendfile"
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/
H A Dnginx.conf13 sendfile on;
/openbmc/linux/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);
229 For device offload only. Allow sendfile() data to be transmitted directly
235 applicable if the data sent on a socket via sendfile() is read-only.
/openbmc/phosphor-ipmi-flash/tools/
H A Dnet.cpp129 bytesSent = sys->sendfile(*connFd, *inputFd, &offset, blockSize); in sendContents()
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsprogs/files/
H A D0005-Replace-off64_t-stat64-with-off_t-stat.patch32 io/sendfile.c | 6 +++---
538 diff --git a/io/sendfile.c b/io/sendfile.c
540 --- a/io/sendfile.c
541 +++ b/io/sendfile.c
/openbmc/linux/tools/testing/selftests/wireguard/qemu/
H A Dinit.c261 if (sendfile(1, fd, NULL, 0x7ffff000) > 0) in check_leaks()
/openbmc/qemu/linux-user/ppc/
H A Dsyscall.tbl238 186 32 sendfile sys_sendfile compat_sys_sendfile
239 186 64 sendfile sys_sendfile64
240 186 spu sendfile sys_sendfile64
/openbmc/linux/arch/powerpc/kernel/syscalls/
H A Dsyscall.tbl240 186 32 sendfile sys_sendfile compat_sys_sendfile
241 186 64 sendfile sys_sendfile64
242 186 spu sendfile sys_sendfile64
/openbmc/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl240 186 32 sendfile sys_sendfile compat_sys_sendfile
241 186 64 sendfile sys_sendfile64
242 186 spu sendfile sys_sendfile64
/openbmc/qemu/linux-user/mips/
H A Dsyscall-args-o32.c.inc208 [ 207] = 4, /* sendfile */
/openbmc/linux/tools/testing/selftests/exec/
H A Dexecveat.c147 sendfile(out_fd, in_fd, NULL, info.st_size); in exe_cp()
/openbmc/qemu/linux-user/sparc/
H A Dsyscall.tbl57 39 32 sendfile sys_sendfile compat_sys_sendfile
58 39 64 sendfile sys_sendfile64
/openbmc/linux/arch/sparc/kernel/syscalls/
H A Dsyscall.tbl57 39 32 sendfile sys_sendfile compat_sys_sendfile
58 39 64 sendfile sys_sendfile64
/openbmc/linux/Documentation/bpf/
H A Dmap_sockmap.rst205 - A single ``sendmsg()`` or ``sendfile()`` system call contains multiple
225 be assigned, even if the data spans multiple ``sendmsg()`` or ``sendfile()``
243 calls relying on MSG_SPLICE_PAGES (e.g., ``sendfile()``) this will be the
/openbmc/linux/tools/testing/selftests/net/
H A Dtls.c401 TEST_F(tls, sendfile) in TEST_F() argument
408 EXPECT_GE(sendfile(self->fd, filefd, 0, st.st_size), 0); in TEST_F()
428 EXPECT_GE(sendfile(self->fd, filefd, 0, st.st_size), 0); in TEST_F()
456 ret = sendfile(self->fd, fd, &offset, chunk_size); in chunked_sendfile()
1403 res = sendfile(self->fd, fd, NULL, in test_mutliproc()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/build/
H A D0001-Riscv-Add-risc-v-Android-config-header.patch114 + * Define this if you have <sys/sendfile.h>
/openbmc/qemu/linux-user/mips64/
H A Dsyscall_n32.tbl49 39 n32 sendfile compat_sys_sendfile
H A Dsyscall_n64.tbl49 39 n64 sendfile sys_sendfile64
/openbmc/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl49 39 n64 sendfile sys_sendfile64
/openbmc/linux/arch/mips/kernel/syscalls/
H A Dsyscall_n64.tbl49 39 n64 sendfile sys_sendfile64
/openbmc/linux/arch/ia64/kernel/syscalls/
H A Dsyscall.tbl175 163 common sendfile sys_sendfile64

123