Symbol: SDEV_MEDIA_LOADED
sys/scsi/cd.c
2195
CLR(sc->sc_link->flags, SDEV_MEDIA_LOADED);
sys/scsi/cd.c
307
if (!ISSET(link->flags, SDEV_MEDIA_LOADED)) {
sys/scsi/cd.c
349
SET(link->flags, SDEV_MEDIA_LOADED);
sys/scsi/cd.c
352
CLR(link->flags, SDEV_MEDIA_LOADED);
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
456
if (!ISSET(sc->sc_link->flags, SDEV_MEDIA_LOADED)) {
sys/scsi/cd.c
561
if (!ISSET(link->flags, SDEV_MEDIA_LOADED)) {
sys/scsi/cd.c
740
if (!ISSET(sc->sc_link->flags, SDEV_MEDIA_LOADED)) {
sys/scsi/ch.c
768
SET(sc->sc_link->flags, SDEV_MEDIA_LOADED);
sys/scsi/scsi_base.c
1687
CLR(link->flags, SDEV_MEDIA_LOADED);
sys/scsi/scsi_base.c
1702
CLR(link->flags, SDEV_MEDIA_LOADED);
sys/scsi/scsi_base.c
1741
CLR(link->flags, SDEV_MEDIA_LOADED);
sys/scsi/sd.c
1254
if (!ISSET(sc->sc_link->flags, SDEV_MEDIA_LOADED))
sys/scsi/sd.c
1311
if (!ISSET(sc->sc_link->flags, SDEV_MEDIA_LOADED))
sys/scsi/sd.c
351
if (!ISSET(link->flags, SDEV_MEDIA_LOADED)) {
sys/scsi/sd.c
409
SET(link->flags, SDEV_MEDIA_LOADED);
sys/scsi/sd.c
415
CLR(link->flags, SDEV_MEDIA_LOADED);
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
548
if (!ISSET(link->flags, SDEV_MEDIA_LOADED)) {
sys/scsi/sd.c
663
if (!ISSET(link->flags, SDEV_MEDIA_LOADED)) {
sys/scsi/sd.c
858
if (!ISSET(link->flags, SDEV_MEDIA_LOADED)) {
sys/scsi/st.c
1308
if (ISSET(link->flags, SDEV_MEDIA_LOADED))
sys/scsi/st.c
1404
SET(link->flags, SDEV_MEDIA_LOADED);
sys/scsi/st.c
2010
!ISSET(link->flags, SDEV_MEDIA_LOADED))
sys/scsi/st.c
2028
!ISSET(link->flags, SDEV_MEDIA_LOADED)) {
sys/scsi/st.c
315
CLR(link->flags, SDEV_MEDIA_LOADED);
sys/scsi/st.c
413
if (!ISSET(link->flags, SDEV_MEDIA_LOADED))
sys/scsi/st.c
577
SET(link->flags, SDEV_MEDIA_LOADED); /* move earlier? */
sys/scsi/st.c
599
if (ISSET(link->flags, SDEV_MEDIA_LOADED))
sys/scsi/st.c
617
CLR(link->flags, SDEV_MEDIA_LOADED);
sys/scsi/st.c
832
!ISSET(link->flags, SDEV_MEDIA_LOADED)) {
sys/scsi/st.c
834
CLR(link->flags, SDEV_MEDIA_LOADED);