Lines Matching refs:dmp
832 dt_module_t *dmp; in dt_decl_type() local
847 dmp = yypcb->pcb_idepth ? dtp->dt_cdefs : dtp->dt_ddefs; in dt_decl_type()
858 (dmp = dt_module_lookup_by_ctf(dtp, ddp->dd_ctfp)) != NULL) { in dt_decl_type()
859 tip->dtt_object = dmp->dm_name; in dt_decl_type()
948 if (tip->dtt_ctfp != dmp->dm_ctfp && in dt_decl_type()
949 tip->dtt_ctfp != ctf_parent_file(dmp->dm_ctfp)) { in dt_decl_type()
951 tip->dtt_type = ctf_add_type(dmp->dm_ctfp, in dt_decl_type()
953 tip->dtt_ctfp = dmp->dm_ctfp; in dt_decl_type()
972 tip->dtt_object = dmp->dm_name; in dt_decl_type()
973 tip->dtt_ctfp = dmp->dm_ctfp; in dt_decl_type()
974 tip->dtt_type = ctf_add_array(dmp->dm_ctfp, CTF_ADD_ROOT, &r); in dt_decl_type()
1046 type = ctf_add_forward(dmp->dm_ctfp, flag, in dt_decl_type()
1055 if (type == CTF_ERR || ctf_update(dmp->dm_ctfp) == CTF_ERR) { in dt_decl_type()
1057 name, ctf_errmsg(ctf_errno(dmp->dm_ctfp))); in dt_decl_type()
1061 ddp->dd_ctfp = dmp->dm_ctfp; in dt_decl_type()
1064 tip->dtt_object = dmp->dm_name; in dt_decl_type()
1065 tip->dtt_ctfp = dmp->dm_ctfp; in dt_decl_type()