Home
last modified time | relevance | path

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

12

/netbsd/src/usr.bin/tftp/
Dextern.h51 void sendfile(int, const char *, const char *);
Dmain.c446 sendfile(fd, targ, mode); in put()
463 sendfile(fd, targ, mode); in put()
Dtftp.c222 sendfile(int fd, const char *name, const char *mode) in sendfile() function
/netbsd/src/external/gpl3/gcc/dist/fixincludes/tests/base/sys/
Dsocket.h29 extern sbsize_t sendfile __((int, int, off_t, bsize_t,
/netbsd/src/usr.bin/tip/
Dcmdtab.c45 { '>', NORM, "send file to remote host", sendfile },
Dtip.h287 void sendfile(char);
Dcmds.c258 sendfile(char cc) in sendfile() function
/netbsd/src/libexec/tftpd/
Dtftpd.c124 static void sendfile(struct formats *, int, int);
136 { "netascii", validate_access, sendfile, recvfile, 1 },
137 { "octet", validate_access, sendfile, recvfile, 0 },
948 sendfile(struct formats *pf, volatile int etftp, int acklength) in sendfile() function
/netbsd/src/usr.sbin/lpr/lpd/
Dprintjob.c138 static int sendfile(int, char *);
844 switch (sendfile('\3', last+1)) { in sendit()
861 if (err == OK && sendfile('\2', file) > 0) { in sendit()
885 sendfile(int type, char *file) in sendfile() function
/netbsd/src/external/bsd/ntp/dist/sntp/libevent/
Dconfigure.ac138 AC_SEARCH_LIBS([sendfile], [sendfile])
245 sys/sendfile.h \
379 sendfile \
Devent-config.h.cmake253 /* Define to 1 if you have the `sendfile' function. */
364 /* Define to 1 if you have the <sys/sendfile.h> header file. */
Dconfig.h.in206 /* Define to 1 if you have the `sendfile' function. */
332 /* Define to 1 if you have the <sys/sendfile.h> header file. */
Dbuffer.c2489 res = sendfile(source_fd, dest_fd, chain->misalign, &len, NULL, 0); in evbuffer_write_sendfile()
2495 res = sendfile(source_fd, dest_fd, chain->misalign, chain->off, NULL, &len, 0); in evbuffer_write_sendfile()
2502 res = sendfile(dest_fd, source_fd, &offset, chain->off); in evbuffer_write_sendfile()
2511 res = sendfile(dest_fd, source_fd, &offset, chain->off); in evbuffer_write_sendfile()
Dwhatsnew-2.1.txt282 file's contents to an evbuffer, and then send them using sendfile() or
295 supports sendfile) to map the file when that's necessary, and use
296 sendfile() otherwise.
DCMakeLists.txt410 sys/sendfile.h
487 sendfile
DChangeLog-2.0187 …o Prefer mmap to sendfile unless a DRAINS_TO_FD flag is set. Allows add_file to work with SSL. (0b…
210 o Solaris sendfile: correctly detect amount of data sent (643922e Michael Herf)
701 o Use AF_INET socketpair to test sendfile on Solaris (9b60209)
1038 o Support sendfile on Solaris: patch from Caitlin Mercer.
1092 o Make sendfile work on FreeBSD
1273 o sendfile, mmap and memory reference support for evbuffers.
/netbsd/src/external/bsd/libevent/dist/
Dconfigure.ac138 AC_SEARCH_LIBS([sendfile], [sendfile])
245 sys/sendfile.h \
379 sendfile \
Devent-config.h.cmake253 /* Define to 1 if you have the `sendfile' function. */
364 /* Define to 1 if you have the <sys/sendfile.h> header file. */
Dconfig.h.in206 /* Define to 1 if you have the `sendfile' function. */
329 /* Define to 1 if you have the <sys/sendfile.h> header file. */
Dbuffer.c2491 res = sendfile(source_fd, dest_fd, chain->misalign, &len, NULL, 0); in evbuffer_write_sendfile()
2497 res = sendfile(source_fd, dest_fd, chain->misalign, chain->off, NULL, &len, 0); in evbuffer_write_sendfile()
2504 res = sendfile(dest_fd, source_fd, &offset, chain->off); in evbuffer_write_sendfile()
2513 res = sendfile(dest_fd, source_fd, &offset, chain->off); in evbuffer_write_sendfile()
Dwhatsnew-2.1.txt282 file's contents to an evbuffer, and then send them using sendfile() or
295 supports sendfile) to map the file when that's necessary, and use
296 sendfile() otherwise.
DCMakeLists.txt410 sys/sendfile.h
487 sendfile
/netbsd/src/sys/arch/ia64/stand/common/
Dhelp.common279 Set the number of sendfile buffers to be allocated. This
/netbsd/src/external/gpl3/gdb/dist/sim/m32r/
Dtraps.c1324 result = sendfile (arg1, arg2, &offset, arg3); in m32r_trap()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
Dconfig.h.in1025 /* Define if sendfile is available in <sys/sendfile.h>. */

12