Searched refs:sendfile (Results 1 - 19 of 19) sorted by relevance
/illumos-gate/usr/src/lib/libsendfile/common/ |
H A D | llib-lsendfile | 32 #include <sys/sendfile.h>
|
H A D | sendfile.c | 33 * 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 D | sendfile.h | 113 #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 D | Makefile | 506 sendfile.h \
|
/illumos-gate/usr/src/uts/common/inet/nca/ |
H A D | ncaio.h | 37 #include <sys/sendfile.h>
|
/illumos-gate/usr/src/lib/libsendfile/ |
H A D | Makefile.com | 27 OBJECTS = sendfile.o
|
/illumos-gate/usr/src/tools/codesign/ |
H A D | codesign_server.pl | 146 sendfile("$Tmpdir/out.zip", $path) || return; 154 # sendfile(file, path) 160 sub sendfile { subroutine
|
H A D | signit.pl | 181 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 D | lpd-port.c | 51 #include <sys/sendfile.h> 435 if (sendfile(sock, fd, &off, st.st_size) != st.st_size)
|
/illumos-gate/usr/src/man/man3ext/ |
H A D | Makefile | 34 sendfile.3ext \
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | socket.h | 578 * 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 D | file.c | 32 #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 D | rcp.c | 50 #include <sys/sendfile.h> 1261 cnt = sendfile(rem, f, &off, amt);
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | sendfile.c | 59 #include <sys/sendfile.h>
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | sysent.c | 48 #include <sys/sendfile.h>
|
/illumos-gate/usr/src/uts/common/fs/sockfs/ |
H A D | nl7curi.c | 32 #include <sys/sendfile.h>
|
H A D | socksyscalls.c | 66 #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 D | llib-lc | 144 #include <sys/sendfile.h>
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | expound.c | 83 #include <sys/sendfile.h>
|
Completed in 146 milliseconds