Home
last modified time | relevance | path

Searched refs:TOPO_VERSION (Results 1 – 25 of 89) sorted by relevance

1234

/titanic_44/usr/src/cmd/fm/schemes/dev/
H A Dscheme.c55 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL) in fmd_fmri_nvl2str()
80 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL) in fmd_fmri_present()
95 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL) in fmd_fmri_replaced()
115 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL) in fmd_fmri_unusable()
138 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL) in fmd_fmri_service_state()
/titanic_44/usr/src/cmd/fm/schemes/svc/
H A Dscheme.c52 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL) in fmd_fmri_nvl2str()
83 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL) in fmd_fmri_present()
102 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL) in fmd_fmri_replaced()
121 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL) in fmd_fmri_service_state()
145 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL) in fmd_fmri_unusable()
/titanic_44/usr/src/cmd/fm/schemes/hc/
H A Dscheme.c54 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL) in fmd_fmri_nvl2str()
88 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL) in fmd_fmri_present()
112 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL) in fmd_fmri_replaced()
134 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL) in fmd_fmri_unusable()
215 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL) in fru_compare()
289 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL) in fmd_fmri_service_state()
/titanic_44/usr/src/cmd/fm/schemes/mem/
H A Dmem.c161 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL) in fmd_fmri_expand()
234 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL) in fmd_fmri_present()
284 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL) { in fmd_fmri_present()
334 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL) in fmd_fmri_replaced()
385 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL) { in fmd_fmri_replaced()
425 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL) in fmd_fmri_contains()
474 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL) in fmd_fmri_unusable()
/titanic_44/usr/src/cmd/fm/schemes/cpu/
H A Dcpu.c49 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL) in fmd_fmri_nvl2str()
160 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL) in fmd_fmri_expand()
218 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL) in fmd_fmri_present()
271 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL) in fmd_fmri_replaced()
329 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL) in fmd_fmri_unusable()
/titanic_44/usr/src/lib/fm/topo/modules/sun4v/zambezi/
H A Dzambezi.c46 #define ZAMBEZI_VERSION TOPO_VERSION
76 if (topo_mod_register(mod, &zambezi_info, TOPO_VERSION) < 0) { in _topo_init()
/titanic_44/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/
H A Dsun4vpi.c71 if (version != TOPO_VERSION) { in _topo_init()
85 result = topo_mod_register(mod, &pi_modinfo, TOPO_VERSION); in _topo_init()
H A Dpi_niu.c57 if (topo_mod_load(mod, NIU, TOPO_VERSION) == NULL) { in pi_enum_niu()
/titanic_44/usr/src/lib/fm/topo/modules/common/xfp/
H A Dxfp.c40 #define XFP_VERSION TOPO_VERSION
69 if (topo_mod_register(mod, &xfp_info, TOPO_VERSION) < 0) { in _topo_init()
/titanic_44/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi.c91 if (version != TOPO_VERSION) { in _topo_init()
105 result = topo_mod_register(mod, &x86pi_modinfo, TOPO_VERSION); in _topo_init()
454 if (topo_mod_load(mod, CHIP, TOPO_VERSION) == NULL) { in x86pi_enum_gentopo()
/titanic_44/usr/src/lib/fm/topo/modules/sun4v/niu/
H A Dniu.c47 #define NIU_VERSION TOPO_VERSION
74 if (topo_mod_register(mod, &niu_info, TOPO_VERSION) < 0) { in _topo_init()
341 if ((rp = topo_mod_load(mp, XAUI, TOPO_VERSION)) == NULL) { in xaui_enum_load()
/titanic_44/usr/src/cmd/fm/fmd/common/
H A Dfmd_fmri.c235 if (version != TOPO_VERSION) in fmd_fmri_topo_hold()
386 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL) in fmd_fmri_retire()
401 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL) in fmd_fmri_unretire()
/titanic_44/usr/src/lib/fm/libfmd_snmp/common/
H A Dscheme.c307 if (version != TOPO_VERSION) in fmd_fmri_topo_hold()
311 if ((g_thp = topo_open(TOPO_VERSION, "/", &err)) == NULL) { in fmd_fmri_topo_hold()
/titanic_44/usr/src/cmd/fm/fmdump/common/
H A Dscheme.c309 if (version != TOPO_VERSION) in fmd_fmri_topo_hold()
313 if ((g_thp = topo_open(TOPO_VERSION, "/", &err)) == NULL) { in fmd_fmri_topo_hold()
H A Dnvlrender.c49 topo_hdl_t *thp = fmd_fmri_topo_hold(TOPO_VERSION); in fmdump_render_nvlist()
/titanic_44/usr/src/cmd/fm/schemes/mod/
H A Dscheme.c38 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL) in fmd_fmri_nvl2str()
/titanic_44/usr/src/cmd/fm/schemes/pkg/
H A Dscheme.c38 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL) in fmd_fmri_nvl2str()
/titanic_44/usr/src/lib/fm/topo/modules/common/ipmi/
H A Dipmi_enum.c74 { "ipmi", FM_FMRI_SCHEME_HC, TOPO_VERSION, &ipmi_ops };
307 pgi.tpi_version = TOPO_VERSION; in ipmi_check_entity()
485 if (topo_mod_register(mod, &ipmi_info, TOPO_VERSION) != 0) { in _topo_init()
/titanic_44/usr/src/lib/fm/topo/modules/sun4v/chip/
H A Dchip_sun4v.c50 #define CHIP_VERSION TOPO_VERSION
94 if (topo_mod_register(mod, &chip_info, TOPO_VERSION) != 0) { in _topo_init()
332 if ((rp = topo_mod_load(mp, DIMM, TOPO_VERSION)) == NULL) { in dimm_enum_load()
/titanic_44/usr/src/cmd/fm/schemes/sw/
H A Dscheme.c51 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL) in fmd_fmri_nvl2str()
/titanic_44/usr/src/lib/fm/topo/modules/common/fac_prov_mptsas/
H A Dfac_prov_mptsas.c49 { "mpt_sas facility provider", FM_FMRI_SCHEME_HC, TOPO_VERSION,
66 return (topo_mod_register(mod, &mptsas_info, TOPO_VERSION)); in _topo_init()
/titanic_44/usr/src/lib/fm/topo/modules/common/disk/
H A Ddisk.h40 #define DISK_VERSION TOPO_VERSION
/titanic_44/usr/src/cmd/fm/modules/common/sw-diag-response/subsidiary/smf/
H A Dsmf_util.c48 thp = fmd_hdl_topo_hold(hdl, TOPO_VERSION); in sw_smf_svcfmri2str()
/titanic_44/usr/src/lib/fm/topo/modules/sun4u/chip/
H A Dchip_sun4u.c57 #define CHIP_VERSION TOPO_VERSION
102 if (topo_mod_register(mod, &chip_info, TOPO_VERSION) != 0) { in _topo_init()
/titanic_44/usr/src/cmd/fm/modules/sun4v/cpumem-diagnosis/
H A Dcmd_hc_sun4v.c320 if ((thp = fmd_hdl_topo_hold(hdl, TOPO_VERSION)) == NULL) in init_mb()
395 if ((thp = fmd_hdl_topo_hold(hdl, TOPO_VERSION)) == NULL) in cmd_find_dimm_by_sn()
475 if ((thp = fmd_hdl_topo_hold(hdl, TOPO_VERSION)) == NULL) in cmd_find_cpu_rsc_by_sn()
545 if ((thp = fmd_hdl_topo_hold(hdl, TOPO_VERSION)) == NULL) in cmd_find_mem_rsc_by_sn()

1234