Searched refs:f1str (Results 1 – 1 of 1) sorted by relevance
385 char *f1str, *f2str; in fmri_compare() local432 if (nvlist_lookup_string(f1, FM_FMRI_FACILITY_NAME, &f1str) == 0 && in fmri_compare()434 strcmp(f1str, f2str) == 0 && in fmri_compare()435 nvlist_lookup_string(f1, FM_FMRI_FACILITY_TYPE, &f1str) == 0 && in fmri_compare()437 strcmp(f1str, f2str) == 0) { in fmri_compare()