Searched refs:hdr_uio (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/sys/sys/
H A Dfile.h108 typedef int fo_sendfile_t(struct file *fp, int sockfd, struct uio *hdr_uio,
369 fo_sendfile(struct file *fp, int sockfd, struct uio *hdr_uio, argument
374 return ((*fp->f_ops->fo_sendfile)(fp, sockfd, hdr_uio, trl_uio, offset,
H A Dsyscallsubr.h199 struct uio *hdr_uio, struct uio *trl_uio, int compat);
/freebsd-10.0-release/sys/kern/
H A Duipc_syscalls.c1907 struct uio *hdr_uio, *trl_uio; local
1919 hdr_uio = trl_uio = NULL;
1926 error = copyinuio(hdtr.headers, hdtr.hdr_cnt, &hdr_uio);
1949 error = fo_sendfile(fp, uap->s, hdr_uio, trl_uio, uap->offset,
1954 free(hdr_uio, M_IOV);
2175 vn_sendfile(struct file *fp, int sockfd, struct uio *hdr_uio, argument
2235 if (hdr_uio != NULL) {
2236 hdr_uio->uio_td = td;
2237 hdr_uio->uio_rw = UIO_WRITE;
2238 if (hdr_uio
[all...]
H A Dkern_descrip.c3950 badfo_sendfile(struct file *fp, int sockfd, struct uio *hdr_uio, argument
3989 invfo_sendfile(struct file *fp, int sockfd, struct uio *hdr_uio, argument
/freebsd-10.0-release/sys/compat/freebsd32/
H A Dfreebsd32_misc.c1649 struct uio *hdr_uio, *trl_uio; local
1660 hdr_uio = trl_uio = NULL;
1674 hdtr32.hdr_cnt, &hdr_uio);
1694 error = fo_sendfile(fp, uap->s, hdr_uio, trl_uio, offset,
1699 if (hdr_uio)
1700 free(hdr_uio, M_IOV);

Completed in 191 milliseconds