Searched refs:sendfile (Results 1 - 19 of 19) sorted by relevance

/illumos-gate/usr/src/lib/libsendfile/common/
H A Dllib-lsendfile32 #include <sys/sendfile.h>
H A Dsendfile.c33 * file offsets. Similar things apply to sendfile.
37 #pragma weak sendfile = _sendfile macro
41 #include <sys/sendfile.h>
/illumos-gate/usr/src/uts/common/sys/
H A Dsendfile.h113 #pragma redefine_extname sendfile sendfile64
116 #define sendfile sendfile64 macro
124 #pragma redefine_extname sendfile64 sendfile
127 #define sendfile64 sendfile
132 extern ssize_t sendfile(int, int, off_t *, size_t);
H A DMakefile506 sendfile.h \
/illumos-gate/usr/src/uts/common/inet/nca/
H A Dncaio.h37 #include <sys/sendfile.h>
/illumos-gate/usr/src/lib/libsendfile/
H A DMakefile.com27 OBJECTS = sendfile.o
/illumos-gate/usr/src/tools/codesign/
H A Dcodesign_server.pl146 sendfile("$Tmpdir/out.zip", $path) || return;
154 # sendfile(file, path)
160 sub sendfile { subroutine
H A Dsignit.pl181 sendfile("$Tmpdir/in.zip", "$cred $path") || return;
197 # sendfile(file, args)
203 sub sendfile { subroutine
/illumos-gate/usr/src/lib/print/libpapi-lpd/common/
H A Dlpd-port.c51 #include <sys/sendfile.h>
435 if (sendfile(sock, fd, &off, st.st_size) != st.st_size)
/illumos-gate/usr/src/man/man3ext/
H A DMakefile34 sendfile.3ext \
/illumos-gate/usr/src/boot/sys/sys/
H A Dsocket.h578 * sendfile(2) header/trailer struct
640 int sendfile(int, int, off_t, size_t, struct sf_hdtr *, off_t *, int);
/illumos-gate/usr/src/cmd/sgs/ar/common/
H A Dfile.c32 #include <sys/sendfile.h>
1273 * its contents. We use the sendfile() system call
1292 if (sendfile(ar_outfile.fd, fd, &off,
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drcp.c50 #include <sys/sendfile.h>
1261 cnt = sendfile(rem, f, &off, amt);
/illumos-gate/usr/src/uts/common/syscall/
H A Dsendfile.c59 #include <sys/sendfile.h>
/illumos-gate/usr/src/uts/common/os/
H A Dsysent.c48 #include <sys/sendfile.h>
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7curi.c32 #include <sys/sendfile.h>
H A Dsocksyscalls.c66 #include <sys/sendfile.h>
1907 * need to have parallelism. This is done by having the sendfile
1913 * We have a sendfile queue (snfq) where each sendfile
1918 * be consumed by the sendfile thread. snf_deque and snf_enque are
1965 * If sendfile() is used to send data over a slow network, we need to
2378 /* Maximum no.of pages allocated by vpm for sendfile at a time */
2457 * At the end of the whole sendfile() operation, we wait till the data from
2459 * caller of sendfile() can safely modify the file content.
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc144 #include <sys/sendfile.h>
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c83 #include <sys/sendfile.h>

Completed in 146 milliseconds