Home
last modified time | relevance | path

Searched refs:bioerror (Results 1 – 25 of 48) sorted by relevance

12

/titanic_53/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd_dma.c110 bioerror(bp, EINVAL); in ghd_dma_buf_bind_attr()
118 bioerror(bp, EFAULT); in ghd_dma_buf_bind_attr()
/titanic_53/usr/src/uts/intel/io/dktp/dcdev/
H A Ddadk.c656 bioerror(bp, EROFS); in dadk_strategy()
661 bioerror(bp, ENXIO); in dadk_strategy()
681 bioerror(bp, EROFS); in dadk_dump()
686 bioerror(bp, ENXIO); in dadk_dump()
695 bioerror(bp, EIO); in dadk_dump()
1106 bioerror(bp, EROFS); in dadk_iob_xfer()
1275 bioerror(pktp->cp_bp, ENXIO); in dadk_ioretry()
1289 bioerror(bp, ENOTSUP); in dadk_ioretry()
1294 bioerror(bp, EIO); in dadk_ioretry()
1793 bioerror(bp, ENOMEM); in dadk_dk()
/titanic_53/usr/src/uts/common/avs/ns/sv/
H A Dsv.c2120 bioerror(bp, ENODEV); in _sv_lyr_strategy()
2134 bioerror(bp, EPERM); in _sv_lyr_strategy()
2143 bioerror(bp, rc); in _sv_lyr_strategy()
2153 bioerror(bp, 0); in _sv_lyr_strategy()
2155 bioerror(bp, EINVAL); in _sv_lyr_strategy()
2179 bioerror(bp, ENXIO); in _sv_lyr_strategy()
2220 bioerror(bp, rc); in _sv_lyr_strategy()
2242 bioerror(bp, rc); in _sv_lyr_strategy()
2277 bioerror(bp, rc); in _sv_lyr_strategy()
2300 bioerror(bp, rc); in _sv_lyr_strategy()
[all …]
/titanic_53/usr/src/uts/common/io/cpqary3/
H A Dcpqary3_transport.c388 bioerror(bp, CPQARY3_BUFFER_ERROR_CLEAR); in cpqary3_dma_alloc()
399 bioerror(bp, EFAULT); in cpqary3_dma_alloc()
469 bioerror(bp, CPQARY3_BUFFER_ERROR_CLEAR); in cpqary3_dma_alloc()
473 bioerror(bp, EFAULT); in cpqary3_dma_alloc()
477 bioerror(bp, EINVAL); in cpqary3_dma_alloc()
/titanic_53/usr/src/uts/common/io/blkdev/
H A Dblkdev.c750 bioerror(bp, ENOMEM); in bd_xfer_alloc()
850 bioerror(bp, rv); in bd_xfer_alloc()
1208 bioerror(bp, ENXIO); in bd_strategy()
1215 bioerror(bp, ENXIO); in bd_strategy()
1225 bioerror(bp, EINVAL); in bd_strategy()
1548 bioerror(bp, rv); in bd_sched()
1938 bioerror(bp, err); in bd_xfer_done()
1975 bioerror(bp, EFAULT); in bd_xfer_done()
1991 bioerror(bp, rv); in bd_xfer_done()
/titanic_53/usr/src/uts/common/sys/scsi/targets/
H A Dsgendef.h170 #define SET_BP_ERROR(bp, err) bioerror(bp, err);
H A Dses.h315 #define SET_BP_ERROR(bp, err) bioerror(bp, err);
/titanic_53/usr/src/uts/common/io/scsi/targets/
H A Dsgen.c1348 bioerror(bp, ENXIO); in sgen_start()
1362 bioerror(bp, EFAULT); in sgen_start()
1395 bioerror(bp, EIO); in sgen_start()
1556 bioerror(bp, EIO); in sgen_restart()
1653 bioerror(bp, EIO); in sgen_callback()
H A Dsd_xbuf.c665 bioerror(bp, EIO); in ddi_xbuf_flushq()
/titanic_53/usr/src/uts/common/io/
H A Dfssnap.c671 bioerror(bp, EROFS); in snap_strategy()
683 bioerror(bp, ENXIO); in snap_strategy()
693 bioerror(bp, ENXIO); in snap_strategy()
733 bioerror(bp, error); in snap_strategy()
1417 bioerror(bp, error); in fssnap_strategy_impl()
H A Dlofi.c1598 bioerror(bp, error); in lofi_strategy_task()
1629 bioerror(bp, ENXIO); in lofi_strategy()
1641 bioerror(bp, ENXIO); in lofi_strategy()
1649 bioerror(bp, ENXIO); in lofi_strategy()
1658 bioerror(bp, EIO); in lofi_strategy()
1675 bioerror(bp, 0); in lofi_strategy()
1678 bioerror(bp, ENXIO); in lofi_strategy()
1687 bioerror(bp, ENXIO); in lofi_strategy()
/titanic_53/usr/src/uts/common/fs/zfs/
H A Dvdev_file.c180 bioerror(bp, error); in vdev_file_io_strategy()
H A Dzvol.c1245 bioerror(bp, error); in zvol_strategy()
1253 bioerror(bp, EROFS); in zvol_strategy()
1269 bioerror(bp, EIO); in zvol_strategy()
1321 bioerror(bp, off > volsize ? EINVAL : error); in zvol_strategy()
/titanic_53/usr/src/uts/common/io/usb/usba/
H A Dusba_ugen.c1221 bioerror(bp, rval); in ugen_strategy()
2374 bioerror(bp, EINTR); in ugen_epx_req()
2580 bioerror(epp->ep_bp, EIO); in ugen_epx_ctrl_req_cb()
2652 bioerror(bp, EIO); in ugen_epx_bulk_req()
2708 bioerror(epp->ep_bp, EIO); in ugen_epx_bulk_req_cb()
3010 bioerror(epp->ep_bp, EIO); in ugen_epx_intr_IN_req_cb()
3075 bioerror(bp, EIO); in ugen_epx_intr_OUT_req()
3123 bioerror(epp->ep_bp, EIO); in ugen_epx_intr_OUT_req_cb()
3552 bioerror(epp->ep_bp, EIO); in ugen_epx_isoc_IN_req_cb()
3788 bioerror(bp, EIO); in ugen_epx_isoc_OUT_req()
[all …]
/titanic_53/usr/src/uts/common/sys/dktp/
H A Dtgdk.h167 #define SETBPERR bioerror
/titanic_53/usr/src/uts/common/io/scsi/impl/
H A Dscsi_resource.c194 bioerror(bp, EINVAL); in scsi_dma_buf_bind_attr()
200 bioerror(bp, EFAULT); in scsi_dma_buf_bind_attr()
/titanic_53/usr/src/uts/common/sys/
H A Dbuf.h395 void bioerror(struct buf *bp, int error);
/titanic_53/usr/src/uts/common/io/scsi/adapters/smartpqi/
H A Dsmartpqi_hba.c563 bioerror(bp, 0); in pqi_init_pkt()
567 bioerror(bp, EFAULT); in pqi_init_pkt()
571 bioerror(bp, EINVAL); in pqi_init_pkt()
/titanic_53/usr/src/uts/common/io/1394/targets/scsa1394/
H A Dhba.c1530 bioerror(bp, 0); in scsa1394_cmd_buf_dma_alloc()
1588 bioerror(bp, error); in scsa1394_cmd_buf_dma_alloc()
1610 bioerror(bp, 0); in scsa1394_cmd_buf_dma_alloc()
1618 bioerror(bp, 0); in scsa1394_cmd_buf_dma_alloc()
1626 bioerror(bp, 0); in scsa1394_cmd_buf_dma_alloc()
/titanic_53/usr/src/uts/i86pc/i86hvm/io/
H A Dxdf_shell.c306 bioerror(bp_orig, geterror(bp)); in xdfs_iodone()
686 bioerror(bp, ENXIO); in xdfs_strategy()
/titanic_53/usr/src/uts/common/io/usb/clients/usbskel/
H A Dusbskel.c788 bioerror(bp, EIO); in usbskel_strategy()
918 bioerror(bp, EIO); in usbskel_exception_callback()
/titanic_53/usr/src/uts/common/io/mega_sas/
H A Dmegaraid_sas.c3134 bioerror(bp, EFAULT); in megasas_dma_alloc()
3138 bioerror(bp, 0); in megasas_dma_alloc()
3144 bioerror(bp, EFAULT); in megasas_dma_alloc()
3209 bioerror(bp, 0); in megasas_dma_alloc()
3212 bioerror(bp, EFAULT); in megasas_dma_alloc()
3215 bioerror(bp, EINVAL); in megasas_dma_alloc()
/titanic_53/usr/src/uts/intel/io/scsi/adapters/pvscsi/
H A Dpvscsi.c2120 bioerror(bp, 0); in pvscsi_init_pkt()
2124 bioerror(bp, EFAULT); in pvscsi_init_pkt()
2128 bioerror(bp, EINVAL); in pvscsi_init_pkt()
2141 bioerror(bp, EINVAL); in pvscsi_init_pkt()
/titanic_53/usr/src/uts/common/avs/ns/solaris/
H A Dnsc_raw.c502 bioerror(bp, ENXIO); in _raw_strategy()
/titanic_53/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h687 extern void bioerror(buf_t *, int);

12