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

/freebsd-10-stable/sys/sys/
H A Dfile.h110 struct uio *trl_uio, off_t offset, size_t nbytes,
372 struct uio *trl_uio, off_t offset, size_t nbytes, off_t *sent, int flags,
376 return ((*fp->f_ops->fo_sendfile)(fp, sockfd, hdr_uio, trl_uio, offset,
371 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, int kflags, struct thread *td) argument
H A Dsyscallsubr.h220 struct uio *hdr_uio, struct uio *trl_uio, int compat);
/freebsd-10-stable/sys/kern/
H A Duipc_syscalls.c1910 struct uio *hdr_uio, *trl_uio; local
1922 hdr_uio = trl_uio = NULL;
1934 error = copyinuio(hdtr.trailers, hdtr.trl_cnt, &trl_uio);
1952 error = fo_sendfile(fp, uap->s, hdr_uio, trl_uio, uap->offset,
1958 free(trl_uio, M_IOV);
2180 struct uio *trl_uio, off_t offset, size_t nbytes, off_t *sent, int flags,
2534 if (trl_uio != NULL) {
2536 error = kern_writev(td, sockfd, trl_uio);
2179 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, int kflags, struct thread *td) argument
H A Dkern_descrip.c4045 struct uio *trl_uio, off_t offset, size_t nbytes, off_t *sent, int flags,
4084 struct uio *trl_uio, off_t offset, size_t nbytes, off_t *sent, int flags,
4044 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, int kflags, struct thread *td) argument
4083 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, int kflags, struct thread *td) argument
/freebsd-10-stable/sys/compat/freebsd32/
H A Dfreebsd32_misc.c1745 struct uio *hdr_uio, *trl_uio; local
1756 hdr_uio = trl_uio = NULL;
1777 hdtr32.trl_cnt, &trl_uio);
1790 error = fo_sendfile(fp, uap->s, hdr_uio, trl_uio, offset,
1797 if (trl_uio)
1798 free(trl_uio, M_IOV);

Completed in 359 milliseconds