Home
last modified time | relevance | path

Searched refs:FM_FMRI_FMD_VERSION (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_scheme.c65 nvlist_lookup_string(nvl, FM_FMRI_FMD_VERSION, &version) != 0) in fmd_scheme_fmd_present()
88 nvlist_lookup_string(nvl, FM_FMRI_FMD_VERSION, &version) != 0) in fmd_scheme_fmd_replaced()
H A Dfmd_protocol.c101 FM_FMRI_FMD_VERSION, mp->mod_info->fmdi_vers); in fmd_protocol_fmri_module()
104 FM_FMRI_FMD_VERSION, fmd.d_version); in fmd_protocol_fmri_module()
/illumos-gate/usr/src/uts/common/sys/fm/
H A Dprotocol.h259 #define FM_FMRI_FMD_VERSION "mod-version" macro
/illumos-gate/usr/src/lib/fm/libfmd_msg/common/
H A Dfmd_msg_test.c88 err |= nvlist_add_string(fmri, FM_FMRI_FMD_VERSION, "1.0"); in main()
H A Dfmd_msg.c1322 if (nvlist_lookup_string(fmri, FM_FMRI_FMD_VERSION, &src_vers) != 0) in fmd_msg_gettext_locked()