Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_physio.c52 u_int iolen, poff; in physio() local
191 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()