Home
last modified time | relevance | path

Searched refs:scheme_version (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/fm/topo/libtopo/common/
H A Dsw.c368 uint8_t scheme_version; in sw_fmri_nvl2str() local
383 if (nvlist_lookup_uint8(nvl, FM_VERSION, &scheme_version) != 0 || in sw_fmri_nvl2str()
384 scheme_version > FM_SW_SCHEME_VERSION) in sw_fmri_nvl2str()
H A Dsvc.c421 uint8_t scheme_version; in svc_fmri_nvl2str() local
436 if (nvlist_lookup_uint8(nvl, FM_VERSION, &scheme_version) != 0 || in svc_fmri_nvl2str()
437 scheme_version > FM_SVC_SCHEME_VERSION) in svc_fmri_nvl2str()