Symbol: topo_mod_register
usr/src/lib/fm/topo/libtopo/common/cpu.c
107
if (topo_mod_register(mod, &cpu_info, TOPO_VERSION) != 0) {
usr/src/lib/fm/topo/libtopo/common/dev.c
97
if (topo_mod_register(mod, &dev_info, TOPO_VERSION) != 0) {
usr/src/lib/fm/topo/libtopo/common/fmd.c
76
if (topo_mod_register(mod, &fmd_info, TOPO_VERSION) != 0) {
usr/src/lib/fm/topo/libtopo/common/hc.c
235
if (topo_mod_register(mod, &hc_info, TOPO_VERSION) != 0) {
usr/src/lib/fm/topo/libtopo/common/legacy_hc.c
76
if (topo_mod_register(mod, &legacy_hc_info, TOPO_VERSION) != 0) {
usr/src/lib/fm/topo/libtopo/common/mem.c
77
if (topo_mod_register(mod, &mem_info, TOPO_VERSION) != 0) {
usr/src/lib/fm/topo/libtopo/common/mod.c
76
if (topo_mod_register(mod, &mod_info, TOPO_VERSION) != 0) {
usr/src/lib/fm/topo/libtopo/common/pkg.c
81
if (topo_mod_register(mod, &pkg_info, TOPO_VERSION) != 0) {
usr/src/lib/fm/topo/libtopo/common/svc.c
149
if (topo_mod_register(mod, &svc_info, TOPO_VERSION) != 0) {
usr/src/lib/fm/topo/libtopo/common/sw.c
69
if (topo_mod_register(mod, &sw_info, TOPO_VERSION) != 0) {
usr/src/lib/fm/topo/libtopo/common/topo_mod.h
79
extern int topo_mod_register(topo_mod_t *, const topo_modinfo_t *,
usr/src/lib/fm/topo/libtopo/common/zfs.c
82
if (topo_mod_register(mod, &zfs_info, TOPO_VERSION) != 0) {
usr/src/lib/fm/topo/modules/common/dimm/topo_dimm.c
1390
return (topo_mod_register(mod, &topo_dimm_mod, TOPO_VERSION));
usr/src/lib/fm/topo/modules/common/disk/disk.c
178
if (topo_mod_register(mod, &disk_info, TOPO_VERSION) != 0) {
usr/src/lib/fm/topo/modules/common/fac_prov_ahci/fac_prov_ahci.c
70
return (topo_mod_register(mod, &ahci_info, TOPO_VERSION));
usr/src/lib/fm/topo/modules/common/fac_prov_ipmi/fac_prov_ipmi.c
188
return (topo_mod_register(mod, &ipmi_info, TOPO_VERSION));
usr/src/lib/fm/topo/modules/common/fac_prov_libhp/fac_prov_libhp.c
325
return (topo_mod_register(mod, &fac_prov_libhp_mod, TOPO_VERSION));
usr/src/lib/fm/topo/modules/common/fac_prov_mptsas/fac_prov_mptsas.c
66
return (topo_mod_register(mod, &mptsas_info, TOPO_VERSION));
usr/src/lib/fm/topo/modules/common/hostbridge/hostbridge.c
98
if (topo_mod_register(modhdl, &Hb_info, TOPO_VERSION) < 0) {
usr/src/lib/fm/topo/modules/common/ipmi/ipmi_enum.c
690
if (topo_mod_register(mod, &ipmi_info, TOPO_VERSION) != 0) {
usr/src/lib/fm/topo/modules/common/nic/topo_nic.c
557
if (topo_mod_register(mod, &nic_mod, TOPO_VERSION) != 0) {
usr/src/lib/fm/topo/modules/common/pcibus/pcibus.c
100
if (topo_mod_register(modhdl, &Pci_info, TOPO_VERSION) != 0) {
usr/src/lib/fm/topo/modules/common/ses/ses.c
3879
if ((rval = topo_mod_register(mod, &ses_info, TOPO_VERSION)) == 0)
usr/src/lib/fm/topo/modules/common/smbios/smbios_enum.c
670
if (topo_mod_register(mod, &smbios_info, TOPO_VERSION) != 0) {
usr/src/lib/fm/topo/modules/common/ufm/topo_ufm.c
357
return (topo_mod_register(mod, &topo_ufm_mod, TOPO_VERSION));
usr/src/lib/fm/topo/modules/common/usb/topo_usb.c
2050
if (topo_mod_register(mod, &usb_mod, TOPO_VERSION) != 0) {
usr/src/lib/fm/topo/modules/common/xfp/xfp.c
69
if (topo_mod_register(mod, &xfp_info, TOPO_VERSION) < 0) {
usr/src/lib/fm/topo/modules/common/zen/topo_zen.c
853
if (topo_mod_register(mod, &topo_zen_mod, TOPO_VERSION) != 0) {
usr/src/lib/fm/topo/modules/i86pc/chip/chip.c
120
if (topo_mod_register(mod, &chip_info, TOPO_VERSION) != 0) {
usr/src/lib/fm/topo/modules/i86pc/chipset/chipset.c
181
if (topo_mod_register(mod, &chipset_mod, TOPO_VERSION) != 0) {
usr/src/lib/fm/topo/modules/i86pc/x86pi/x86pi.c
110
result = topo_mod_register(mod, &x86pi_modinfo, TOPO_VERSION);