Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_xlator.c111 dxp->dx_id = dtp->dt_xlatorid++; in dt_xlator_create()
115 if ((map = dt_alloc(dtp, sizeof (void *) * (dxp->dx_id + 1))) == NULL) { in dt_xlator_create()
121 bcopy(dtp->dt_xlatormap, map, sizeof (void *) * dxp->dx_id); in dt_xlator_create()
124 dtp->dt_xlatormap[dxp->dx_id] = dxp; in dt_xlator_create()
157 dxp->dx_souid.di_id = dxp->dx_id; in dt_xlator_create()
168 dxp->dx_ptrid.di_id = dxp->dx_id; in dt_xlator_create()
H A Ddt_as.c164 assert(dxp->dx_id < dtp->dt_xlatorid); in dt_as_xlate()
175 if (pcb->pcb_asxrefs[dxp->dx_id] == NULL) { in dt_as_xlate()
176 pcb->pcb_asxrefs[dxp->dx_id] = in dt_as_xlate()
178 if (pcb->pcb_asxrefs[dxp->dx_id] == NULL) in dt_as_xlate()
185 BT_SET(pcb->pcb_asxrefs[dxp->dx_id], dnp->dn_membid); in dt_as_xlate()
H A Ddt_dof.c265 xlp->dofxr_xlator = ddo->ddo_xlimport[dxp->dx_id]; in dof_add_difo()
267 ddo->ddo_pgp->dp_xrefs[dxp->dx_id], dnp->dn_membid); in dof_add_difo()
347 if (xst[dxp->dx_id] != DOF_SECIDX_NONE) in dof_add_translator()
360 if (!BT_TEST(ddo->ddo_pgp->dp_xrefs[dxp->dx_id], i)) in dof_add_translator()
388 xst[dxp->dx_id] = dof_add_lsect(ddo, &dofxl, type, in dof_add_translator()
703 if (dxp->dx_id < pgp->dp_xrefslen && in dtrace_dof_create()
704 pgp->dp_xrefs[dxp->dx_id] != NULL) in dtrace_dof_create()
H A Ddt_xlator.h59 id_t dx_id; /* global translator id */ member
H A Ddt_dis.c261 (uint_t)dp->dtdo_xlmtab[xlr]->dn_membexpr->dn_xlator->dx_id, in dt_dis_xlate()
531 (uint_t)dxp->dx_id, dxp->dx_arg, dnp->dn_membname, in dt_dis()
H A Ddt_parser.c4429 if (dt_provider_xref(dtp, pvp, dxp->dx_id) != 0) in dt_cook_probe()