Searched refs:hash_iter (Results 1 – 7 of 7) sorted by relevance
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
H A D | iidesc.c | 191 hash_iter(ii, iidesc_count_type, (void *)II_GFUN), in iidesc_stats() 192 hash_iter(ii, iidesc_count_type, (void *)II_SFUN), in iidesc_stats() 193 hash_iter(ii, iidesc_count_type, (void *)II_GVAR), in iidesc_stats() 194 hash_iter(ii, iidesc_count_type, (void *)II_SVAR), in iidesc_stats() 195 hash_iter(ii, iidesc_count_type, (void *)II_TYPE), in iidesc_stats() 196 hash_iter(ii, iidesc_count_type, (void *)II_SOU)); in iidesc_stats()
|
H A D | alist.c | 162 return (hash_iter(alist->al_elements, alist_iter_cb, &aid)); in alist_iter() 214 return (hash_iter(alist->al_elements, alist_dump_cb, (void *)printer)); in alist_dump()
|
H A D | hash.h | 48 int hash_iter(hash_t *, int (*)(void *, void *), void *);
|
H A D | hash.c | 124 (void) hash_iter(from, hash_add_cb, to); in hash_merge() 215 hash_iter(hash_t *hash, int (*fun)(void *, void *), void *private) in hash_iter() function
|
H A D | merge.c | 463 } else if (debug_level > 1 && hash_iter(mcd->md_parent->td_idhash, in map_td_tree_post() 505 } else if (debug_level > 1 && hash_iter(mcd->md_tdtba, in map_td_tree_self_post() 1044 (void) hash_iter(src, merge_type_cb, mcd); in merge_types() 1046 tdrc = hash_iter(mcd->md_tdtba, add_tdtba_cb, mcd); in merge_types()
|
H A D | traverse.c | 225 return (hash_iter(iihash, iitraverse_td, &tdtd)); in iitraverse_hash()
|
H A D | output.c | 137 (void) hash_iter(iiburst->iib_td->td_iihash, burst_iitypes, iiburst); in iiburst_types()
|