Lines Matching refs:dxp

1012 		dt_xlator_t *dxp = idp->di_data;  in dt_cg_asgn_op()  local
1039 ctf_type_size(dxp->dx_dst_ctfp, dxp->dx_dst_base)); in dt_cg_asgn_op()
1050 dxp->dx_ident->di_flags |= DT_IDFLG_CGREG; in dt_cg_asgn_op()
1051 dxp->dx_ident->di_id = dnp->dn_right->dn_reg; in dt_cg_asgn_op()
1053 for (mnp = dxp->dx_members; mnp != NULL; mnp = mnp->dn_list) { in dt_cg_asgn_op()
1067 if (ctf_member_info(dxp->dx_dst_ctfp, dxp->dx_dst_base, in dt_cg_asgn_op()
1070 ctf_errno(dxp->dx_dst_ctfp); in dt_cg_asgn_op()
1112 dxp->dx_ident->di_flags &= ~DT_IDFLG_CGREG; in dt_cg_asgn_op()
1113 dxp->dx_ident->di_id = 0; in dt_cg_asgn_op()
1396 dt_xlator_t *dxp; in dt_cg_xlate_member() local
1403 dxp = idp->di_data; in dt_cg_xlate_member()
1404 mnp = dt_xlator_member(dxp, name); in dt_cg_xlate_member()
1410 dxp->dx_ident->di_flags |= DT_IDFLG_CGREG; in dt_cg_xlate_member()
1411 dxp->dx_ident->di_id = dx->dtxl_sreg; in dt_cg_xlate_member()
1415 dxp->dx_ident->di_flags &= ~DT_IDFLG_CGREG; in dt_cg_xlate_member()
1416 dxp->dx_ident->di_id = 0; in dt_cg_xlate_member()
1428 size = ctf_type_size(dxp->dx_dst_ctfp, type); in dt_cg_xlate_member()
1813 dt_xlator_t *dxp = dnp->dn_xlator; in dt_cg_node() local
1815 assert(dxp->dx_ident->di_flags & DT_IDFLG_CGREG); in dt_cg_node()
1816 assert(dxp->dx_ident->di_id != 0); in dt_cg_node()
1820 if (dxp->dx_arg == -1) { in dt_cg_node()
1822 dxp->dx_ident->di_id, dnp->dn_reg); in dt_cg_node()
1865 dt_xlator_t *dxp; in dt_cg_node() local
1868 dxp = idp->di_data; in dt_cg_node()
1869 mnp = dt_xlator_member(dxp, dnp->dn_right->dn_string); in dt_cg_node()
1872 dxp->dx_ident->di_flags |= DT_IDFLG_CGREG; in dt_cg_node()
1873 dxp->dx_ident->di_id = dnp->dn_left->dn_reg; in dt_cg_node()
1879 dxp->dx_ident->di_flags &= ~DT_IDFLG_CGREG; in dt_cg_node()
1880 dxp->dx_ident->di_id = 0; in dt_cg_node()
2096 dt_xlator_t *dxp; in dt_cg() local
2134 dxp = dnp->dn_membxlator; in dt_cg()
2137 dxp->dx_ident->di_flags |= DT_IDFLG_CGREG; in dt_cg()
2138 dxp->dx_ident->di_id = dt_regset_alloc(pcb->pcb_regs); in dt_cg()
2155 dt_regset_free(pcb->pcb_regs, dxp->dx_ident->di_id); in dt_cg()
2156 dxp->dx_ident->di_id = 0; in dt_cg()
2157 dxp->dx_ident->di_flags &= ~DT_IDFLG_CGREG; in dt_cg()