HomeSort by: relevance | last modified time | path
    Searched defs:sc_tco_device (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/
ichsmb.c 91 device_t sc_tco_device; member in struct:ichsmb_softc
421 KASSERTMSG(tco == sc->sc_tco_device || sc->sc_tco_device == NULL,
422 "tco=%p child=%p", tco, sc->sc_tco_device);
456 sc->sc_tco_device == NULL) {
466 sc->sc_tco_device = config_found(self, &ta, NULL,
517 if (sc->sc_tco_device == child)
518 sc->sc_tco_device = NULL;

Completed in 31 milliseconds