Home
last modified time | relevance | path

Searched refs:hash_match (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/tools/ctf/cvt/
H A Diidesc.c92 (void) hash_match(hash, new, (int (*)())iidesc_cmp, &find); in iidesc_add()
116 (void) hash_match(td->td_iihash, &tmpdesc, (int (*)())func, data); in iter_iidescs_by_name()
H A Dhash.h49 int hash_match(hash_t *, void *, int (*)(void *, void *), void *);
H A Dhash.c142 hash_match(hash_t *hash, void *key, int (*fun)(void *, void *), in hash_match() function
203 ret = hash_match(hash, key, (int (*)())hash_find_first_cb, &hd); in hash_find()
H A Dmerge.c672 if (hash_match(mcd->md_parent->td_iihash, sii, iidesc_match, in merge_type_cb()
967 if (hash_match(mcd->md_parent->td_iihash, tba, iidesc_match, in add_iitba_cb()