Searched refs:hash_iter (Results 1 – 9 of 9) sorted by relevance
| /netbsd/src/external/cddl/osnet/dist/tools/ctf/cvt/ |
| D | iidesc.c | 195 hash_iter(ii, iidesc_count_type, (void *)II_GFUN), in iidesc_stats() 196 hash_iter(ii, iidesc_count_type, (void *)II_SFUN), in iidesc_stats() 197 hash_iter(ii, iidesc_count_type, (void *)II_GVAR), in iidesc_stats() 198 hash_iter(ii, iidesc_count_type, (void *)II_SVAR), in iidesc_stats() 199 hash_iter(ii, iidesc_count_type, (void *)II_TYPE), in iidesc_stats() 200 hash_iter(ii, iidesc_count_type, (void *)II_SOU)); in iidesc_stats()
|
| D | alist.c | 168 return (hash_iter(alist->al_elements, alist_iter_cb, &aid)); in alist_iter() 220 return (hash_iter(alist->al_elements, alist_dump_cb, (void *)printer)); in alist_dump()
|
| D | hash.h | 48 int hash_iter(hash_t *, int (*)(void *, void *), void *);
|
| D | hash.c | 129 (void) hash_iter(from, hash_add_cb, to); in hash_merge() 220 hash_iter(hash_t *hash, int (*fun)(void *, void *), void *private) in hash_iter() function
|
| D | compare.c | 86 (void) hash_iter(difftd->td_iihash, (int (*)())iidesc_dump, in main()
|
| D | merge.c | 467 } else if (debug_level > 1 && hash_iter(mcd->md_parent->td_idhash, in map_td_tree_post() 509 } else if (debug_level > 1 && hash_iter(mcd->md_tdtba, in map_td_tree_self_post() 1057 (void) hash_iter(src, merge_type_cb, mcd); in merge_types() 1059 tdrc = hash_iter(mcd->md_tdtba, add_tdtba_cb, mcd); in merge_types()
|
| D | traverse.c | 233 return (hash_iter(iihash, iitraverse_td, &tdtd)); in iitraverse_hash()
|
| D | output.c | 143 (void) hash_iter(iiburst->iib_td->td_iihash, burst_iitypes, iiburst); in iiburst_types()
|
| /netbsd/src/external/gpl2/lvm2/dist/libdm/datastruct/ |
| D | hash.h | 40 void hash_iter(struct hash_table *t, iterate_fn f);
|