Lines Matching refs:dmp
855 dt_module_t *dmp; in dt_decl_type() local
870 dmp = yypcb->pcb_idepth ? dtp->dt_cdefs : dtp->dt_ddefs; in dt_decl_type()
881 (dmp = dt_module_lookup_by_ctf(dtp, ddp->dd_ctfp)) != NULL) { in dt_decl_type()
882 tip->dtt_object = dmp->dm_name; in dt_decl_type()
971 if (tip->dtt_ctfp != dmp->dm_ctfp && in dt_decl_type()
972 tip->dtt_ctfp != ctf_parent_file(dmp->dm_ctfp)) { in dt_decl_type()
974 tip->dtt_type = ctf_add_type(dmp->dm_ctfp, in dt_decl_type()
976 tip->dtt_ctfp = dmp->dm_ctfp; in dt_decl_type()
995 tip->dtt_object = dmp->dm_name; in dt_decl_type()
996 tip->dtt_ctfp = dmp->dm_ctfp; in dt_decl_type()
997 tip->dtt_type = ctf_add_array(dmp->dm_ctfp, CTF_ADD_ROOT, &r); in dt_decl_type()
1069 type = ctf_add_forward(dmp->dm_ctfp, flag, in dt_decl_type()
1078 if (type == CTF_ERR || ctf_update(dmp->dm_ctfp) == CTF_ERR) { in dt_decl_type()
1080 name, ctf_errmsg(ctf_errno(dmp->dm_ctfp))); in dt_decl_type()
1084 ddp->dd_ctfp = dmp->dm_ctfp; in dt_decl_type()
1087 tip->dtt_object = dmp->dm_name; in dt_decl_type()
1088 tip->dtt_ctfp = dmp->dm_ctfp; in dt_decl_type()