Searched defs:sendfile (Results 1 - 4 of 4) sorted by relevance

/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/libsendfile/common/
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);

Completed in 90 milliseconds