Home | History | Annotate | Download | only in dmover

Lines Matching defs:uio

57 #include <sys/uio.h>
149 struct uio *uio = dreq->dreq_outbuf.dmbuf_uio;
154 if (uio->uio_rw != UIO_READ) {
162 buflen = uio->uio_resid;
167 while ((count = uio->uio_resid) != 0) {
170 error = uiomove(cp, count, uio);
210 struct uio *uio = dreq->dreq_outbuf.dmbuf_uio;
215 if (uio->uio_rw != UIO_READ) {
223 buflen = uio->uio_resid;
228 while ((count = uio->uio_resid) != 0) {
231 error = uiomove(cp, count, uio);
332 struct uio *uio_out = dreq->dreq_outbuf.dmbuf_uio;
333 struct uio *uio_in = dreq->dreq_inbuf[0].dmbuf_uio;
334 struct uio *uio;
372 uio = dreq->dreq_inbuf[i].dmbuf_uio;
373 error = uiomove(cp, count, uio);
437 struct uio *uio_out = dreq->dreq_outbuf.dmbuf_uio;
438 struct uio *uio_in = dreq->dreq_inbuf[0].dmbuf_uio;
592 struct uio *uio_in = dreq->dreq_inbuf[0].dmbuf_uio;