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

  /src/sys/dev/scsipi/
st_atapi.c 163 st->flags |= ST_READONLY;
165 st->flags &= ~ST_READONLY;
169 st->flags & ST_READONLY ? "protected" : "enabled"));
stvar.h 159 #define ST_READONLY 0x0080 /* st_mode_sense says write protected */
176 ST_FIXEDBLOCKS | ST_READONLY | ST_FM_WRITTEN | \
st_scsi.c 211 st->flags |= ST_READONLY;
213 st->flags &= ~ST_READONLY;
217 st->flags & ST_READONLY ? "protected" : "enabled"));
st.c 424 (st->flags & ST_READONLY) ? "protected" : "enabled");
1498 if (st->flags & ST_READONLY)

Completed in 14 milliseconds