Searched refs:dx_ident (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_xlator.h46 dt_ident_t *dx_ident; /* identifier ref for input param */ member in struct:dt_xlator
H A Ddt_xlator.c129 dxp->dx_ident = dt_ident_create(name ? name : "T",
133 if (dxp->dx_ident == NULL)
136 dxp->dx_ident->di_ctfp = src->dtt_ctfp;
137 dxp->dx_ident->di_type = src->dtt_type;
149 dt_idhash_xinsert(dxp->dx_locals, dxp->dx_ident);
244 else if (dxp->dx_ident != NULL)
245 dt_ident_destroy(dxp->dx_ident);
H A Ddt_cg.c1026 dxp->dx_ident->di_flags |= DT_IDFLG_CGREG;
1027 dxp->dx_ident->di_id = dnp->dn_right->dn_reg;
1089 dxp->dx_ident->di_flags &= ~DT_IDFLG_CGREG;
1090 dxp->dx_ident->di_id = 0;
1616 assert(dxp->dx_ident->di_flags & DT_IDFLG_CGREG);
1617 assert(dxp->dx_ident->di_id != 0);
1624 dxp->dx_ident->di_id, dnp->dn_reg);
1674 dxp->dx_ident->di_flags |= DT_IDFLG_CGREG;
1675 dxp->dx_ident->di_id = dnp->dn_left->dn_reg;
1681 dxp->dx_ident
[all...]

Completed in 26 milliseconds