Searched defs:trl_uio (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/kern/
H A Dkern_sendfile.c920 struct uio *hdr_uio, *trl_uio; local
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.c4030 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
4116 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-stable/sys/sys/
H A Dfile.h373 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
/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32_misc.c1690 struct uio *hdr_uio, *trl_uio; local

Completed in 81 milliseconds