Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/scsi/targets/
H A Dst.c4165 st_bioerror(bp, un->un_errno); in st_queued_strategy()
4382 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()
6644 st_bioerror(bp, EBUSY); in st_start()
6646 st_bioerror(bp, EIO); in st_start()
7556 st_bioerror(bp, EIO); in st_test_append()
9213 st_bioerror(bp, EIO); in st_intr_restart()
9765 st_bioerror(bp, EACCES); in st_intr()
9791 st_bioerror(bp, EIO); in st_intr()
[all …]
/titanic_41/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h1367 #define st_bioerror(bp, error) \ macro