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

  /src/sys/dev/cardbus/
cardslot.c 106 sc->sc_16_softc == child);
110 else if (sc->sc_16_softc == child)
111 sc->sc_16_softc = NULL;
129 sc->sc_16_softc = NULL;
151 sc->sc_16_softc = config_found(self, pa, cardslot_16_print,
154 if (sc->sc_16_softc) {
157 psc = device_private(sc->sc_16_softc);
402 if (sc->sc_16_softc) {
404 if (pcmcia_card_attach(sc->sc_16_softc)) {
449 if ((sc->sc_16_softc != NULL
    [all...]
cardslotvar.h 60 device_t sc_16_softc; member in struct:cardslot_softc

Completed in 19 milliseconds