Searched refs:modhdl (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/lib/fm/topo/modules/common/hostbridge/ |
H A D | hostbridge.c | 85 _topo_init(topo_mod_t *modhdl, topo_version_t version) argument 91 topo_mod_setdebug(modhdl); 92 topo_mod_dprintf(modhdl, "initializing hostbridge enumerator\n"); 95 return (topo_mod_seterrno(modhdl, EMOD_VER_NEW)); 97 if (topo_mod_register(modhdl, &Hb_info, TOPO_VERSION) < 0) { 98 topo_mod_dprintf(modhdl, "hostbridge registration failed: %s\n", 99 topo_mod_errmsg(modhdl)); 103 topo_mod_dprintf(modhdl, "Hostbridge enumr initd\n"); 109 _topo_fini(topo_mod_t *modhdl) argument 111 topo_mod_unregister(modhdl); [all...] |
/osnet-11/usr/src/lib/fm/topo/modules/SUNW,SPARC-Enterprise/ioboard/common/ |
H A D | opl_ioboard.c | 66 _topo_init(topo_mod_t *modhdl) argument 72 topo_mod_setdebug(modhdl); 73 topo_mod_dprintf(modhdl, "initializing ioboard enumerator\n"); 75 (void) topo_mod_register(modhdl, &IobInfo, TOPO_VERSION); 79 _topo_fini(topo_mod_t *modhdl) argument 81 topo_mod_unregister(modhdl);
|
/osnet-11/usr/src/lib/fm/topo/modules/common/pcibus/ |
H A D | pcibus.c | 80 _topo_init(topo_mod_t *modhdl, topo_version_t version) argument 86 topo_mod_setdebug(modhdl); 87 topo_mod_dprintf(modhdl, "initializing pcibus builtin\n"); 90 return (topo_mod_seterrno(modhdl, EMOD_VER_NEW)); 92 if (topo_mod_register(modhdl, &Pci_info, TOPO_VERSION) != 0) { 93 topo_mod_dprintf(modhdl, "failed to register module"); 96 topo_mod_dprintf(modhdl, "PCI Enumr initd\n"); 102 _topo_fini(topo_mod_t *modhdl) argument 104 topo_mod_unregister(modhdl);
|
Completed in 119 milliseconds