Home
last modified time | relevance | path

Searched refs:st_bioerror (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c4382 st_bioerror(bp, 0); in st_queued_strategy()
4428 st_bioerror(bp, EIO); in st_queued_strategy()
4491 st_bioerror(bp, 0); in st_strategy()
7556 st_bioerror(bp, EIO); in st_test_append()
9214 st_bioerror(bp, EIO); in st_intr_restart()
9866 st_bioerror(bp, EIO); in st_intr()
9898 st_bioerror(bp, EIO); in st_intr()
9916 st_bioerror(bp, EIO); in st_intr()
17170 st_bioerror(bp, EIO); in st_recov_cb()
17179 st_bioerror(bp, EIO); in st_recov_cb()
[all …]
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h1367 #define st_bioerror(bp, error) \ macro