Lines Matching defs:dxp
986 dt_xlator_t *dxp = idp->di_data;
1015 ctf_type_size(dxp->dx_dst_ctfp, dxp->dx_dst_base));
1026 dxp->dx_ident->di_flags |= DT_IDFLG_CGREG;
1027 dxp->dx_ident->di_id = dnp->dn_right->dn_reg;
1029 for (mnp = dxp->dx_members; mnp != NULL; mnp = mnp->dn_list) {
1043 if (ctf_member_info(dxp->dx_dst_ctfp, dxp->dx_dst_base,
1046 ctf_errno(dxp->dx_dst_ctfp);
1089 dxp->dx_ident->di_flags &= ~DT_IDFLG_CGREG;
1090 dxp->dx_ident->di_id = 0;
1614 dt_xlator_t *dxp = dnp->dn_xlator;
1616 assert(dxp->dx_ident->di_flags & DT_IDFLG_CGREG);
1617 assert(dxp->dx_ident->di_id != 0);
1622 if (dxp->dx_arg == -1) {
1624 dxp->dx_ident->di_id, dnp->dn_reg);
1667 dt_xlator_t *dxp;
1670 dxp = idp->di_data;
1671 mnp = dt_xlator_member(dxp, dnp->dn_right->dn_string);
1674 dxp->dx_ident->di_flags |= DT_IDFLG_CGREG;
1675 dxp->dx_ident->di_id = dnp->dn_left->dn_reg;
1681 dxp->dx_ident->di_flags &= ~DT_IDFLG_CGREG;
1682 dxp->dx_ident->di_id = 0;
1906 dt_xlator_t *dxp;
1943 dxp = dnp->dn_membxlator;
1946 dxp->dx_ident->di_flags |= DT_IDFLG_CGREG;
1947 dxp->dx_ident->di_id = dt_regset_alloc(pcb->pcb_regs);
1956 dt_regset_free(pcb->pcb_regs, dxp->dx_ident->di_id);
1957 dxp->dx_ident->di_id = 0;
1958 dxp->dx_ident->di_flags &= ~DT_IDFLG_CGREG;