Home
last modified time | relevance | path

Searched refs:trl_uio (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/kern/
H A Dkern_sendfile.c672 struct uio *trl_uio, off_t offset, size_t nbytes, off_t *sent, int flags, in vn_sendfile() argument
1215 if (trl_uio != NULL) { in vn_sendfile()
1217 error = kern_writev(td, sockfd, trl_uio); in vn_sendfile()
1271 struct uio *hdr_uio, *trl_uio; in sendfile() local
1284 hdr_uio = trl_uio = NULL; in sendfile()
1311 &trl_uio); in sendfile()
1326 error = fo_sendfile(fp, uap->s, hdr_uio, trl_uio, uap->offset, in sendfile()
1335 freeuio(trl_uio); in sendfile()
H A Dkern_descrip.c5256 struct uio *trl_uio, off_t offset, size_t nbytes, off_t *sent, int flags, in badfo_sendfile()
5375 struct uio *trl_uio, off_t offset, size_t nbytes, off_t *sent, int flags, in invfo_sendfile()
5255 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) badfo_sendfile() argument
5374 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) invfo_sendfile() argument
/freebsd/sys/sys/
H A Dfile.h118 struct uio *trl_uio, off_t offset, size_t nbytes,
421 struct uio *trl_uio, off_t offset, size_t nbytes, off_t *sent, int flags, in fo_sendfile() argument
425 return ((*fp->f_ops->fo_sendfile)(fp, sockfd, hdr_uio, trl_uio, offset, in fo_sendfile()
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_misc.c2135 struct uio *hdr_uio, *trl_uio; in freebsd32_do_sendfile() local
2146 hdr_uio = trl_uio = NULL; in freebsd32_do_sendfile()
2180 hdtr32.trl_cnt, &trl_uio); in freebsd32_do_sendfile()
2192 error = fo_sendfile(fp, uap->s, hdr_uio, trl_uio, offset, in freebsd32_do_sendfile()
2202 if (trl_uio) in freebsd32_do_sendfile()
2203 freeuio(trl_uio); in freebsd32_do_sendfile()