DVF_ACTIVE        539 dev/ic/an.c    	    (sc->sc_dev.dv_flags & DVF_ACTIVE) == 0 ||
DVF_ACTIVE        882 dev/ic/an.c    	if ((sc->sc_dev.dv_flags & DVF_ACTIVE) == 0)
DVF_ACTIVE       2814 dev/ic/atw.c   	    (sc->sc_dev.dv_flags & DVF_ACTIVE) == 0)
DVF_ACTIVE       4076 dev/ic/atw.c   	if ((sc->sc_dev.dv_flags & DVF_ACTIVE) == 0)
DVF_ACTIVE        815 dev/ic/i82365.c 	if (dev->dv_flags & DVF_ACTIVE)
DVF_ACTIVE       1844 dev/ic/rtw.c   	    (sc->sc_dev.dv_flags & DVF_ACTIVE) == 0) {
DVF_ACTIVE        742 dev/ic/smc91cxx.c 	    (sc->sc_dev.dv_flags & DVF_ACTIVE) == 0)
DVF_ACTIVE       1365 dev/ic/smc91cxx.c 	if ((sc->sc_dev.dv_flags & DVF_ACTIVE) == 0)
DVF_ACTIVE        141 dev/mii/bmtphy.c 	if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0)
DVF_ACTIVE        192 dev/mii/brgphy.c 	if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0)
DVF_ACTIVE        186 dev/mii/dcphy.c 	if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0)
DVF_ACTIVE        244 dev/mii/eephy.c 	if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0)
DVF_ACTIVE        166 dev/mii/exphy.c 	if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0)
DVF_ACTIVE        169 dev/mii/icsphy.c 	if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0)
DVF_ACTIVE        172 dev/mii/inphy.c 	if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0)
DVF_ACTIVE        169 dev/mii/iophy.c 	if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0)
DVF_ACTIVE        183 dev/mii/lxtphy.c 	if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0)
DVF_ACTIVE        225 dev/mii/mii_physubr.c 	if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0)
DVF_ACTIVE        116 dev/mii/mtdphy.c 	if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0)
DVF_ACTIVE        155 dev/mii/nsgphy.c 	if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0)
DVF_ACTIVE        162 dev/mii/nsphy.c 	if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0)
DVF_ACTIVE        164 dev/mii/nsphyter.c 	if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0)
DVF_ACTIVE        160 dev/mii/qsphy.c 	if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0)
DVF_ACTIVE        144 dev/mii/rlphy.c 	if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0)
DVF_ACTIVE        164 dev/mii/sqphy.c 	if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0)
DVF_ACTIVE        199 dev/mii/tlphy.c 	if ((sc->sc_mii.mii_dev.dv_flags & DVF_ACTIVE) == 0)
DVF_ACTIVE        166 dev/mii/tqphy.c 	if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0)
DVF_ACTIVE        114 dev/mii/txphy.c 	if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0)
DVF_ACTIVE        157 dev/mii/ukphy.c 	if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0)
DVF_ACTIVE        144 dev/mii/urlphy.c 	if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0)
DVF_ACTIVE        142 dev/mii/xmphy.c 	if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0)
DVF_ACTIVE        329 dev/usb/ucom.c 	if (ISSET(sc->sc_dev.dv_flags, DVF_ACTIVE) == 0)
DVF_ACTIVE        420 kern/subr_autoconf.c 	dev->dv_flags = DVF_ACTIVE;	/* always initially active */
DVF_ACTIVE        617 kern/subr_autoconf.c 	if ((dev->dv_flags & DVF_ACTIVE) == 0) {
DVF_ACTIVE        618 kern/subr_autoconf.c 		dev->dv_flags |= DVF_ACTIVE;
DVF_ACTIVE        635 kern/subr_autoconf.c 	if (dev->dv_flags & DVF_ACTIVE) {
DVF_ACTIVE        636 kern/subr_autoconf.c 		dev->dv_flags &= ~DVF_ACTIVE;
DVF_ACTIVE        810 kern/subr_autoconf.c 	if (!(dv->dv_flags & DVF_ACTIVE))