OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PERIPH_REMOVABLE
(Results
1 - 11
of
11
) sorted by relevancy
/src/sys/dev/scsipi/
atapi_base.c
94
if ((periph->periph_flags &
PERIPH_REMOVABLE
) != 0)
121
if ((periph->periph_flags &
PERIPH_REMOVABLE
) != 0)
126
(periph->periph_flags &
PERIPH_REMOVABLE
) == 0)
sd.c
479
removable = (periph->periph_flags &
PERIPH_REMOVABLE
) != 0;
597
if (periph->periph_flags &
PERIPH_REMOVABLE
)
902
(
PERIPH_REMOVABLE
| PERIPH_MEDIA_LOADED)) !=
PERIPH_REMOVABLE
)) {
967
if (periph->periph_flags &
PERIPH_REMOVABLE
)
975
if ((periph->periph_flags &
PERIPH_REMOVABLE
) == 0)
994
return ((periph->periph_flags &
PERIPH_REMOVABLE
) == 0 ?
1043
if (sd->sc_periph->periph_flags &
PERIPH_REMOVABLE
)
1851
if (sd->sc_periph->periph_flags &
PERIPH_REMOVABLE
) {
scsipi_base.c
950
if ((periph->periph_flags &
PERIPH_REMOVABLE
) != 0)
995
if ((periph->periph_flags &
PERIPH_REMOVABLE
) != 0)
1030
if ((periph->periph_flags &
PERIPH_REMOVABLE
) != 0)
1036
PERIPH_REMOVABLE
) == 0) {
scsipiconf.h
468
#define
PERIPH_REMOVABLE
0x0001 /* media is removable */
scsiconf.c
949
periph->periph_flags |=
PERIPH_REMOVABLE
;
atapi_wdc.c
310
periph->periph_flags |=
PERIPH_REMOVABLE
;
/src/sys/arch/usermode/dev/
vatapi.c
243
periph->periph_flags |=
PERIPH_REMOVABLE
;
/src/sys/dev/usb/
umass_scsipi.c
578
periph->periph_flags |=
PERIPH_REMOVABLE
;
/src/sys/dev/ic/
siisata.c
1667
periph->periph_flags |=
PERIPH_REMOVABLE
;
ahcisata_core.c
2156
periph->periph_flags |=
PERIPH_REMOVABLE
;
mvsata.c
809
periph->periph_flags |=
PERIPH_REMOVABLE
;
Completed in 26 milliseconds
Indexes created Mon Oct 13 16:09:52 GMT 2025