Searched refs:sf_hdtr (Results 1 – 9 of 9) sorted by relevance
/freebsd/tools/tools/netrate/httpd/ |
H A D | httpd.c | 101 struct sf_hdtr sf_hdtr; in http_serve() local 133 bzero(&sf_hdtr, sizeof(sf_hdtr)); in http_serve() 147 sf_hdtr.headers = header_iovec; in http_serve() 148 sf_hdtr.hdr_cnt = 6; in http_serve() 149 sf_hdtr.trailers = NULL; in http_serve() 150 sf_hdtr.trl_cnt = 0; in http_serve() 152 if (sendfile(fd, sock, 0, 0, &sf_hdtr, NULL, 0) < 0) in http_serve()
|
/freebsd/sys/sys/ |
H A D | socket.h | 648 struct sf_hdtr { struct 722 int sendfile(int, int, off_t, size_t, struct sf_hdtr *, off_t *, int);
|
H A D | sysproto.h | 1034 …char hdtr_l_[PADL_(struct sf_hdtr *)]; struct sf_hdtr * hdtr; char hdtr_r_[PADR_(struct sf_hdtr *)… 2516 …char hdtr_l_[PADL_(struct sf_hdtr *)]; struct sf_hdtr * hdtr; char hdtr_r_[PADR_(struct sf_hdtr *)…
|
/freebsd/lib/libc/tests/sys/ |
H A D | sendfile_test.c | 692 struct sf_hdtr hdtr; in hdtr_positive_test() 789 struct sf_hdtr *hdtr1, hdtr2, hdtr3; in hdtr_negative_bad_pointers_test() 793 hdtr1 = (struct sf_hdtr*)-1; in hdtr_negative_bad_pointers_test()
|
/freebsd/tools/regression/sockets/sendfile/ |
H A D | sendfile.c | 270 struct sf_hdtr hdtr, *hdtrp; in send_test()
|
/freebsd/lib/libsys/ |
H A D | _libsys.h | 50 struct sf_hdtr; 294 typedef int (__sys_sendfile_t)(int, int, off_t, size_t, struct sf_hdtr *, off_t *, int); 695 int __sys_sendfile(int fd, int s, off_t offset, size_t nbytes, struct sf_hdtr * hdtr, off_t * sbyte…
|
/freebsd/sys/kern/ |
H A D | kern_sendfile.c | 1270 struct sf_hdtr hdtr; in sendfile()
|
/freebsd/usr.bin/truss/ |
H A D | syscalls.c | 2554 struct sf_hdtr hdtr; in print_arg()
|
/freebsd/sys/compat/freebsd32/ |
H A D | freebsd32_misc.c | 2134 struct sf_hdtr hdtr; in freebsd32_do_sendfile()
|