HomeSort by: relevance | last modified time | path
    Searched refs:dtdo_xlmtab (Results 1 - 5 of 5) sorted by relevancy

  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_as.c 146 * xltab index reflects the offset 'xi' of the assigned dtdo_xlmtab[] location.
186 dp->dtdo_xlmtab[xi] = dnp;
390 dp->dtdo_xlmtab = dt_zalloc(dtp, sizeof (dt_node_t *) * xlrefs);
393 if (dp->dtdo_xlmtab == NULL)
407 dt_node_t **xlp = dp->dtdo_xlmtab;
426 (xlp++ - dp->dtdo_xlmtab), dip->di_extern);
462 assert(xlp == dp->dtdo_xlmtab + dp->dtdo_xlmlen);
dt_dis.c 248 (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];
dt_dof.c 251 if (dp->dtdo_xlmtab != NULL) {
256 pnp = dp->dtdo_xlmtab;
259 * dtdo_xlmtab contains pointers to the translator members.
dt_subr.c 816 dt_free(dtp, dp->dtdo_xlmtab);
  /src/external/cddl/osnet/dist/uts/common/sys/
dtrace.h 889 struct dt_node **dtdo_xlmtab; /* translator references */ member in struct:dtrace_difo

Completed in 98 milliseconds