Home
last modified time | relevance | path

Searched refs:maxslots (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/sys/powerpc/ofw/
Dofw_pcibus.c246 int maxslots; in ofw_pcibus_enum_bus() local
252 maxslots = PCIB_MAXSLOTS(pcib); in ofw_pcibus_enum_bus()
253 for (s = 0; s <= maxslots; s++) { in ofw_pcibus_enum_bus()
/freebsd-9-stable/sys/dev/pci/
Dpcib_if.m45 METHOD int maxslots {
Dpci.c3312 int maxslots; in pci_add_children() local
3318 maxslots = PCIB_MAXSLOTS(pcib); in pci_add_children()
3319 for (s = 0; s <= maxslots; s++) { in pci_add_children()