/openbmc/phosphor-ipmi-flash/tools/test/ |
H A D | tools_net_unittest.cpp | 151 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 D | internal_sys_mock.hpp | 36 MOCK_METHOD(ssize_t, sendfile, (int, int, off_t*, size_t),
|
/openbmc/phosphor-ipmi-flash/internal/ |
H A D | sys.cpp | 112 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 D | sys.hpp | 51 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 D | proftpd_1.3.8c.bb | 62 PACKAGECONFIG[sendfile] = "-enable-sendfile, --disable-sendfile"
|
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/ |
H A D | nginx.conf | 13 sendfile on;
|
/openbmc/linux/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); 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/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsprogs/files/ |
H A D | 0005-Replace-off64_t-stat64-with-off_t-stat.patch | 32 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/phosphor-ipmi-flash/tools/ |
H A D | net.cpp | 129 bytesSent = sys->sendfile(*connFd, *inputFd, &offset, blockSize); in sendContents()
|
/openbmc/linux/tools/testing/selftests/wireguard/qemu/ |
H A D | init.c | 261 if (sendfile(1, fd, NULL, 0x7ffff000) > 0) in check_leaks()
|
/openbmc/linux/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
|
/openbmc/qemu/linux-user/ppc/ |
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
|
/openbmc/linux/tools/perf/arch/powerpc/entry/syscalls/ |
H A D | syscall.tbl | 240 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 D | syscall-args-o32.c.inc | 208 [ 207] = 4, /* sendfile */
|
/openbmc/linux/arch/sparc/kernel/syscalls/ |
H A D | syscall.tbl | 57 39 32 sendfile sys_sendfile compat_sys_sendfile 58 39 64 sendfile sys_sendfile64
|
/openbmc/qemu/linux-user/sparc/ |
H A D | syscall.tbl | 57 39 32 sendfile sys_sendfile compat_sys_sendfile 58 39 64 sendfile sys_sendfile64
|
/openbmc/linux/tools/testing/selftests/exec/ |
H A D | execveat.c | 147 sendfile(out_fd, in_fd, NULL, info.st_size); in exe_cp()
|
/openbmc/linux/Documentation/bpf/ |
H A D | map_sockmap.rst | 205 - 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 D | tls.c | 401 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() 1417 res = sendfile(self->fd, fd, NULL, in test_mutliproc()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/build/ |
H A D | 0001-Riscv-Add-risc-v-Android-config-header.patch | 114 + * Define this if you have <sys/sendfile.h>
|
/openbmc/linux/tools/perf/arch/mips/entry/syscalls/ |
H A D | syscall_n64.tbl | 49 39 n64 sendfile sys_sendfile64
|
/openbmc/qemu/linux-user/mips64/ |
H A D | syscall_n64.tbl | 49 39 n64 sendfile sys_sendfile64
|
/openbmc/linux/arch/ia64/kernel/syscalls/ |
H A D | syscall.tbl | 175 163 common sendfile sys_sendfile64
|
/openbmc/linux/arch/mips/kernel/syscalls/ |
H A D | syscall_n64.tbl | 49 39 n64 sendfile sys_sendfile64
|
/openbmc/linux/tools/perf/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 51 40 common sendfile sys_sendfile64
|