Searched refs:trl_uio (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_sendfile.c | 678 struct uio *trl_uio, off_t offset, size_t nbytes, off_t *sent, int flags, in vn_sendfile() argument 1209 if (trl_uio != NULL) { in vn_sendfile() 1211 error = kern_writev(td, sockfd, trl_uio); in vn_sendfile() 1265 struct uio *hdr_uio, *trl_uio; in sendfile() local 1278 hdr_uio = trl_uio = NULL; in sendfile() 1305 &trl_uio); in sendfile() 1320 error = fo_sendfile(fp, uap->s, hdr_uio, trl_uio, uap->offset, in sendfile() 1329 free(trl_uio, M_IOV); in sendfile()
|
| H A D | kern_descrip.c | 4958 struct uio *trl_uio, off_t offset, size_t nbytes, off_t *sent, int flags, in badfo_sendfile() argument 5044 struct uio *trl_uio, off_t offset, size_t nbytes, off_t *sent, int flags, in invfo_sendfile() argument
|
| /f-stack/freebsd/sys/ |
| H A D | file.h | 118 struct uio *trl_uio, off_t offset, size_t nbytes, 405 struct uio *trl_uio, off_t offset, size_t nbytes, off_t *sent, int flags, in fo_sendfile() argument 409 return ((*fp->f_ops->fo_sendfile)(fp, sockfd, hdr_uio, trl_uio, offset, in fo_sendfile()
|