Searched refs:f1str (Results 1 – 1 of 1) sorted by relevance
388 char *f1str, *f2str; in fmri_compare() local435 if (nvlist_lookup_string(f1, FM_FMRI_FACILITY_NAME, &f1str) == 0 && in fmri_compare()437 strcmp(f1str, f2str) == 0 && in fmri_compare()438 nvlist_lookup_string(f1, FM_FMRI_FACILITY_TYPE, &f1str) == 0 && in fmri_compare()440 strcmp(f1str, f2str) == 0) { in fmri_compare()