Searched refs:sendfile (Results 1 – 16 of 16) sorted by relevance
/titanic_41/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 | 496 sendfile.h \
|
/titanic_41/usr/src/tools/codesign/ |
H A D | codesign_server.pl | 146 sendfile("$Tmpdir/out.zip", $path) || return; 160 sub sendfile { subroutine
|
H A D | signit.pl | 181 sendfile("$Tmpdir/in.zip", "$cred $path") || return; 203 sub sendfile { subroutine
|
/titanic_41/usr/src/lib/libsendfile/ |
H A D | Makefile.com | 27 OBJECTS = sendfile.o
|
/titanic_41/usr/src/lib/libsendfile/common/ |
H A D | llib-lsendfile | 32 #include <sys/sendfile.h>
|
H A D | sendfile.c | 37 #pragma weak sendfile = _sendfile macro
|
H A D | mapfile-vers | 43 sendfile;
|
/titanic_41/usr/src/man/man3ext/ |
H A D | Makefile | 34 sendfile.3ext \
|
/titanic_41/usr/src/lib/print/libpapi-lpd/common/ |
H A D | lpd-port.c | 435 if (sendfile(sock, fd, &off, st.st_size) != st.st_size) in send_data_file()
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-library.man3ext.inc | 30 file path=usr/share/man/man3ext/sendfile.3ext
|
H A D | system-header.mf | 1416 file path=usr/include/sys/sendfile.h
|
/titanic_41/usr/src/cmd/sgs/ar/common/ |
H A D | file.c | 1292 if (sendfile(ar_outfile.fd, fd, &off, in writefile()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | rcp.c | 1261 cnt = sendfile(rem, f, &off, amt); in source()
|
/titanic_41/usr/src/uts/common/ |
H A D | Makefile.files | 309 sendfile.o \
|
/titanic_41/usr/src/lib/libc/port/ |
H A D | llib-lc | 142 #include <sys/sendfile.h>
|