Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_ident.c149 idp->di_ctfp = DT_DYN_CTFP(yypcb->pcb_hdl); in dt_idcook_assc()
246 idp->di_ctfp = DT_DYN_CTFP(dtp); in dt_idcook_func()
428 dt_node_type_assign(dnp, DT_DYN_CTFP(dtp), DT_DYN_TYPE(dtp), in dt_idcook_args()
H A Ddt_provider.c645 dtt.dtt_ctfp = DT_DYN_CTFP(dtp); in dt_probe_tag()
646 dtt.dtt_type = ctf_add_typedef(DT_DYN_CTFP(dtp), in dt_probe_tag()
H A Ddt_decl.c541 if (dtt.dtt_ctfp == DT_DYN_CTFP(yypcb->pcb_hdl) && in dt_decl_member()
919 tip->dtt_ctfp = DT_DYN_CTFP(dtp); in dt_decl_type()
H A Ddt_parser.c320 else if (ctfp == DT_DYN_CTFP(dtp) && type == DT_DYN_TYPE(dtp)) in dt_type_name()
708 else if (yypcb != NULL && fp == DT_DYN_CTFP(yypcb->pcb_hdl) && in dt_node_type_assign()
948 return (dnp->dn_ctfp == DT_DYN_CTFP(yypcb->pcb_hdl) && in dt_node_is_dynamic()
2753 DT_DYN_CTFP(dtp), DT_DYN_TYPE(dtp), B_FALSE); in dt_xcook_ident()
2889 DT_DYN_CTFP(dtp), DT_DYN_TYPE(dtp), B_FALSE); in dt_xcook_ident()
3945 dt_node_type_assign(dnp, DT_DYN_CTFP(dtp), DT_DYN_TYPE(dtp), in dt_cook_op2()
4144 dt_node_type_assign(dnp, DT_DYN_CTFP(dtp), DT_DYN_TYPE(dtp), in dt_cook_aggregation()
4367 dt_node_type_assign(dnp, DT_DYN_CTFP(dtp), DT_DYN_TYPE(dtp), B_FALSE); in dt_cook_xlator()
H A Ddt_impl.h443 #define DT_DYN_CTFP(dtp) ((dtp)->dt_ddefs->dm_ctfp) macro