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

/freebsd-10-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_ident.c149 idp->di_ctfp = DT_DYN_CTFP(yypcb->pcb_hdl);
244 idp->di_ctfp = DT_DYN_CTFP(dtp);
426 dt_node_type_assign(dnp, DT_DYN_CTFP(dtp), DT_DYN_TYPE(dtp),
H A Ddt_decl.c541 if (dtt.dtt_ctfp == DT_DYN_CTFP(yypcb->pcb_hdl) &&
919 tip->dtt_ctfp = DT_DYN_CTFP(dtp);
H A Ddt_provider.c646 dtt.dtt_ctfp = DT_DYN_CTFP(dtp);
647 dtt.dtt_type = ctf_add_typedef(DT_DYN_CTFP(dtp),
H A Ddt_impl.h417 #define DT_DYN_CTFP(dtp) ((dtp)->dt_ddefs->dm_ctfp) macro
H A Ddt_parser.c73 * 2. dn_ctfp = DT_DYN_CTFP(dtp), dn_type = DT_DYN_TYPE(dtp)
320 else if (ctfp == DT_DYN_CTFP(dtp) && type == DT_DYN_TYPE(dtp))
708 else if (yypcb != NULL && fp == DT_DYN_CTFP(yypcb->pcb_hdl) &&
948 return (dnp->dn_ctfp == DT_DYN_CTFP(yypcb->pcb_hdl) &&
2712 DT_DYN_CTFP(dtp), DT_DYN_TYPE(dtp), B_FALSE);
2837 DT_DYN_CTFP(dtp), DT_DYN_TYPE(dtp), B_FALSE);
3900 dt_node_type_assign(dnp, DT_DYN_CTFP(dtp), DT_DYN_TYPE(dtp),
4099 dt_node_type_assign(dnp, DT_DYN_CTFP(dtp), DT_DYN_TYPE(dtp),
4322 dt_node_type_assign(dnp, DT_DYN_CTFP(dtp), DT_DYN_TYPE(dtp), B_FALSE);

Completed in 72 milliseconds