Lines Matching full:dmp
816 dt_module_t *dmp; in dt_decl_type() local
831 dmp = yypcb->pcb_idepth ? dtp->dt_cdefs : dtp->dt_ddefs; in dt_decl_type()
842 (dmp = dt_module_lookup_by_ctf(dtp, ddp->dd_ctfp)) != NULL) { in dt_decl_type()
843 tip->dtt_object = dmp->dm_name; in dt_decl_type()
932 if (tip->dtt_ctfp != dmp->dm_ctfp && in dt_decl_type()
933 tip->dtt_ctfp != ctf_parent_file(dmp->dm_ctfp)) { in dt_decl_type()
935 tip->dtt_type = ctf_add_type(dmp->dm_ctfp, in dt_decl_type()
937 tip->dtt_ctfp = dmp->dm_ctfp; in dt_decl_type()
956 tip->dtt_object = dmp->dm_name; in dt_decl_type()
957 tip->dtt_ctfp = dmp->dm_ctfp; in dt_decl_type()
958 tip->dtt_type = ctf_add_array(dmp->dm_ctfp, CTF_ADD_ROOT, &r); in dt_decl_type()
1030 type = ctf_add_forward(dmp->dm_ctfp, flag, in dt_decl_type()
1039 if (type == CTF_ERR || ctf_update(dmp->dm_ctfp) == CTF_ERR) { in dt_decl_type()
1041 name, ctf_errmsg(ctf_errno(dmp->dm_ctfp))); in dt_decl_type()
1045 ddp->dd_ctfp = dmp->dm_ctfp; in dt_decl_type()
1048 tip->dtt_object = dmp->dm_name; in dt_decl_type()
1049 tip->dtt_ctfp = dmp->dm_ctfp; in dt_decl_type()