Home | Sort by: relevance | last modified time | path |
/src/sys/dev/i2c/ | |
sgp40var.h | 46 bool sc_stopping; member in struct:sgp40_sc |
sht3xvar.h | 54 bool sc_stopping; member in struct:sht3x_sc |
/src/sys/dev/ic/ | |
dwc_gmac_var.h | 108 bool sc_stopping; /* (sc_intr_lock) ignore intr because down */ member in struct:dwc_gmac_softc |
/src/sys/dev/cadence/ | |
if_cemacvar.h | 82 bool sc_stopping; /* i: ignore intr because down */ member in struct:cemac_softc |
/src/sys/arch/arm/imx/ | |
if_enetvar.h | 73 bool sc_stopping; member in struct:enet_softc |
/src/sys/net/ | |
if_bridgevar.h | 335 bool sc_stopping; member in struct:bridge_softc |
/src/sys/dev/pci/ | |
if_aq.c | 1407 bool sc_stopping; member in struct:aq_softc 5032 if (sc->sc_stopping) { 5085 if (!sc->sc_stopping) 5140 if (!sc->sc_stopping) 5929 sc->sc_stopping = false; 5952 sc->sc_stopping = true; |