Searched refs:ST_EOM (Results 1 – 2 of 2) sorted by relevance
3489 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 …]
725 ST_EOM, /* at physical eot */ enumerator