Home
last modified time | relevance | path

Searched defs: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()
1271 struct uio *hdr_uio, *trl_uio; in sendfile() local
H A Dkern_descrip.c5255 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.h421 struct uio *trl_uio, off_t offset, size_t nbytes, off_t *sent, int flags, in fo_sendfile()
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_misc.c2135 struct uio *hdr_uio, *trl_uio; in freebsd32_do_sendfile() local