Home
last modified time | relevance | path

Searched refs:topo_method_register (Results 1 – 25 of 36) sorted by relevance

12

/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_amd.c232 if (topo_method_register(mod, csnode, in amd_generic_mc_create()
238 if (topo_method_register(mod, csnode, in amd_generic_mc_create()
430 if (topo_method_register(mod, ranknode, rank_methods) < 0) in amd_rank_create()
434 if (! is_xpv() && topo_method_register(mod, ranknode, in amd_rank_create()
526 if (topo_method_register(mod, in amd_dimm_create()
H A Dchip.c291 if (topo_method_register(mod, strand, strands_retire_methods) < 0) in create_strand()
396 if (topo_method_register(mod, core, strands_retire_methods) < 0) in create_core()
542 if (topo_method_register(mod, chip, chip_methods) < 0) in create_chip()
650 if (topo_method_register(mod, chip, strands_retire_methods) < 0) in create_chip()
H A Dchip_intel.c160 if (topo_method_register(mod, rnode, rank_methods) < 0) in mc_add_ranks()
164 if (! is_xpv() && topo_method_register(mod, rnode, in mc_add_ranks()
268 if (topo_method_register(mod, dnode, dimm_methods) < 0) in mc_add_dimms()
485 if (topo_method_register(mod, rank, rank_methods) < 0) { in mc_rank_create_v1()
490 if (!is_xpv() && topo_method_register(mod, rank, in mc_rank_create_v1()
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dmem.c106 (void) topo_method_register(mod, pnode, mem_methods); in mem_enum()
122 (void) topo_method_register(mod, pnode, mem_methods); in mem_enum()
H A Dfmd.c102 (void) topo_method_register(mod, pnode, fmd_methods); in fmd_enum()
H A Dzfs.c127 (void) topo_method_register(mod, pnode, zfs_methods); in zfs_enum()
H A Dlegacy_hc.c97 (void) topo_method_register(mod, pnode, legacy_hc_methods); in legacy_hc_enum()
H A Dcpu.c216 (void) topo_method_register(mod, pnode, cpu_methods); in cpu_enum()
237 (void) topo_method_register(mod, pnode, cpu_methods); in cpu_enum()
H A Dmapfile-vers101 topo_method_register;
H A Dtopo_mod.h130 extern int topo_method_register(topo_mod_t *, tnode_t *, const topo_method_t *);
H A Dtopo_mod.map91 topo_method_register { TYPE = FUNCTION; FLAGS = extern };
H A Dmod.c102 (void) topo_method_register(mod, pnode, mod_methods); in mod_enum()
H A Dpcie.c330 (void) topo_method_register(mod, pnode, pcie_methods); in pcie_enum()
H A Dpkg.c107 (void) topo_method_register(mod, pnode, pkg_methods); in pkg_enum()
H A Dsvc.c232 (void) topo_method_register(mod, tn, svc_methods); in svc_create_node()
253 (void) topo_method_register(mod, pnode, svc_methods); in svc_enum()
/illumos-gate/usr/src/lib/fm/topo/modules/common/shared/
H A Dtopo_port.c114 if (topo_method_register(mod, tn, port_methods) != 0) { in port_create_common()
H A Dtopo_sensor.c248 if (topo_method_register(mod, fnode, topo_sensor_scalar_fac_methods) < in topo_sensor_create_scalar_sensor()
/illumos-gate/usr/src/lib/fm/topo/modules/common/ipmi/
H A Dipmi_enum.c504 if (topo_method_register(mod, tn, ipmi_methods) != 0) { in ipmi_check_entity()
675 if (topo_method_register(mod, tn, ipmi_methods) != 0) { in ipmi_post_process()
/illumos-gate/usr/src/lib/fm/topo/modules/common/fac_prov_ahci/
H A Dfac_prov_ahci.c275 if (topo_method_register(mod, rnode, ahci_fac_methods) != 0) { in fac_prov_ahci_enum()
/illumos-gate/usr/src/lib/fm/topo/modules/common/fac_prov_mptsas/
H A Dfac_prov_mptsas.c233 if (topo_method_register(mod, rnode, mptsas_fac_methods) != 0) { in fac_prov_mptsas_enum()
/illumos-gate/usr/src/lib/fm/topo/modules/common/fac_prov_libhp/
H A Dfac_prov_libhp.c301 if (topo_method_register(mod, tn, fac_prov_libhp_methods) != 0) { in topo_fac_prov_libhp_enum()
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi_bay.c344 if (topo_method_register(mod, tn_bay, bay_methods) != 0) { in x86pi_gen_bay()
/illumos-gate/usr/src/lib/fm/topo/modules/common/hostbridge/
H A Dhostbridge.c230 if (topo_method_register(mod, ntn, Hb_methods) < 0) { in hb_tnode_create()
/illumos-gate/usr/src/lib/fm/topo/modules/common/ses/
H A Dses_facility.c538 if (topo_method_register(mod, tn, ses_indicator_methods) < 0) { in ses_add_indicator()
600 if (topo_method_register(mod, tn, ses_sensor_methods) < 0) { in ses_add_sensor_common()
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus_hba.c325 if (topo_method_register(mod, recep, recep_methods) != 0) { in pci_receptacle_instantiate()

12