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

  /src/sys/dev/pci/
pci_resource.c 169 pci_bus_in_range(struct pci_resources *pr, int busno) function in typeref:typename:bool
622 if (pci_bus_in_range(pr, sec_bus)) {
652 KASSERT(pci_bus_in_range(pr, busno));
872 KASSERT(pci_bus_in_range(pr, busno));
937 KASSERT(pci_bus_in_range(pr, sec_bus));
pci_resource.c 169 pci_bus_in_range(struct pci_resources *pr, int busno) function in typeref:typename:bool
622 if (pci_bus_in_range(pr, sec_bus)) {
652 KASSERT(pci_bus_in_range(pr, busno));
872 KASSERT(pci_bus_in_range(pr, busno));
937 KASSERT(pci_bus_in_range(pr, sec_bus));

Completed in 26 milliseconds