Searched refs:cmp_func (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/cmd/fm/eversholt/common/ |
H A D | lut.c | 78 lut_add(struct lut *root, void *lhs, void *rhs, lut_cmp cmp_func) in lut_add() argument 84 if (cmp_func) in lut_add() 85 diff = (*cmp_func)(tmp->lut_lhs, lhs); in lut_add() 116 lut_lookup(struct lut *root, void *lhs, lut_cmp cmp_func) in lut_lookup() argument 123 if (cmp_func) in lut_lookup() 124 diff = (*cmp_func)(root->lut_lhs, lhs); in lut_lookup() 139 lut_lookup_lhs(struct lut *root, void *lhs, lut_cmp cmp_func) in lut_lookup_lhs() argument 146 if (cmp_func) in lut_lookup_lhs() 147 diff = (*cmp_func)(root->lut_lhs, lhs); in lut_lookup_lhs()
|
H A D | lut.h | 47 int (*cmp_func)(void *old_lhs, void *new_lhs)); 48 void *lut_lookup(struct lut *root, void *lhs, lut_cmp cmp_func); 49 void *lut_lookup_lhs(struct lut *root, void *lhs, lut_cmp cmp_func);
|
H A D | tree.c | 321 lut_cmp cmp_func) in tree_treecmp() argument 329 ASSERT(cmp_func != NULL); in tree_treecmp() 332 return ((*cmp_func)(np1, np2)); in tree_treecmp() 337 cmp_func)) in tree_treecmp() 340 cmp_func)); in tree_treecmp() 345 t, cmp_func)); in tree_treecmp() 373 cmp_func)) in tree_treecmp() 376 cmp_func)); in tree_treecmp() 381 cmp_func)) in tree_treecmp() 384 cmp_func)) in tree_treecmp() [all …]
|
/titanic_50/usr/src/grub/grub-0.97/stage2/ |
H A D | builtins.c | 517 cmp_func (char *arg, int flags) in cmp_func() function 592 cmp_func,
|
/titanic_50/usr/src/grub/grub-0.97/ |
H A D | ChangeLog | 5375 * stage2/builtins.c (cmp_func): New function.
|