Searched refs:topo_method_register (Results 1 - 25 of 29) sorted by relevance

12

/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dfmd.c102 (void) topo_method_register(mod, pnode, fmd_methods);
H A Dlegacy_hc.c99 (void) topo_method_register(mod, pnode, legacy_hc_methods);
H A Dpkg.c100 (void) topo_method_register(mod, pnode, pkg_methods);
H A Dmem.c113 (void) topo_method_register(mod, pnode, mem_methods);
129 (void) topo_method_register(mod, pnode, mem_methods);
H A Dtopo_mod.h110 extern int topo_method_register(topo_mod_t *, tnode_t *, const topo_method_t *);
H A Dcpu.c238 (void) topo_method_register(mod, pnode, cpu_methods);
259 (void) topo_method_register(mod, pnode, cpu_methods);
H A Dsvc.c222 (void) topo_method_register(mod, tn, svc_methods);
243 (void) topo_method_register(mod, pnode, svc_methods);
H A Dmod.c107 (void) topo_method_register(mod, pnode, mod_methods);
H A Ddev.c122 (void) topo_method_register(mod, pnode, dev_methods);
H A Dsw.c306 (void) topo_method_register(mod, pnode, sw_methods);
H A Dtopo_method.c131 topo_method_register(topo_mod_t *mod, tnode_t *node, const topo_method_t *mp) function
H A Dzfs.c151 (void) topo_method_register(mod, pnode, zfs_methods);
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/common/
H A Dpi_generic.c117 topo_method_register(mod, *t_node,
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/chip/common/
H A Dchip.c277 if (topo_method_register(mod, strand, strands_retire_methods) < 0)
279 "topo_method_register failed\n");
382 if (topo_method_register(mod, core, strands_retire_methods) < 0)
384 "topo_method_register failed\n");
520 if (topo_method_register(mod, chip, chip_methods) < 0)
522 "topo_method_register failed\n");
608 if (topo_method_register(mod, chip, strands_retire_methods) < 0)
610 "topo_method_register failed\n");
H A Dchip_amd.c238 if (topo_method_register(mod, csnode,
244 if (topo_method_register(mod, csnode,
437 if (topo_method_register(mod, ranknode, rank_methods) < 0)
439 "topo_method_register failed");
441 if (! is_xpv() && topo_method_register(mod, ranknode,
444 "topo_method_register failed");
533 if (topo_method_register(mod,
536 "topo_method_register failed");
H A Dchip_intel.c135 if (topo_method_register(mod, rnode, rank_methods) < 0)
137 "topo_method_register failed");
139 if (! is_xpv() && topo_method_register(mod, rnode,
142 "topo_method_register failed");
244 if (topo_method_register(mod, dnode, dimm_methods) < 0)
246 "topo_method_register failed");
/osnet-11/usr/src/lib/fm/topo/modules/common/bay/common/
H A Dbay_fac.c380 if (topo_method_register(mod, tn, bay_indicator_methods) < 0) {
455 if (topo_method_register(mod, tn, bay_sensor_methods) < 0) {
H A Dbay.c382 rv = topo_method_register(mod, bay_tn, bay_fac_methods);
739 if (topo_method_register(mod, t_parent, bay_fac_methods) != 0) {
741 "%s: topo_method_register() failed: %s",
/osnet-11/usr/src/lib/fm/topo/modules/common/ipmi/common/
H A Dipmi_enum.c411 if (topo_method_register(mod, tn, ipmi_methods) != 0) {
412 topo_mod_dprintf(mod, "topo_method_register() failed: %s",
568 if (topo_method_register(mod, tn, ipmi_methods) != 0) {
/osnet-11/usr/src/lib/fm/topo/modules/common/hostbridge/
H A Dhostbridge.c232 if (topo_method_register(mod, ntn, Hb_methods) < 0) {
233 topo_mod_dprintf(mod, "topo_method_register failed: %s\n",
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/dimm/common/
H A Ddimm_sun4v.c229 topo_method_register(mod, cnode, pi_mem_methods) < 0 ||
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/chip/common/
H A Dchip_sun4v.c223 if (topo_method_register(mod, ntn, pi_chip_methods) < 0)
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/platform-cpu/common/
H A Dcpu.c459 if (topo_method_register(mod, rnode, cpu_methods) < 0) {
460 topo_mod_dprintf(mod, "topo_method_register failed: %s\n",
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/platform-mem/common/
H A Dmem.c599 if (topo_method_register(mod, rnode, mem_methods) < 0) {
600 topo_mod_dprintf(mod, "topo_method_register failed: %s\n",
/osnet-11/usr/src/lib/fm/topo/modules/common/ses/common/
H A Dses_facility.c533 if (topo_method_register(mod, tn, ses_indicator_methods) < 0) {
595 if (topo_method_register(mod, tn, ses_sensor_methods) < 0) {

Completed in 123 milliseconds

12