HomeSort by: relevance | last modified time | path
    Searched refs:sc_cb_softc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/cardbus/
cardslotvar.h 59 struct cardbus_softc *sc_cb_softc; member in struct:cardslot_softc
cardslot.c 105 KASSERT(sc->sc_cb_softc == device_private(child) ||
108 if (sc->sc_cb_softc == device_private(child))
109 sc->sc_cb_softc = NULL;
128 sc->sc_cb_softc = NULL;
146 sc->sc_cb_softc = csc;
368 if (sc->sc_cb_softc) {
371 if (cardbus_attach_card(sc->sc_cb_softc) > 0) {
426 cardbus_detach_card(sc->sc_cb_softc);

Completed in 12 milliseconds