Searched refs:pr_bus (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/dev/pci/
H A Dpci_resource.c130 struct pci_bus **pr_bus; /* Bus list */ member in struct:pci_resources
150 ((_pr)->pr_bus[(_busno) - (_pr)->pr_startbus])
846 KASSERT(pr->pr_bus == NULL);
853 pr->pr_bus = kmem_zalloc(nbus * sizeof(struct pci_bus *), KM_SLEEP);

Completed in 138 milliseconds