Searched refs:SET_BP_ERROR (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/io/scsi/targets/ |
H A D | ses.c | 1000 SET_BP_ERROR(bp, EIO); in ses_start() 1011 SET_BP_ERROR(bp, 0); in ses_start() 1030 SET_BP_ERROR(bp, EIO); in ses_start() 1110 SET_BP_ERROR(bp, EBUSY); in ses_restart() 1113 SET_BP_ERROR(bp, EIO); in ses_restart() 1333 SET_BP_ERROR(bp, err); in ses_callback()
|
/illumos-gate/usr/src/uts/common/sys/scsi/targets/ |
H A D | sgendef.h | 168 #define SET_BP_ERROR(bp, err) bioerror(bp, err); macro
|
H A D | ses.h | 308 #define SET_BP_ERROR(bp, err) bioerror(bp, err); macro
|
/illumos-gate/usr/src/uts/sun/io/dada/targets/ |
H A D | dad.c | 249 #define SET_BP_ERROR(bp, err) \ macro 1792 SET_BP_ERROR(bp, ((un) ? ENXIO : EIO)); in dcdstrategy() 1814 SET_BP_ERROR(bp, EINVAL); in dcdstrategy() 1835 SET_BP_ERROR(bp, EIO); in dcdstrategy() 1938 SET_BP_ERROR(bp, EIO); in dcdstrategy() 2109 SET_BP_ERROR(bp, EIO); in dcdstart() 2172 SET_BP_ERROR(bp, EIO); in dcdstart() 2519 SET_BP_ERROR(bp, ENOTSUP); in dcdintr() 2522 SET_BP_ERROR(bp, EIO); in dcdintr() 2568 SET_BP_ERROR(bp, EIO); in dcdintr() [all …]
|