Searched refs:di_type (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_ident.c102 dt_node_type_assign(dnp, idp->di_ctfp, idp->di_type);
143 idp->di_type = DT_DYN_TYPE(yypcb->pcb_hdl);
161 dt_node_type_assign(dnp, idp->di_ctfp, idp->di_type);
241 idp->di_type = DT_DYN_TYPE(dtp);
244 idp->di_type = dtt.dtt_type;
418 dnp->dn_ident->di_type = xidp->di_type;
464 idp->di_type = dtt.dtt_type;
466 dt_node_type_assign(dnp, idp->di_ctfp, idp->di_type);
473 if (idp->di_type
[all...]
H A Ddt_xlator.c139 dxp->dx_ident->di_type = src->dtt_type;
162 dxp->dx_souid.di_type = dst->dtt_type;
173 dxp->dx_ptrid.di_type = ptr.dtt_type;
330 if (ptr && dxp != NULL && dxp->dx_ptrid.di_type == CTF_ERR)
H A Ddt_ident.h83 ctf_id_t di_type; /* CTF identifier for the variable data type */ member in struct:dt_ident
H A Ddt_module.c814 idp->di_type = tip->dtt_type;
1099 ctf_type_size(idp->di_ctfp, idp->di_type);
1265 tip->dtt_type = idp->di_type;
H A Ddt_as.c132 dt_node_type_assign(&dn, idp->di_ctfp, idp->di_type);
H A Ddt_decl.c807 idp->di_type = dsp->ds_type;
H A Ddt_parser.c1569 * If the pre-existing ident has its di_type set, propagate
1576 if (idp != NULL && idp->di_type != CTF_ERR)
1577 dt_node_type_assign(&idn, idp->di_ctfp, idp->di_type);
2727 idp->di_type = dtt.dtt_type;
3458 type = idp->di_type;
3635 type = ctf_type_resolve(ctfp, idp->di_type);

Completed in 127 milliseconds