Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ieee1394/
H A Dfwmem.c279 bp->bio_resid = bp->bio_bcount - iolen; in fwmem_strategy()
286 bp->bio_resid = bp->bio_bcount; in fwmem_strategy()
481 bp->bio_resid = bp->bio_bcount; in fwmem_biodone()
H A Dfirewirereg.h323 #define bio_resid b_resid macro
H A Dfwdev.c745 bp->bio_resid = bp->bio_bcount; in fw_strategy()
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dvdev_geom.c926 if (zio->io_error == 0 && bp->bio_resid != 0) in vdev_geom_io_intr()