Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dmerge.c151 hash_t *md_tdtba; /* tdesc_t nodes To Be Added to the parent */ member
459 hash_add(mcd->md_tdtba, ctdp); in map_td_tree_post()
478 hash_add(mcd->md_tdtba, ctdp); in map_td_tree_post()
500 if (hash_find_iter(mcd->md_tdtba, ctdp, equiv_cb, &ed) < 0) { in map_td_tree_self_post()
505 } else if (debug_level > 1 && hash_iter(mcd->md_tdtba, in map_td_tree_self_post()
521 hash_add(mcd->md_tdtba, ctdp); in map_td_tree_self_post()
1012 hash_remove(mcd->md_tdtba, (void *)tdp); in add_tdtba_cb()
1040 mcd->md_tdtba = hash_new(TDATA_LAYOUT_HASH_SIZE, tdesc_layouthash, in merge_types()
1046 tdrc = hash_iter(mcd->md_tdtba, add_tdtba_cb, mcd); in merge_types()
1053 hash_count(mcd->md_tdtba) == 0); in merge_types()