Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_fmri.c689 char *scheme1, *scheme2; in topo_fmri_compare() local
697 if (nvlist_lookup_string(f2, FM_FMRI_SCHEME, &scheme2) != 0) in topo_fmri_compare()
701 if (strcmp(scheme1, scheme2) != 0) in topo_fmri_compare()