Symbol: SDEV_OPEN
sys/scsi/cd.c
2070
if (!ISSET(link->flags, SDEV_OPEN) ||
sys/scsi/cd.c
321
SET(link->flags, SDEV_OPEN);
sys/scsi/cd.c
367
SET(link->flags, SDEV_OPEN);
sys/scsi/cd.c
376
CLR(link->flags, SDEV_OPEN | SDEV_MEDIA_LOADED);
sys/scsi/cd.c
412
CLR(sc->sc_link->flags, SDEV_OPEN | SDEV_MEDIA_LOADED);
sys/scsi/cd.c
770
if (!ISSET(sc->sc_link->flags, SDEV_OPEN))
sys/scsi/ch.c
185
if (ISSET(sc->sc_link->flags, SDEV_OPEN))
sys/scsi/ch.c
188
SET(sc->sc_link->flags, SDEV_OPEN);
sys/scsi/ch.c
244
CLR(sc->sc_link->flags, SDEV_OPEN);
sys/scsi/ch.c
253
CLR(sc->sc_link->flags, SDEV_OPEN);
sys/scsi/ch.c
805
if (!ISSET(link->flags, SDEV_OPEN) ||
sys/scsi/scsiconf.c
789
if (!ISSET(flags, DETACH_FORCE) && ISSET(link->flags, SDEV_OPEN))
sys/scsi/sd.c
1187
if ((!ISSET(link->flags, SDEV_OPEN)) ||
sys/scsi/sd.c
375
SET(link->flags, SDEV_OPEN);
sys/scsi/sd.c
449
CLR(link->flags, SDEV_OPEN | SDEV_MEDIA_LOADED);
sys/scsi/sd.c
500
CLR(link->flags, SDEV_OPEN | SDEV_MEDIA_LOADED);
sys/scsi/sd.c
549
if (ISSET(link->flags, SDEV_OPEN))
sys/scsi/sd.c
869
if (!ISSET(link->flags, SDEV_OPEN)) {
sys/scsi/st.c
1879
if (!ISSET(link->flags, SDEV_OPEN) ||
sys/scsi/st.c
393
if (ISSET(link->flags, SDEV_OPEN)) {
sys/scsi/st.c
400
SET(link->flags, SDEV_OPEN);
sys/scsi/st.c
417
CLR(link->flags, SDEV_OPEN);
sys/scsi/st.c
423
CLR(link->flags, SDEV_OPEN);
sys/scsi/st.c
483
CLR(link->flags, SDEV_OPEN);
sys/scsi/uk.c
136
if (ISSET(link->flags, SDEV_OPEN)) {
sys/scsi/uk.c
141
SET(link->flags, SDEV_OPEN);
sys/scsi/uk.c
163
CLR(sc->sc_link->flags, SDEV_OPEN);