Searched defs:modhdl (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/modules/SUNW,SPARC-Enterprise/ioboard/
H A Dopl_ioboard.c67 _topo_init(topo_mod_t *modhdl) argument
73 topo_mod_setdebug(modhdl);
74 topo_mod_dprintf(modhdl, "initializing ioboard enumerator\n");
76 (void) topo_mod_register(modhdl, &IobInfo, TOPO_VERSION);
80 _topo_fini(topo_mod_t *modhdl) argument
82 topo_mod_unregister(modhdl);
/illumos-gate/usr/src/lib/fm/topo/modules/common/hostbridge/
H A Dhostbridge.c86 _topo_init(topo_mod_t *modhdl, topo_version_t version) argument
92 topo_mod_setdebug(modhdl);
93 topo_mod_dprintf(modhdl, "initializing hostbridge enumerator\n");
96 return (topo_mod_seterrno(modhdl, EMOD_VER_NEW));
98 if (topo_mod_register(modhdl, &Hb_info, TOPO_VERSION) < 0) {
99 topo_mod_dprintf(modhdl, "hostbridge registration failed: %s\n",
100 topo_mod_errmsg(modhdl));
104 topo_mod_dprintf(modhdl, "Hostbridge enumr initd\n");
110 _topo_fini(topo_mod_t *modhdl) argument
112 topo_mod_unregister(modhdl);
[all...]
/illumos-gate/usr/src/lib/fm/topo/modules/sun4/ioboard/
H A Dioboard.c72 _topo_init(topo_mod_t *modhdl) argument
78 topo_mod_setdebug(modhdl);
79 topo_mod_dprintf(modhdl, "initializing ioboard enumerator\n");
81 (void) topo_mod_register(modhdl, &Iob_info, TOPO_VERSION);
83 topo_mod_dprintf(modhdl, "Ioboard enumr initd\n");
87 _topo_fini(topo_mod_t *modhdl) argument
89 topo_mod_unregister(modhdl);
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus.c80 _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 58 milliseconds