Searched refs:f2str (Results 1 – 1 of 1) sorted by relevance
334 char *f1str, *f2str; in fmri_compare() local382 nvlist_lookup_string(f2, FM_FMRI_FACILITY_NAME, &f2str) == 0 && in fmri_compare()383 strcmp(f1str, f2str) == 0 && in fmri_compare()385 nvlist_lookup_string(f2, FM_FMRI_FACILITY_TYPE, &f2str) == 0 && in fmri_compare()386 strcmp(f1str, f2str) == 0) { in fmri_compare()