Searched refs:di_ctfp (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);
149 idp->di_ctfp = DT_DYN_CTFP(yypcb->pcb_hdl);
168 dt_node_type_assign(dnp, idp->di_ctfp, idp->di_type, B_FALSE);
219 * the return type and store its CTF data in di_ctfp/type.
244 idp->di_ctfp = DT_DYN_CTFP(dtp);
247 idp->di_ctfp = dtt.dtt_ctfp;
423 dnp->dn_ident->di_ctfp = xidp->di_ctfp;
470 idp->di_ctfp = dtt.dtt_ctfp;
473 dt_node_type_assign(dnp, idp->di_ctfp, id
[all...]
H A Ddt_xlator.c138 dxp->dx_ident->di_ctfp = src->dtt_ctfp;
161 dxp->dx_souid.di_ctfp = dst->dtt_ctfp;
172 dxp->dx_ptrid.di_ctfp = ptr.dtt_ctfp;
H A Ddt_ident.h80 ctf_file_t *di_ctfp; /* CTF container 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.c1081 idp->di_ctfp = tip->dtt_ctfp;
1511 ctf_type_size(idp->di_ctfp, idp->di_type);
1703 tip->dtt_ctfp = idp->di_ctfp;
H A Ddt_decl.c801 idp->di_ctfp = dsp->ds_ctfp;
H A Ddt_parser.c1621 dt_node_type_assign(&idn, idp->di_ctfp, idp->di_type,
2789 idp->di_ctfp = dtt.dtt_ctfp;
2968 dnp->dn_ident->di_ctfp, dnp->dn_ident->di_type,
3558 ctfp = idp->di_ctfp;
3712 ctfp = idp->di_ctfp;
H A Ddt_cg.c1486 size = ctf_type_size(dnp->dn_ident->di_ctfp, dnp->dn_ident->di_type);
1505 (void) ctf_member_iter(dnp->dn_ident->di_ctfp,

Completed in 94 milliseconds