Searched refs:bioerr (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxdb.c633 int i, err, bioerr; local
640 bioerr = geterror(bp);
641 if (bioerr)
643 ddi_get_name_addr(vdp->xs_dip), bioerr));
646 if ((bioerr == 0) && (xreq->xr_curseg < xreq->xr_buf_pages)) {
655 bioerr = EIO;
660 bioerr = EIO;
708 if (xdb_push_response(vdp, xreq->xr_id, xreq->xr_op, bioerr))
H A Dxdf.c903 xdf_io_fini(xdf_t *vdp, uint64_t id, int bioerr) argument
914 if (bioerr != 0)
915 bioerror(bp, bioerr);
946 int bioerr; local
973 bioerr = EIO;
975 bioerr = 0;
978 xdf_io_fini(vdp, id, bioerr);
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.c5138 int bioerr; local
5220 bioerr = 0;
5241 bioerr = 0;
5257 bioerr = 0;
5263 bioerr = EFAULT;
5268 bioerr = EINVAL;
5274 bioerr = EINVAL;
5286 bioerr = EINVAL;
5300 bioerr = ENOMEM;
5326 bioerr
[all...]

Completed in 120 milliseconds