Searched refs:evnv_cmpnvl (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | evnv.c | 54 evnv_cmpnvl(nvlist_t *nvl1, nvlist_t *nvl2, int depth) in evnv_cmpnvl() function 104 if ((ret = evnv_cmpnvl(l1, l2, depth + 1)) != 0) in evnv_cmpnvl() 113 evnv_cmpnvl(*la1, *la2, depth + 1)) != 0) in evnv_cmpnvl()
|
H A D | evnv.h | 39 int evnv_cmpnvl(nvlist_t *nvl1, nvlist_t *nvl2, int depth);
|
H A D | fme.c | 2171 return (evnv_cmpnvl(r1->rsrc, r2->rsrc, 0)); in rslcmp()
|