Searched refs:f2str (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dhc.c385 char *f1str, *f2str; local
433 nvlist_lookup_string(f2, FM_FMRI_FACILITY_NAME, &f2str) == 0 &&
434 strcmp(f1str, f2str) == 0 &&
436 nvlist_lookup_string(f2, FM_FMRI_FACILITY_TYPE, &f2str) == 0 &&
437 strcmp(f1str, f2str) == 0) {

Completed in 49 milliseconds