Searched refs:dtdo_xlmtab (Results 1 – 5 of 5) sorted by relevance
186 dp->dtdo_xlmtab[xi] = dnp; in dt_as_xlate()388 dp->dtdo_xlmtab = dt_zalloc(dtp, sizeof (dt_node_t *) * xlrefs); in dt_as()391 if (dp->dtdo_xlmtab == NULL) in dt_as()405 dt_node_t **xlp = dp->dtdo_xlmtab; in dt_as()424 (xlp++ - dp->dtdo_xlmtab), dip->di_extern); in dt_as()460 assert(xlp == dp->dtdo_xlmtab + dp->dtdo_xlmlen); in dt_as()
248 (uint_t)dp->dtdo_xlmtab[xlr]->dn_membexpr->dn_xlator->dx_id, in dt_dis_xlate()249 dp->dtdo_xlmtab[xlr]->dn_membname); in dt_dis_xlate()514 dt_node_t *dnp = dp->dtdo_xlmtab[i]; in dt_dis()
247 if (dp->dtdo_xlmtab != NULL) { in dof_add_difo()252 pnp = dp->dtdo_xlmtab; in dof_add_difo()
733 dt_free(dtp, dp->dtdo_xlmtab); in dt_difo_free()
860 struct dt_node **dtdo_xlmtab; /* translator references */ member