Home
last modified time | relevance | path

Searched refs:hdr_uio (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_sendfile.c838 if (hdr_uio != NULL && hdr_uio->uio_resid > 0) { in vn_sendfile()
839 hdr_uio->uio_td = td; in vn_sendfile()
840 hdr_uio->uio_rw = UIO_WRITE; in vn_sendfile()
847 mh = m_uiotombuf(hdr_uio, M_WAITOK, in vn_sendfile()
860 hdr_uio = NULL; in vn_sendfile()
1265 struct uio *hdr_uio, *trl_uio; in sendfile() local
1278 hdr_uio = trl_uio = NULL; in sendfile()
1286 &hdr_uio); in sendfile()
1296 if (uap->nbytes > hdr_uio->uio_resid) in sendfile()
1297 uap->nbytes -= hdr_uio->uio_resid; in sendfile()
[all …]
H A Dkern_descrip.c4957 badfo_sendfile(struct file *fp, int sockfd, struct uio *hdr_uio, in badfo_sendfile() argument
5043 invfo_sendfile(struct file *fp, int sockfd, struct uio *hdr_uio, in invfo_sendfile() argument
/f-stack/freebsd/sys/
H A Dfile.h117 typedef int fo_sendfile_t(struct file *fp, int sockfd, struct uio *hdr_uio,
404 fo_sendfile(struct file *fp, int sockfd, struct uio *hdr_uio, in fo_sendfile() argument
409 return ((*fp->f_ops->fo_sendfile)(fp, sockfd, hdr_uio, trl_uio, offset, in fo_sendfile()