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

  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_xlator.h 61 id_t dx_id; /* global translator id */ member in struct:dt_xlator
dt_xlator.c 111 dxp->dx_id = dtp->dt_xlatorid++;
115 if ((map = dt_alloc(dtp, sizeof (void *) * (dxp->dx_id + 1))) == NULL) {
121 bcopy(dtp->dt_xlatormap, map, sizeof (void *) * dxp->dx_id);
124 dtp->dt_xlatormap[dxp->dx_id] = dxp;
157 dxp->dx_souid.di_id = dxp->dx_id;
168 dxp->dx_ptrid.di_id = dxp->dx_id;
dt_as.c 164 assert(dxp->dx_id < dtp->dt_xlatorid);
175 if (pcb->pcb_asxrefs[dxp->dx_id] == NULL) {
176 pcb->pcb_asxrefs[dxp->dx_id] =
178 if (pcb->pcb_asxrefs[dxp->dx_id] == NULL)
185 BT_SET(pcb->pcb_asxrefs[dxp->dx_id], dnp->dn_membid);
dt_dof.c 260 * The translator itself is in sect ddo_xlimport[dxp->dx_id].
269 xlp->dofxr_xlator = ddo->ddo_xlimport[dxp->dx_id];
271 ddo->ddo_pgp->dp_xrefs[dxp->dx_id], dnp->dn_membid);
351 if (xst[dxp->dx_id] != DOF_SECIDX_NONE)
364 if (!BT_TEST(ddo->ddo_pgp->dp_xrefs[dxp->dx_id], i))
392 xst[dxp->dx_id] = dof_add_lsect(ddo, &dofxl, type,
697 if (dxp->dx_id < pgp->dp_xrefslen &&
698 pgp->dp_xrefs[dxp->dx_id] != NULL)
dt_dis.c 248 (uint_t)dp->dtdo_xlmtab[xlr]->dn_membexpr->dn_xlator->dx_id,
517 (uint_t)dxp->dx_id, dxp->dx_arg, dnp->dn_membname,
dt_parser.c 4422 if (dt_provider_xref(dtp, pvp, dxp->dx_id) != 0)

Completed in 21 milliseconds