Searched refs:iolen (Results 1 – 1 of 1) sorted by relevance
52 u_int iolen, poff; in physio() local191 iolen = bp->bio_length - bp->bio_resid; in physio()192 if (iolen == 0 && !(bp->bio_flags & BIO_ERROR)) in physio()194 uio->uio_iov[i].iov_len -= iolen; in physio()196 (char *)uio->uio_iov[i].iov_base + iolen; in physio()197 uio->uio_resid -= iolen; in physio()198 uio->uio_offset += iolen; in physio()