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

/freebsd-11.0-release/sys/kern/
H A Dkern_sendfile.c518 struct uio *trl_uio, off_t offset, size_t nbytes, off_t *sent, int flags,
862 if (trl_uio != NULL) {
864 error = kern_writev(td, sockfd, trl_uio);
912 struct uio *hdr_uio, *trl_uio; local
925 hdr_uio = trl_uio = NULL;
952 &trl_uio);
969 error = fo_sendfile(fp, uap->s, hdr_uio, trl_uio, uap->offset,
978 free(trl_uio, M_IOV);
517 vn_sendfile(struct file *fp, int sockfd, struct uio *hdr_uio, struct uio *trl_uio, off_t offset, size_t nbytes, off_t *sent, int flags, struct thread *td) argument
H A Dkern_descrip.c3958 struct uio *trl_uio, off_t offset, size_t nbytes, off_t *sent, int flags,
4044 struct uio *trl_uio, off_t offset, size_t nbytes, off_t *sent, int flags,
3957 badfo_sendfile(struct file *fp, int sockfd, struct uio *hdr_uio, struct uio *trl_uio, off_t offset, size_t nbytes, off_t *sent, int flags, struct thread *td) argument
4043 invfo_sendfile(struct file *fp, int sockfd, struct uio *hdr_uio, struct uio *trl_uio, off_t offset, size_t nbytes, off_t *sent, int flags, struct thread *td) argument
/freebsd-11.0-release/sys/sys/
H A Dfile.h114 struct uio *trl_uio, off_t offset, size_t nbytes,
378 struct uio *trl_uio, off_t offset, size_t nbytes, off_t *sent, int flags,
382 return ((*fp->f_ops->fo_sendfile)(fp, sockfd, hdr_uio, trl_uio, offset,
377 fo_sendfile(struct file *fp, int sockfd, struct uio *hdr_uio, struct uio *trl_uio, off_t offset, size_t nbytes, off_t *sent, int flags, struct thread *td) argument
H A Dsyscallsubr.h200 struct uio *hdr_uio, struct uio *trl_uio, int compat);
/freebsd-11.0-release/sys/compat/freebsd32/
H A Dfreebsd32_misc.c1637 struct uio *hdr_uio, *trl_uio; local
1648 hdr_uio = trl_uio = NULL;
1682 hdtr32.trl_cnt, &trl_uio);
1694 error = fo_sendfile(fp, uap->s, hdr_uio, trl_uio, offset,
1704 if (trl_uio)
1705 free(trl_uio, M_IOV);

Completed in 100 milliseconds