Searched refs:dx_id (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_xlator.h61 id_t dx_id; /* global translator id */ member in struct:dt_xlator
H A Ddt_xlator.c109 dxp->dx_id = dtp->dt_xlatorid++;
113 if ((map = dt_alloc(dtp, sizeof (void *) * (dxp->dx_id + 1))) == NULL) {
119 bcopy(dtp->dt_xlatormap, map, sizeof (void *) * dxp->dx_id);
122 dtp->dt_xlatormap[dxp->dx_id] = dxp;
155 dxp->dx_souid.di_id = dxp->dx_id;
166 dxp->dx_ptrid.di_id = dxp->dx_id;
H A Ddt_as.c162 assert(dxp->dx_id < dtp->dt_xlatorid);
173 if (pcb->pcb_asxrefs[dxp->dx_id] == NULL) {
174 pcb->pcb_asxrefs[dxp->dx_id] =
176 if (pcb->pcb_asxrefs[dxp->dx_id] == NULL)
183 BT_SET(pcb->pcb_asxrefs[dxp->dx_id], dnp->dn_membid);
H A Ddt_dof.c254 * The translator itself is in sect ddo_xlimport[dxp->dx_id].
263 xlp->dofxr_xlator = ddo->ddo_xlimport[dxp->dx_id];
265 ddo->ddo_pgp->dp_xrefs[dxp->dx_id], dnp->dn_membid);
345 if (xst[dxp->dx_id] != DOF_SECIDX_NONE)
358 if (!BT_TEST(ddo->ddo_pgp->dp_xrefs[dxp->dx_id], i))
386 xst[dxp->dx_id] = dof_add_lsect(ddo, &dofxl, type,
692 if (dxp->dx_id < pgp->dp_xrefslen &&
693 pgp->dp_xrefs[dxp->dx_id] != NULL)
H A Ddt_dis.c234 (uint_t)dp->dtdo_xlmtab[xlr]->dn_membexpr->dn_xlator->dx_id,
502 (uint_t)dxp->dx_id, dxp->dx_arg, dnp->dn_membname,
H A Ddt_parser.c4325 if (dt_provider_xref(dtp, pvp, dxp->dx_id) != 0)

Completed in 43 milliseconds