| /netbsd/src/usr.bin/tftp/ |
| D | extern.h | 51 void sendfile(int, const char *, const char *);
|
| D | main.c | 446 sendfile(fd, targ, mode); in put() 463 sendfile(fd, targ, mode); in put()
|
| D | tftp.c | 222 sendfile(int fd, const char *name, const char *mode) in sendfile() function
|
| /netbsd/src/external/gpl3/gcc/dist/fixincludes/tests/base/sys/ |
| D | socket.h | 29 extern sbsize_t sendfile __((int, int, off_t, bsize_t,
|
| /netbsd/src/usr.bin/tip/ |
| D | cmdtab.c | 45 { '>', NORM, "send file to remote host", sendfile },
|
| D | tip.h | 287 void sendfile(char);
|
| D | cmds.c | 258 sendfile(char cc) in sendfile() function
|
| /netbsd/src/libexec/tftpd/ |
| D | tftpd.c | 124 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/ |
| D | printjob.c | 138 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/ |
| D | configure.ac | 138 AC_SEARCH_LIBS([sendfile], [sendfile]) 245 sys/sendfile.h \ 379 sendfile \
|
| D | event-config.h.cmake | 253 /* Define to 1 if you have the `sendfile' function. */ 364 /* Define to 1 if you have the <sys/sendfile.h> header file. */
|
| D | config.h.in | 206 /* Define to 1 if you have the `sendfile' function. */ 332 /* Define to 1 if you have the <sys/sendfile.h> header file. */
|
| D | buffer.c | 2489 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()
|
| D | whatsnew-2.1.txt | 282 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.
|
| D | CMakeLists.txt | 410 sys/sendfile.h 487 sendfile
|
| D | ChangeLog-2.0 | 187 …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/ |
| D | configure.ac | 138 AC_SEARCH_LIBS([sendfile], [sendfile]) 245 sys/sendfile.h \ 379 sendfile \
|
| D | event-config.h.cmake | 253 /* Define to 1 if you have the `sendfile' function. */ 364 /* Define to 1 if you have the <sys/sendfile.h> header file. */
|
| D | config.h.in | 206 /* Define to 1 if you have the `sendfile' function. */ 329 /* Define to 1 if you have the <sys/sendfile.h> header file. */
|
| D | buffer.c | 2491 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()
|
| D | whatsnew-2.1.txt | 282 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.
|
| D | CMakeLists.txt | 410 sys/sendfile.h 487 sendfile
|
| /netbsd/src/sys/arch/ia64/stand/common/ |
| D | help.common | 279 Set the number of sendfile buffers to be allocated. This
|
| /netbsd/src/external/gpl3/gdb/dist/sim/m32r/ |
| D | traps.c | 1324 result = sendfile (arg1, arg2, &offset, arg3); in m32r_trap()
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/ |
| D | config.h.in | 1025 /* Define if sendfile is available in <sys/sendfile.h>. */
|