OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Oct 20 01:09:56 GMT 2025