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

/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_as.c146 * xltab index reflects the offset 'xi' of the assigned dtdo_xlmtab[] location.
186 dp->dtdo_xlmtab[xi] = dnp;
388 dp->dtdo_xlmtab = dt_zalloc(dtp, sizeof (dt_node_t *) * xlrefs);
391 if (dp->dtdo_xlmtab == NULL)
405 dt_node_t **xlp = dp->dtdo_xlmtab;
424 (xlp++ - dp->dtdo_xlmtab), dip->di_extern);
460 assert(xlp == dp->dtdo_xlmtab + dp->dtdo_xlmlen);
H A Ddt_dis.c248 (uint_t)dp->dtdo_xlmtab[xlr]->dn_membexpr->dn_xlator->dx_id,
249 dp->dtdo_xlmtab[xlr]->dn_membname);
514 dt_node_t *dnp = dp->dtdo_xlmtab[i];
H A Ddt_dof.c251 if (dp->dtdo_xlmtab != NULL) {
256 pnp = dp->dtdo_xlmtab;
259 * dtdo_xlmtab contains pointers to the translator members.
H A Ddt_subr.c786 dt_free(dtp, dp->dtdo_xlmtab);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddtrace.h887 struct dt_node **dtdo_xlmtab; /* translator references */ member in struct:dtrace_difo

Completed in 120 milliseconds