Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_as.c186 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()
H A Ddt_dis.c248 (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()
H A Ddt_dof.c251 if (dp->dtdo_xlmtab != NULL) { in dof_add_difo()
256 pnp = dp->dtdo_xlmtab; in dof_add_difo()
H A Ddt_subr.c800 dt_free(dtp, dp->dtdo_xlmtab); in dt_difo_free()
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddtrace.h892 struct dt_node **dtdo_xlmtab; /* translator references */ member