Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/scsi/targets/
H A Dst.c3487 case ST_EOT: in st_close()
3533 un->un_pos.eof = ST_EOT; in st_close()
4234 un->un_pos.eof = ST_EOT; in st_queued_strategy()
4263 if (un->un_pos.eof == ST_EOT) { in st_queued_strategy()
4332 case ST_EOT: in st_queued_strategy()
4955 un->un_pos.eof = ST_EOT; in st_ioctl()
5986 if ((un->un_pos.pmode == legacy && un->un_pos.eof >= ST_EOT) || in st_do_mtioctop()
6054 un->un_pos.eof = ST_EOT; in st_do_mtioctop()
6373 if (un->un_pos.eof >= ST_EOT) { in st_write_fm()
10987 pos->eof = ST_EOT; in st_decode_sense()
[all …]
/titanic_44/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h724 ST_EOT, /* at logical eot */ enumerator