Searched refs:DT_DYN_CTFP (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_ident.c142 idp->di_ctfp = DT_DYN_CTFP(yypcb->pcb_hdl);
240 idp->di_ctfp = DT_DYN_CTFP(dtp);
420 dt_node_type_assign(dnp, DT_DYN_CTFP(dtp), DT_DYN_TYPE(dtp));
H A Ddt_decl.c543 if (dtt.dtt_ctfp == DT_DYN_CTFP(yypcb->pcb_hdl) &&
919 tip->dtt_ctfp = DT_DYN_CTFP(dtp);
H A Ddt_provider.c627 dtt.dtt_ctfp = DT_DYN_CTFP(dtp);
628 dtt.dtt_type = ctf_add_typedef(DT_DYN_CTFP(dtp),
H A Ddt_parser.c68 * 2. dn_ctfp = DT_DYN_CTFP(dtp), dn_type = DT_DYN_TYPE(dtp)
303 else if (ctfp == DT_DYN_CTFP(dtp) && type == DT_DYN_TYPE(dtp))
690 else if (yypcb != NULL && fp == DT_DYN_CTFP(yypcb->pcb_hdl) &&
905 return (dnp->dn_ctfp == DT_DYN_CTFP(yypcb->pcb_hdl) &&
2659 DT_DYN_CTFP(dtp), DT_DYN_TYPE(dtp));
2782 DT_DYN_CTFP(dtp), DT_DYN_TYPE(dtp));
2902 DT_DYN_CTFP(dtp), DT_DYN_TYPE(dtp));
3825 dt_node_type_assign(dnp, DT_DYN_CTFP(dtp), DT_DYN_TYPE(dtp));
4015 dt_node_type_assign(dnp, DT_DYN_CTFP(dtp), DT_DYN_TYPE(dtp));
4236 dt_node_type_assign(dnp, DT_DYN_CTFP(dt
[all...]
H A Ddt_impl.h379 #define DT_DYN_CTFP(dtp) ((dtp)->dt_ddefs->dm_ctfp) macro

Completed in 65 milliseconds