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

  /src/sys/dev/scsipi/
stvar.h 123 int media_blksize; /* 0 if not ST_FIXEDBLOCKS */
155 #define ST_FIXEDBLOCKS 0x0008
176 ST_FIXEDBLOCKS | ST_READONLY | ST_FM_WRITTEN | \
st.c 914 st->flags &= ~ST_FIXEDBLOCKS;
919 st->flags |= ST_FIXEDBLOCKS;
1004 st->flags |= ST_FIXEDBLOCKS;
1019 st->flags &= ~ST_FIXEDBLOCKS;
1032 st->flags |= ST_FIXEDBLOCKS;
1051 st->flags |= ST_FIXEDBLOCKS;
1053 st->flags &= ~ST_FIXEDBLOCKS;
1063 st->flags &= ~ST_FIXEDBLOCKS;
1124 if (st->flags & ST_FIXEDBLOCKS) {
1224 if (st->flags & ST_FIXEDBLOCKS) {
    [all...]

Completed in 13 milliseconds