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

/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_ident.c109 dt_node_type_assign(dnp, idp->di_ctfp, idp->di_type, B_FALSE);
150 idp->di_type = DT_DYN_TYPE(yypcb->pcb_hdl);
168 dt_node_type_assign(dnp, idp->di_ctfp, idp->di_type, B_FALSE);
245 idp->di_type = DT_DYN_TYPE(dtp);
248 idp->di_type = dtt.dtt_type;
424 dnp->dn_ident->di_type = xidp->di_type;
471 idp->di_type = dtt.dtt_type;
473 dt_node_type_assign(dnp, idp->di_ctfp, idp->di_type, B_FALSE);
480 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;
331 if (ptr && dxp != NULL && dxp->dx_ptrid.di_type == CTF_ERR)
H A Ddt_ident.h81 ctf_id_t di_type; /* CTF identifier for the variable data type */ member in struct:dt_ident
H A Ddt_as.c130 dt_node_type_assign(&dn, idp->di_ctfp, idp->di_type, B_FALSE);
H A Ddt_module.c1082 idp->di_type = tip->dtt_type;
1511 ctf_type_size(idp->di_ctfp, idp->di_type);
1704 tip->dtt_type = idp->di_type;
H A Ddt_parser.c1613 * If the pre-existing ident has its di_type set, propagate
1620 if (idp != NULL && idp->di_type != CTF_ERR)
1621 dt_node_type_assign(&idn, idp->di_ctfp, idp->di_type,
2790 idp->di_type = dtt.dtt_type;
2968 dnp->dn_ident->di_ctfp, dnp->dn_ident->di_type,
3559 type = idp->di_type;
3713 type = ctf_type_resolve(ctfp, idp->di_type);
H A Ddt_decl.c802 idp->di_type = dsp->ds_type;
H A Ddt_cg.c1486 size = ctf_type_size(dnp->dn_ident->di_ctfp, dnp->dn_ident->di_type);
1506 dnp->dn_ident->di_type, dt_cg_xlate_member,

Completed in 195 milliseconds