Lines Matching refs:mtdp
347 fwd_equiv(tdesc_t *ctdp, tdesc_t *mtdp)
349 tdesc_t *defn = (ctdp->t_type == FORWARD ? mtdp : ctdp);
355 equiv_node(tdesc_t *ctdp, tdesc_t *mtdp, equiv_data_t *ed)
361 mtdp->t_emark > ed->ed_clear_mark)
362 return (ctdp->t_emark == mtdp->t_emark);
375 mapping == mtdp->t_id && !ed->ed_selfuniquify)
378 if (!streq(ctdp->t_name, mtdp->t_name))
381 if (ctdp->t_type != mtdp->t_type) {
382 if (ctdp->t_type == FORWARD || mtdp->t_type == FORWARD)
383 return (fwd_equiv(ctdp, mtdp));
389 mtdp->t_emark = ed->ed_cur_mark;
393 return (equiv(ctdp, mtdp, ed));
414 tdesc_t *mtdp = bucket;
420 if (equiv_node(ctdp, mtdp, ed)) {
421 debug(3, "equiv_node matched %d %d\n", ctdp->t_id, mtdp->t_id);
422 ed->ed_tgt = mtdp;