Home
last modified time | relevance | path

Searched refs:lut_cmp (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dlut.h43 typedef int (*lut_cmp)(void *lhs, void *rhs); typedef
46 void *lut_lookup(struct lut *root, void *lhs, lut_cmp cmp_func);
47 void *lut_lookup_lhs(struct lut *root, void *lhs, lut_cmp cmp_func);
H A Dlut.c76 lut_add(struct lut *root, void *lhs, void *rhs, lut_cmp cmp_func) in lut_add()
114 lut_lookup(struct lut *root, void *lhs, lut_cmp cmp_func) in lut_lookup()
137 lut_lookup_lhs(struct lut *root, void *lhs, lut_cmp cmp_func) in lut_lookup_lhs()
H A Dtree.c337 lut_cmp cmp_func) in tree_treecmp()
995 (lut_cmp)tree_namecmp)); in tree_name2np_lut_add()
1002 lut_lookup(root, (void *)namep, (lut_cmp)tree_namecmp); in tree_name2np_lut_lookup()
1009 lut_lookup_lhs(root, (void *)namep, (lut_cmp)tree_namecmp); in tree_name2np_lut_lookup_name()
1015 return (lut_add(root, (void *)enp, (void *)np, (lut_cmp)tree_eventcmp)); in tree_event2np_lut_add()
1022 lut_lookup(root, (void *)enp, (lut_cmp)tree_eventcmp)); in tree_event2np_lut_lookup()
1029 lut_lookup_lhs(root, (void *)enp, (lut_cmp)tree_eventcmp)); in tree_event2np_lut_lookup_event()
1223 if (lut_lookup(Configs, np, (lut_cmp)tree_namecmp) == NULL) in tree_decl()
1274 (lut_cmp)tree_namecmp) == 0) { in tree_stmt()
1298 (lut_cmp)tree_namecmp) == 0) { in tree_stmt()
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dipath.c183 (lut_cmp)ipath_cmp)) != NULL) { in ipath_dummy()
187 Ipaths = lut_add(Ipaths, (void *)ret, (void *)ret, (lut_cmp)ipath_cmp); in ipath_dummy()
209 (lut_cmp)ipath_cmp)) != NULL) { in ipath_for_usednames()
213 Ipaths = lut_add(Ipaths, (void *)ret, (void *)ret, (lut_cmp)ipath_cmp); in ipath_for_usednames()
231 (lut_cmp)ipath_epnamecmp)) != NULL) in ipath()
269 (lut_cmp)ipath_cmp); in ipath()
H A Dfme.c1054 (void *)"n", (lut_cmp)strcmp)) != NULL) { in serd_eval()
1059 (void *)"t", (lut_cmp)strcmp)) != NULL) { in serd_eval()
1064 (void *)"suffix", (lut_cmp)strcmp)) != NULL) { in serd_eval()
1069 (void *)"increment", (lut_cmp)strcmp)) != NULL) { in serd_eval()
1269 if (lut_lookup(SerdEngines, newentp, (lut_cmp)serd_cmp) == NULL) { in serd_eval()
1271 (void *)newentp, (lut_cmp)serd_cmp); in serd_eval()
2442 lut_lookup(Istats, entp, (lut_cmp)istat_cmp)) == NULL || in istat_verify()
2472 lut_lookup(Istats, &ent, (lut_cmp)istat_cmp)) == NULL) { in istat_bump()
2521 (lut_cmp)istat_cmp); in istat_bump()
2705 (void *)newentp, (lut_cmp)serd_cmp); in fme_serd_load()
H A Ditree.c503 return (lut_lookup(itp, (void *)&searchevent, (lut_cmp)event_cmp)); in itree_lookup()
517 (lut_cmp)event_cmp)) != NULL) in find_or_add_event()
530 (lut_cmp)event_cmp); in find_or_add_event()
1455 (lut_cmp)event_cmp)) != NULL) in add_event_dummy()
1465 (lut_cmp)event_cmp); in add_event_dummy()
H A Deval.c566 lut_lookup(Istats, &ent, (lut_cmp)istat_cmp)) == NULL) in eval_func()
735 (void *)str, (lut_cmp)strcmp)) == NULL) { in eval_func()
797 (void *)serdvalp, (lut_cmp)strcmp); in eval_func()