Searched refs:md_ta (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/tools/ctf/cvt/ |
H A D | merge.c | 148 alist_t *md_ta; /* Type Association */ member 436 if (get_mapping(mcd->md_ta, ctdp->t_id) > 0) in map_td_tree_pre() 449 ed.ed_ta = mcd->md_ta; in map_td_tree_post() 464 add_mapping(mcd->md_ta, ctdp->t_id, id); in map_td_tree_post() 469 add_mapping(mcd->md_ta, ctdp->t_id, ed.ed_tgt->t_id); in map_td_tree_post() 485 add_mapping(mcd->md_ta, ctdp->t_id, id); in map_td_tree_post() 501 ed.ed_ta = mcd->md_ta; in map_td_tree_self_post() 511 add_mapping(mcd->md_ta, ctdp->t_id, in map_td_tree_self_post() 512 get_mapping(mcd->md_ta, ed.ed_tgt->t_id)); in map_td_tree_self_post() 527 add_mapping(mcd->md_ta, ctdp->t_id, id); in map_td_tree_self_post() [all …]
|