HomeSort by: relevance | last modified time | path
    Searched refs:ST_BLANK_READ (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/scsipi/
stvar.h 165 #define ST_BLANK_READ 0x0200 /* BLANK CHECK encountered already */
174 ST_BLANK_READ)
st.c 1762 if (st->flags & ST_BLANK_READ) {
1763 st->flags &= ~ST_BLANK_READ;
1785 if ((st->flags & ST_BLANK_READ) && (number < 0)) {
1787 st->flags &= ~ST_BLANK_READ;
2352 } else if (!(st->flags & (ST_2FM_AT_EOD | ST_BLANK_READ))) {
2353 st->flags |= ST_BLANK_READ;

Completed in 13 milliseconds