/illumos-gate/usr/src/cmd/fm/schemes/dev/ |
H A D | scheme.c | 53 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL) in fmd_fmri_nvl2str() 78 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL) in fmd_fmri_present() 93 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL) in fmd_fmri_replaced() 113 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL) in fmd_fmri_unusable() 136 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL) in fmd_fmri_service_state()
|
/illumos-gate/usr/src/cmd/fm/schemes/svc/ |
H A D | scheme.c | 52 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()
|
/illumos-gate/usr/src/cmd/fm/schemes/hc/ |
H A D | scheme.c | 54 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()
|
/illumos-gate/usr/src/cmd/fm/schemes/mem/ |
H A D | mem.c | 161 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()
|
/illumos-gate/usr/src/cmd/fm/schemes/cpu/ |
H A D | cpu.c | 49 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()
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/smbios/ |
H A D | smbios_enum.c | 180 pgi.tpi_version = TOPO_VERSION; in smbios_make_slot() 194 pgi.tpi_version = TOPO_VERSION; in smbios_make_slot() 289 pgi.tpi_version = TOPO_VERSION; in smbios_make_dimm() 514 pgi.tpi_version = TOPO_VERSION; in smbios_enum_motherboard() 661 { "smbios", FM_FMRI_SCHEME_HC, TOPO_VERSION, &smbios_ops }; 670 if (topo_mod_register(mod, &smbios_info, TOPO_VERSION) != 0) { in _topo_init()
|
/illumos-gate/usr/src/test/os-tests/tests/libtopo/ |
H A D | digraph-test.c | 240 if ((thp = topo_open(TOPO_VERSION, root, &err)) == NULL) { in main() 270 if ((thp = topo_open(TOPO_VERSION, root, &err)) == NULL) { in main() 293 if ((thp = topo_open(TOPO_VERSION, root, &err)) == NULL) { in main()
|
/illumos-gate/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_fmri.c | 235 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()
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/xfp/ |
H A D | xfp.c | 40 #define XFP_VERSION TOPO_VERSION 69 if (topo_mod_register(mod, &xfp_info, TOPO_VERSION) < 0) { in _topo_init()
|
/illumos-gate/usr/src/cmd/fm/fmdump/common/ |
H A D | scheme.c | 312 if (version != TOPO_VERSION) in fmd_fmri_topo_hold() 316 if ((g_thp = topo_open(TOPO_VERSION, "/", &err)) == NULL) { in fmd_fmri_topo_hold()
|
H A D | nvlrender.c | 49 topo_hdl_t *thp = fmd_fmri_topo_hold(TOPO_VERSION); in fmdump_render_nvlist()
|
/illumos-gate/usr/src/lib/fm/libfmd_snmp/common/ |
H A D | scheme.c | 311 if (version != TOPO_VERSION) in fmd_fmri_topo_hold() 315 if ((g_thp = topo_open(TOPO_VERSION, "/", &err)) == NULL) { in fmd_fmri_topo_hold()
|
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/ |
H A D | x86pi.c | 96 if (version != TOPO_VERSION) { in _topo_init() 110 result = topo_mod_register(mod, &x86pi_modinfo, TOPO_VERSION); in _topo_init() 459 if (topo_mod_load(mod, CHIP, TOPO_VERSION) == NULL) { in x86pi_enum_gentopo()
|
H A D | x86pi_impl.h | 72 #define X86PI_VERSION TOPO_VERSION
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/ipmi/ |
H A D | ipmi_enum.c | 82 { "ipmi", FM_FMRI_SCHEME_HC, TOPO_VERSION, &ipmi_ops }; 481 pgi.tpi_version = TOPO_VERSION; in ipmi_check_entity() 516 TOPO_VERSION)) == NULL) { in ipmi_check_entity() 690 if (topo_mod_register(mod, &ipmi_info, TOPO_VERSION) != 0) { in _topo_init()
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/fac_prov_ahci/ |
H A D | fac_prov_ahci.c | 54 { "ahci facility provider", FM_FMRI_SCHEME_HC, TOPO_VERSION, 70 return (topo_mod_register(mod, &ahci_info, TOPO_VERSION)); in _topo_init()
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/fac_prov_mptsas/ |
H A D | fac_prov_mptsas.c | 49 { "mpt_sas facility provider", FM_FMRI_SCHEME_HC, TOPO_VERSION, 66 return (topo_mod_register(mod, &mptsas_info, TOPO_VERSION)); in _topo_init()
|
/illumos-gate/usr/src/cmd/fm/schemes/mod/ |
H A D | scheme.c | 38 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL) in fmd_fmri_nvl2str()
|
/illumos-gate/usr/src/cmd/fm/schemes/pkg/ |
H A D | scheme.c | 38 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL) in fmd_fmri_nvl2str()
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/ |
H A D | pcibus.c | 100 if (topo_mod_register(modhdl, &Pci_info, TOPO_VERSION) != 0) { in _topo_init() 195 if (topo_mod_load(mod, TOPO_MOD_UFM, TOPO_VERSION) == NULL) { in pciexfn_add_ufm() 577 if (topo_mod_load(mod, XAUI, TOPO_VERSION) == NULL) { in declare_dev_and_fn() 696 pgi.tpi_version = TOPO_VERSION; in declare_dev_and_fn() 713 if (topo_mod_load(mod, DISK, TOPO_VERSION) == NULL) { in declare_dev_and_fn()
|
/illumos-gate/usr/src/cmd/fm/schemes/sw/ |
H A D | scheme.c | 51 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL) in fmd_fmri_nvl2str()
|
/illumos-gate/usr/src/cmd/fm/modules/common/sw-diag-response/subsidiary/smf/ |
H A D | smf_util.c | 48 thp = fmd_hdl_topo_hold(hdl, TOPO_VERSION); in sw_smf_svcfmri2str()
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/fac_prov_libhp/ |
H A D | fac_prov_libhp.c | 315 "libhotplug facility provider", FM_FMRI_SCHEME_HC, TOPO_VERSION, 325 return (topo_mod_register(mod, &fac_prov_libhp_mod, TOPO_VERSION)); in _topo_init()
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/disk/ |
H A D | disk.h | 41 #define DISK_VERSION TOPO_VERSION
|
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | fmd.c | 76 if (topo_mod_register(mod, &fmd_info, TOPO_VERSION) != 0) { in fmd_init()
|