Searched refs:hash_match (Results 1 – 4 of 4) sorted by relevance
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
H A D | iidesc.c | 94 (void) hash_match(hash, new, iidesc_cmp, &find); in iidesc_add() 118 (void) hash_match(td->td_iihash, &tmpdesc, func, data); in iter_iidescs_by_name()
|
H A D | hash.h | 49 int hash_match(hash_t *, void *, int (*)(void *, void *), void *);
|
H A D | hash.c | 144 hash_match(hash_t *hash, void *key, int (*fun)(void *, void *), in hash_match() function 207 ret = hash_match(hash, key, hash_find_first_cb, &hd); in hash_find()
|
H A D | merge.c | 665 if (hash_match(mcd->md_parent->td_iihash, sii, iidesc_match, in merge_type_cb() 960 if (hash_match(mcd->md_parent->td_iihash, tba, iidesc_match, in add_iitba_cb()
|