Home
last modified time | relevance | path

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

1234

/illumos-gate/usr/src/cmd/fm/schemes/dev/
H A Dscheme.c53 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 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()
/illumos-gate/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()
/illumos-gate/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()
/illumos-gate/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()
/illumos-gate/usr/src/lib/fm/topo/modules/common/smbios/
H A Dsmbios_enum.c180 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 Ddigraph-test.c240 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 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()
/illumos-gate/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()
/illumos-gate/usr/src/cmd/fm/fmdump/common/
H A Dscheme.c312 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 Dnvlrender.c49 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 Dscheme.c311 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 Dx86pi.c96 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 Dx86pi_impl.h72 #define X86PI_VERSION TOPO_VERSION
/illumos-gate/usr/src/lib/fm/topo/modules/common/ipmi/
H A Dipmi_enum.c82 { "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_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()
/illumos-gate/usr/src/lib/fm/topo/modules/common/fac_prov_ahci/
H A Dfac_prov_ahci.c54 { "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/cmd/fm/schemes/mod/
H A Dscheme.c38 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL) in fmd_fmri_nvl2str()
/illumos-gate/usr/src/cmd/fm/schemes/pkg/
H A Dscheme.c38 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL) in fmd_fmri_nvl2str()
/illumos-gate/usr/src/cmd/fm/schemes/sw/
H A Dscheme.c51 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 Dpcibus.c100 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/modules/common/sw-diag-response/subsidiary/smf/
H A Dsmf_util.c48 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 Dfac_prov_libhp.c315 "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 Ddisk.h41 #define DISK_VERSION TOPO_VERSION
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dfmd.c76 if (topo_mod_register(mod, &fmd_info, TOPO_VERSION) != 0) { in fmd_init()

1234