Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_fmri.c652 char *scheme1, *scheme2; in topo_fmri_compare() local
657 if (nvlist_lookup_string(f1, FM_FMRI_SCHEME, &scheme1) != 0) in topo_fmri_compare()
664 if (strcmp(scheme1, scheme2) != 0) in topo_fmri_compare()
667 if ((rnode = topo_hdl_root(thp, scheme1)) == NULL) in topo_fmri_compare()