Home
last modified time | relevance | path

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

/titanic_41/usr/src/tools/ctf/cvt/
H A Dmerge.c151 hash_t *md_tdtba; /* tdesc_t nodes To Be Added to the parent */ member
467 hash_add(mcd->md_tdtba, ctdp); in map_td_tree_post()
486 hash_add(mcd->md_tdtba, ctdp); in map_td_tree_post()
508 if (hash_find_iter(mcd->md_tdtba, ctdp, equiv_cb, &ed) < 0) { in map_td_tree_self_post()
513 } else if (debug_level > 1 && hash_iter(mcd->md_tdtba, in map_td_tree_self_post()
528 hash_add(mcd->md_tdtba, ctdp); in map_td_tree_self_post()
1018 hash_remove(mcd->md_tdtba, (void *)tdp); in add_tdtba_cb()
1046 mcd->md_tdtba = hash_new(TDATA_LAYOUT_HASH_SIZE, tdesc_layouthash, in merge_types()
1052 tdrc = hash_iter(mcd->md_tdtba, add_tdtba_cb, (void *)mcd); in merge_types()
1059 hash_count(mcd->md_tdtba) == 0); in merge_types()