Lines Matching refs:b_error
493 bp->b_error = ENXIO; in vndstrategy()
505 bp->b_error = EINVAL; in vndstrategy()
532 bp->b_error = EROFS; in vndstrategy()
560 bp->b_error = VOP_READ(vnd->sc_vp, &auio, 0, in vndstrategy()
574 bp->b_error = VOP_WRITE(vnd->sc_vp, &auio, in vndstrategy()
582 if (bp->b_error) in vndstrategy()
606 bp->b_error = EINVAL; in vndstrategy()
652 nbp->vb_buf.b_error = 0; in vndstrategy()
683 nbp->vb_buf.b_error = error; in vndstrategy()
753 if (vbp->vb_buf.b_error) { in vndiodone()
755 vbp->vb_buf.b_error); in vndiodone()
760 pbp->b_error = biowait(&vbp->vb_buf); in vndiodone()