Lines Matching refs:dxp

1007 		dt_xlator_t *dxp = idp->di_data;  in dt_cg_asgn_op()  local
1034 ctf_type_size(dxp->dx_dst_ctfp, dxp->dx_dst_base)); in dt_cg_asgn_op()
1045 dxp->dx_ident->di_flags |= DT_IDFLG_CGREG; in dt_cg_asgn_op()
1046 dxp->dx_ident->di_id = dnp->dn_right->dn_reg; in dt_cg_asgn_op()
1048 for (mnp = dxp->dx_members; mnp != NULL; mnp = mnp->dn_list) { in dt_cg_asgn_op()
1062 if (ctf_member_info(dxp->dx_dst_ctfp, dxp->dx_dst_base, in dt_cg_asgn_op()
1065 ctf_errno(dxp->dx_dst_ctfp); in dt_cg_asgn_op()
1107 dxp->dx_ident->di_flags &= ~DT_IDFLG_CGREG; in dt_cg_asgn_op()
1108 dxp->dx_ident->di_id = 0; in dt_cg_asgn_op()
1374 dt_xlator_t *dxp; in dt_cg_xlate_member() local
1381 dxp = idp->di_data; in dt_cg_xlate_member()
1382 mnp = dt_xlator_member(dxp, name); in dt_cg_xlate_member()
1388 dxp->dx_ident->di_flags |= DT_IDFLG_CGREG; in dt_cg_xlate_member()
1389 dxp->dx_ident->di_id = dx->dtxl_sreg; in dt_cg_xlate_member()
1393 dxp->dx_ident->di_flags &= ~DT_IDFLG_CGREG; in dt_cg_xlate_member()
1394 dxp->dx_ident->di_id = 0; in dt_cg_xlate_member()
1790 dt_xlator_t *dxp = dnp->dn_xlator; in dt_cg_node() local
1792 assert(dxp->dx_ident->di_flags & DT_IDFLG_CGREG); in dt_cg_node()
1793 assert(dxp->dx_ident->di_id != 0); in dt_cg_node()
1797 if (dxp->dx_arg == -1) { in dt_cg_node()
1799 dxp->dx_ident->di_id, dnp->dn_reg); in dt_cg_node()
1842 dt_xlator_t *dxp; in dt_cg_node() local
1845 dxp = idp->di_data; in dt_cg_node()
1846 mnp = dt_xlator_member(dxp, dnp->dn_right->dn_string); in dt_cg_node()
1849 dxp->dx_ident->di_flags |= DT_IDFLG_CGREG; in dt_cg_node()
1850 dxp->dx_ident->di_id = dnp->dn_left->dn_reg; in dt_cg_node()
1856 dxp->dx_ident->di_flags &= ~DT_IDFLG_CGREG; in dt_cg_node()
1857 dxp->dx_ident->di_id = 0; in dt_cg_node()
2073 dt_xlator_t *dxp; in dt_cg() local
2111 dxp = dnp->dn_membxlator; in dt_cg()
2114 dxp->dx_ident->di_flags |= DT_IDFLG_CGREG; in dt_cg()
2115 dxp->dx_ident->di_id = dt_regset_alloc(pcb->pcb_regs); in dt_cg()
2132 dt_regset_free(pcb->pcb_regs, dxp->dx_ident->di_id); in dt_cg()
2133 dxp->dx_ident->di_id = 0; in dt_cg()
2134 dxp->dx_ident->di_flags &= ~DT_IDFLG_CGREG; in dt_cg()