uiomove_fromphys
uiomove_fromphys(&marr, off, cnt, uio);
error = uiomove_fromphys(ps->pages, offset + copied,
uiomove_fromphys(ps->pages, offset + copied, uio.uio_resid, &uio);
error = uiomove_fromphys(&ma, off & PAGE_MASK, n, uio);
error = uiomove_fromphys(bp->bio_ma,
uiomove_fromphys(bp->bio_ma, bp->bio_ma_offset, bp->bio_length, &uio);
(void)uiomove_fromphys(&bp->bio_ma[i], offset, length, &auio);
error = uiomove_fromphys(m, off, size, &uio);
error = uiomove_fromphys(m, off, size, &uio);
return (uiomove_fromphys(m, dst & PAGE_MASK, len, &uio));
return (uiomove_fromphys(m, src & PAGE_MASK, len, &uio));
uiomove_fromphys(wpipe->pipe_pages.ms, pos, size, &uio);
error = uiomove_fromphys(rpipe->pipe_pages.ms,
error = uiomove_fromphys(&m, page_offset, len, uio);
error = uiomove_fromphys(pg_array, 0, length, uio);
error = uiomove_fromphys(&pg, segoff, seglen, uio);
error = uiomove_fromphys(&m, offset, tlen, uio);
error = uiomove_fromphys(td->td_ma,
return (uiomove_fromphys(ma, offset, xfersize, uio));
error = uiomove_fromphys(&marr, off, cnt, uio);
uiomove_fromphys(&marr, off, cnt, uio);
int uiomove_fromphys(struct vm_page *ma[], vm_offset_t offset, int n,