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

  /src/sys/dev/pci/
pci_usrreq.c 90 if (bdfr->bus > 255 || bdfr->device >= sc->sc_maxndevs ||
110 binfo->maxdevs = sc->sc_maxndevs;
115 if (dname->device >= sc->sc_maxndevs || dname->function > 7)
137 if (dnameonbus->device >= sc->sc_maxndevs ||
pcivar.h 278 int sc_bus, sc_maxndevs; member in struct:pci_softc
pci.c 200 sc->sc_maxndevs = pci_bus_maxdevs(pba->pba_pc, pba->pba_bus);

Completed in 34 milliseconds