Searched defs:pcimp (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/fm/topo/modules/i86pc/x86pi/common/
H A Dx86pi_hostbridge.c66 x86pi_hbr_enum_init(topo_mod_t *mod, topo_mod_t **pcimp) argument
75 if ((*pcimp = topo_mod_load(mod, PCI_ENUM, PCI_ENUMR_VERS)) == NULL) {
87 x86pi_hbr_enum_fini(topo_mod_t *mod, topo_mod_t **pcimp) argument
90 topo_mod_unload(*pcimp);
H A Dx86pi.c193 topo_mod_t *pcimp = NULL; local
222 if (x86pi_hbr_enum_init(mod, &pcimp) < 0) {
233 x86pi_hbr_enum_fini(mod, &pcimp);

Completed in 16 milliseconds