Home
last modified time | relevance | path

Searched refs:dv_flags (Results 1 – 25 of 39) sorted by relevance

12

/openbsd/sys/dev/
H A Dmidi.c107 if (!(sc->dev.dv_flags & DVF_ACTIVE) || !(sc->flags & FREAD)) in midi_iintr()
146 if (!(sc->dev.dv_flags & DVF_ACTIVE)) in midiread()
182 if (!(sc->dev.dv_flags & DVF_ACTIVE) || !(sc->flags & FWRITE)) in midi_ointr()
287 if (!(sc->dev.dv_flags & DVF_ACTIVE)) in midiwrite()
468 if (!(sc->dev.dv_flags & DVF_ACTIVE)) in midiclose()
/openbsd/sys/kern/
H A Dsubr_autoconf.c451 dev->dv_flags = DVF_ACTIVE; /* always initially active */ in config_make_softc()
659 int rv = 0, oflags = dev->dv_flags; in config_deactivate()
661 if (dev->dv_flags & DVF_ACTIVE) { in config_deactivate()
662 dev->dv_flags &= ~DVF_ACTIVE; in config_deactivate()
665 dev->dv_flags = oflags; in config_deactivate()
951 if (!(dv->dv_flags & DVF_ACTIVE)) in device_lookup()
/openbsd/sys/dev/mii/
H A Dtxphy.c114 if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0) in txphy_service()
H A Dmtdphy.c115 if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0) in mtdphy_service()
H A Dexphy.c153 if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0) in exphy_service()
H A Dukphy.c146 if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0) in ukphy_service()
H A Dinphy.c153 if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0) in inphy_service()
H A Diophy.c148 if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0) in iophy_service()
H A Dnsphyter.c152 if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0) in nsphyter_service()
H A Dsqphy.c150 if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0) in sqphy_service()
H A Dtqphy.c149 if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0) in tqphy_service()
H A Dicsphy.c153 if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0) in icsphy_service()
H A Dqsphy.c147 if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0) in qsphy_service()
H A Dlxtphy.c162 if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0) in lxtphy_service()
H A Dnsgphy.c159 if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0) in nsgphy_service()
H A Durlphy.c140 if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0) in urlphy_service()
H A Dnsphy.c149 if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0) in nsphy_service()
H A Drlphy.c147 if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0) in rlphy_service()
H A Dbmtphy.c130 if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0) in bmtphy_service()
H A Drdcphy.c167 if ((sc->sc_mii.mii_dev.dv_flags & DVF_ACTIVE) == 0) in rdcphy_service()
H A Dxmphy.c140 if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0) in xmphy_service()
H A Dmlphy.c212 if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0) in mlphy_service()
H A Dtlphy.c186 if ((sc->sc_mii.mii_dev.dv_flags & DVF_ACTIVE) == 0) in tlphy_service()
H A Dbrswphy.c236 if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0) in brswphy_service()
/openbsd/sys/sys/
H A Ddevice.h79 int dv_flags; /* misc. flags; see below */ member

12