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

  /src/sys/dev/hyperv/
hvs.c 223 device_t sc_scsibus; member in struct:hvs_softc
394 sc->sc_scsibus = config_found(self, &sc->sc_channel, scsiprint,
403 if (!is_scsi && sc->sc_scsibus != NULL) {
835 if (sc->sc_scsibus != NULL)
836 scsi_probe_bus(device_private(sc->sc_scsibus), -1, -1);
hvs.c 223 device_t sc_scsibus; member in struct:hvs_softc
394 sc->sc_scsibus = config_found(self, &sc->sc_channel, scsiprint,
403 if (!is_scsi && sc->sc_scsibus != NULL) {
835 if (sc->sc_scsibus != NULL)
836 scsi_probe_bus(device_private(sc->sc_scsibus), -1, -1);

Completed in 26 milliseconds