Searched refs:cmp_func (Results 1 – 7 of 7) sorted by relevance
| /onnv-gate/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 …]
|
| /onnv-gate/usr/src/common/openssl/crypto/objects/ |
| H A D | o_names.c | 31 int (*cmp_func)(const char *a,const char *b); member 59 int (*cmp_func)(const char *, const char *), in OBJ_NAME_new_index() 90 name_funcs->cmp_func = OPENSSL_strcmp; in OBJ_NAME_new_index() 103 if (cmp_func != NULL) in OBJ_NAME_new_index() 104 name_funcs->cmp_func = cmp_func; in OBJ_NAME_new_index() 124 a->type)->cmp_func(a->name,b->name); in obj_name_cmp()
|
| H A D | objects.h | 992 int (*cmp_func)(const char *, const char *),
|
| /onnv-gate/usr/src/grub/grub-0.97/stage2/ |
| H A D | builtins.c | 516 cmp_func (char *arg, int flags) in cmp_func() function 591 cmp_func,
|
| /onnv-gate/usr/src/grub/grub-0.97/ |
| H A D | ChangeLog | 5375 * stage2/builtins.c (cmp_func): New function.
|