Home
last modified time | relevance | path

Searched refs:DT_STR_CTFP (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_impl.h436 #define DT_STR_CTFP(dtp) ((dtp)->dt_ddefs->dm_ctfp) macro
H A Ddt_parser.c955 return (dnp->dn_ctfp == DT_STR_CTFP(yypcb->pcb_hdl) && in dt_node_is_string()
1300 dt_node_type_assign(dnp, DT_STR_CTFP(dtp), DT_STR_TYPE(dtp), B_FALSE); in dt_node_string()
3108 dt_node_type_assign(dnp, DT_STR_CTFP(dtp), DT_STR_TYPE(dtp), in dt_cook_op1()
4056 ctfp = DT_STR_CTFP(yypcb->pcb_hdl); in dt_cook_op3()
4610 if (dnp->dn_ctfp == DT_STR_CTFP(dtp) && in dt_node_diftype()
H A Ddt_options.c782 ctf_file_t *fp = DT_STR_CTFP(dtp); in dt_opt_strsize()