Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ieee1394/
H A Dfwmem.c285 bp->bio_error = err; in fwmem_strategy()
476 bp->bio_error = xfer->resp; in fwmem_biodone()
478 if (bp->bio_error != 0) { in fwmem_biodone()
480 printf("%s: err=%d\n", __func__, bp->bio_error); in fwmem_biodone()
H A Dfirewirereg.h320 #define bio_error b_error macro
H A Dfwdev.c744 bp->bio_error = EOPNOTSUPP; in fw_strategy()
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dvdev_geom.c925 zio->io_error = bp->bio_error; in vdev_geom_io_intr()