Home
last modified time | relevance | path

Searched refs:MAX_PCIBUS_DEVS (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus.c301 ntn, PCIEX_DEVICE, 0, MAX_PCIBUS_DEVS) < 0) { in pciexbus_declare()
392 if (child_range_add(mod, ntn, PCI_DEVICE, 0, MAX_PCIBUS_DEVS) < 0) { in pcibus_declare()
569 did_t *pps[MAX_PCIBUS_DEVS][MAX_PCIDEV_FNS]; in pci_children_instantiate()
579 for (d = 0; d < MAX_PCIBUS_DEVS; d++) in pci_children_instantiate()
608 for (d = 0; d < MAX_PCIBUS_DEVS; d++) { in pci_children_instantiate()
H A Dpcibus.h58 #define MAX_PCIBUS_DEVS 32 macro