Searched defs:scheme1 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_fmri.c649 char *scheme1, *scheme2; local
654 if (nvlist_lookup_string(f1, FM_FMRI_SCHEME, &scheme1) != 0)
661 if (strcmp(scheme1, scheme2) != 0)
664 if ((rnode = topo_hdl_root(thp, scheme1)) == NULL)

Completed in 85 milliseconds