Home
last modified time | relevance | path

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

12

/onnv-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.c275 if (topo_method_register(mod, strand, strands_retire_methods) < 0) in create_strand()
380 if (topo_method_register(mod, core, strands_retire_methods) < 0) in create_core()
518 if (topo_method_register(mod, chip, chip_methods) < 0) in create_chip()
606 if (topo_method_register(mod, chip, strands_retire_methods) < 0) in create_chip()
H A Dchip_intel.c136 if (topo_method_register(mod, rnode, rank_methods) < 0) in mc_add_ranks()
140 if (! is_xpv() && topo_method_register(mod, rnode, in mc_add_ranks()
244 if (topo_method_register(mod, dnode, dimm_methods) < 0) in mc_add_dimms()
/onnv-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.c110 (void) topo_method_register(mod, pnode, zfs_methods); in zfs_enum()
H A Dlegacy_hc.c99 (void) topo_method_register(mod, pnode, legacy_hc_methods); in legacy_hc_enum()
H A Dtopo_mod.h119 extern int topo_method_register(topo_mod_t *, tnode_t *, const topo_method_t *);
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-vers85 topo_method_register;
H A Dtopo_mod.map72 topo_method_register { TYPE = FUNCTION; FLAGS = extern };
H A Dpkg.c106 (void) topo_method_register(mod, pnode, pkg_methods); in pkg_enum()
H A Dmod.c101 (void) topo_method_register(mod, pnode, mod_methods); in mod_enum()
H A Dsvc.c231 (void) topo_method_register(mod, tn, svc_methods); in svc_create_node()
252 (void) topo_method_register(mod, pnode, svc_methods); in svc_enum()
H A Dsw.c306 (void) topo_method_register(mod, pnode, sw_methods); in sw_enum()
H A Dtopo_method.c131 topo_method_register(topo_mod_t *mod, tnode_t *node, const topo_method_t *mp) in topo_method_register() function
/onnv-gate/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/
H A Dpi_generic.c118 topo_method_register(mod, *t_node, in pi_enum_generic_impl()
/onnv-gate/usr/src/lib/fm/topo/modules/common/ipmi/
H A Dipmi_enum.c316 if (topo_method_register(mod, tn, ipmi_methods) != 0) { in ipmi_check_entity()
470 if (topo_method_register(mod, tn, ipmi_methods) != 0) { in ipmi_post_process()
/onnv-gate/usr/src/lib/fm/topo/modules/sun4/ioboard/
H A Dioboard.c190 if (topo_method_register(mod, ntn, Iob_methods) < 0) { in iob_tnode_create()
/onnv-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()
/onnv-gate/usr/src/lib/fm/topo/modules/common/ses/
H A Dses_facility.c528 if (topo_method_register(mod, tn, ses_indicator_methods) < 0) { in ses_add_indicator()
590 if (topo_method_register(mod, tn, ses_sensor_methods) < 0) { in ses_add_sensor_common()
/onnv-gate/usr/src/lib/fm/topo/modules/sun4v/dimm/
H A Ddimm_sun4v.c227 topo_method_register(mod, cnode, pi_mem_methods) < 0 || in create_one_dimm()
/onnv-gate/usr/src/lib/fm/topo/modules/sun4v/chip/
H A Dchip_sun4v.c199 if (topo_method_register(mod, ntn, pi_cpu_methods) < 0) in chip_tnode_create()
/onnv-gate/usr/src/lib/fm/topo/modules/sun4v/platform-cpu/
H A Dcpu.c506 if (topo_method_register(mod, rnode, cpu_methods) < 0) { in cpu_enum()
/onnv-gate/usr/src/lib/fm/topo/modules/common/fac_prov_ipmi/
H A Dfac_prov_ipmi.c1284 if (topo_method_register(mod, fnode, ipmi_fac_methods) < 0) { in make_sensor_node()
1777 if (topo_method_register(mod, rnode, ipmi_node_methods) != 0) { in fac_prov_ipmi_enum()
1784 if (topo_method_register(mod, rnode, ipmi_fac_methods) != 0) { in fac_prov_ipmi_enum()

12