Home
last modified time | relevance | path

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

/titanic_41/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 DMakefile496 sendfile.h \
/titanic_41/usr/src/tools/codesign/
H A Dcodesign_server.pl146 sendfile("$Tmpdir/out.zip", $path) || return;
160 sub sendfile { subroutine
H A Dsignit.pl181 sendfile("$Tmpdir/in.zip", "$cred $path") || return;
203 sub sendfile { subroutine
/titanic_41/usr/src/lib/libsendfile/
H A DMakefile.com27 OBJECTS = sendfile.o
/titanic_41/usr/src/lib/libsendfile/common/
H A Dllib-lsendfile32 #include <sys/sendfile.h>
H A Dsendfile.c37 #pragma weak sendfile = _sendfile macro
H A Dmapfile-vers43 sendfile;
/titanic_41/usr/src/man/man3ext/
H A DMakefile34 sendfile.3ext \
/titanic_41/usr/src/lib/print/libpapi-lpd/common/
H A Dlpd-port.c435 if (sendfile(sock, fd, &off, st.st_size) != st.st_size) in send_data_file()
/titanic_41/usr/src/pkg/manifests/
H A Dsystem-library.man3ext.inc30 file path=usr/share/man/man3ext/sendfile.3ext
H A Dsystem-header.mf1416 file path=usr/include/sys/sendfile.h
/titanic_41/usr/src/cmd/sgs/ar/common/
H A Dfile.c1292 if (sendfile(ar_outfile.fd, fd, &off, in writefile()
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/
H A Drcp.c1261 cnt = sendfile(rem, f, &off, amt); in source()
/titanic_41/usr/src/uts/common/
H A DMakefile.files309 sendfile.o \
/titanic_41/usr/src/lib/libc/port/
H A Dllib-lc142 #include <sys/sendfile.h>