Home
last modified time | relevance | path

Searched refs:PCI_ENUMR_VERS (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus.h40 #define PCI_ENUMR_VERS 1 macro
H A Dpcibus.c71 { PCI_BUS, FM_FMRI_SCHEME_HC, PCI_ENUMR_VERS, &Pci_ops };
91 if (version != PCI_ENUMR_VERS) in _topo_init()
/titanic_44/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi_hostbridge.c59 #define PCI_ENUMR_VERS 1 macro
77 if ((pcimp = topo_mod_load(mod, PCI_ENUM, PCI_ENUMR_VERS)) == NULL) { in x86pi_hbr_enum_init()
/titanic_44/usr/src/lib/fm/topo/modules/common/hostbridge/
H A Dhostbridge.c129 if ((rp = topo_mod_load(mp, PCI_ENUM, PCI_ENUMR_VERS)) == NULL) { in pci_enumr_load()