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

/freebsd-9.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dmerge.c148 alist_t *md_ta; /* Type Association */ member in struct:merge_cb_data
437 if (get_mapping(mcd->md_ta, ctdp->t_id) > 0)
450 ed.ed_ta = mcd->md_ta;
465 add_mapping(mcd->md_ta, ctdp->t_id, id);
470 add_mapping(mcd->md_ta, ctdp->t_id, ed.ed_tgt->t_id);
486 add_mapping(mcd->md_ta, ctdp->t_id, id);
502 ed.ed_ta = mcd->md_ta;
512 add_mapping(mcd->md_ta, ctdp->t_id,
513 get_mapping(mcd->md_ta, ed.ed_tgt->t_id));
529 add_mapping(mcd->md_ta, ctd
[all...]

Completed in 93 milliseconds