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

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

Completed in 75 milliseconds