Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/scsi/targets/
H A Dst.c3489 case ST_EOM: in st_close()
3556 int was_at_eom = (un->un_pos.eof == ST_EOM) ? 1 : 0; in st_close()
3599 un->un_pos.eof = ST_EOM; in st_close()
3992 if (un->un_pos.eof >= ST_EOM && (flag == B_WRITE)) { in st_rw()
3994 un->un_pos.eof = ST_EOM; in st_rw()
4084 if (un->un_pos.eof >= ST_EOM && (flag == B_WRITE)) { in st_arw()
4086 un->un_pos.eof = ST_EOM; in st_arw()
4262 if (!reading && un->un_pos.eof != ST_EOM) { in st_queued_strategy()
4292 case ST_EOM: in st_queued_strategy()
10892 pos->eof = ST_EOM; in st_decode_sense()
[all …]
/titanic_41/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h725 ST_EOM, /* at physical eot */ enumerator