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

  /src/sys/dev/scsipi/
stvar.h 160 #define ST_FM_WRITTEN 0x0100 /*
176 ST_FIXEDBLOCKS | ST_READONLY | ST_FM_WRITTEN | \
st.c 636 st->flags &= ~(ST_WRITTEN|ST_FM_WRITTEN);
752 stxx = st->flags & (ST_WRITTEN | ST_FM_WRITTEN);
810 stxx &= ~ST_FM_WRITTEN;
1265 st->flags &= ~ST_FM_WRITTEN;
1862 if (st->flags & ST_FM_WRITTEN) /* already have one down */
1865 st->flags |= ST_FM_WRITTEN;
1905 switch (st->flags & (ST_WRITTEN | ST_FM_WRITTEN | ST_2FM_AT_EOD)) {
1910 case ST_WRITTEN | ST_FM_WRITTEN | ST_2FM_AT_EOD:

Completed in 21 milliseconds