Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dmerge.c148 alist_t *md_ta; /* Type Association */ member
428 if (get_mapping(mcd->md_ta, ctdp->t_id) > 0) in map_td_tree_pre()
441 ed.ed_ta = mcd->md_ta; in map_td_tree_post()
456 add_mapping(mcd->md_ta, ctdp->t_id, id); in map_td_tree_post()
461 add_mapping(mcd->md_ta, ctdp->t_id, ed.ed_tgt->t_id); in map_td_tree_post()
477 add_mapping(mcd->md_ta, ctdp->t_id, id); in map_td_tree_post()
493 ed.ed_ta = mcd->md_ta; in map_td_tree_self_post()
503 add_mapping(mcd->md_ta, ctdp->t_id, in map_td_tree_self_post()
504 get_mapping(mcd->md_ta, ed.ed_tgt->t_id)); in map_td_tree_self_post()
520 add_mapping(mcd->md_ta, ctdp->t_id, id); in map_td_tree_self_post()
[all …]