Home
last modified time | relevance | path

Searched refs:dtt_ctfp (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_decl.c653 dtt.dtt_ctfp = dsp->ds_ctfp; in dt_decl_member()
663 if (dtt.dtt_ctfp != dsp->ds_ctfp && in dt_decl_member()
667 dtt.dtt_ctfp, dtt.dtt_type); in dt_decl_member()
668 dtt.dtt_ctfp = dsp->ds_ctfp; in dt_decl_member()
883 tip->dtt_ctfp = ddp->dd_ctfp; in dt_decl_type()
897 tip->dtt_ctfp = DT_FUNC_CTFP(dtp); in dt_decl_type()
910 tip->dtt_ctfp = DT_FPTR_CTFP(dtp); in dt_decl_type()
958 tip->dtt_ctfp = DT_DYN_CTFP(dtp); in dt_decl_type()
976 tip->dtt_ctfp = dmp->dm_ctfp; in dt_decl_type()
996 tip->dtt_ctfp = dmp->dm_ctfp; in dt_decl_type()
[all …]
H A Ddt_xlator.c127 ptr.dtt_ctfp = NULL; in dt_xlator_create()
138 dxp->dx_ident->di_ctfp = src->dtt_ctfp; in dt_xlator_create()
161 dxp->dx_souid.di_ctfp = dst->dtt_ctfp; in dt_xlator_create()
172 dxp->dx_ptrid.di_ctfp = ptr.dtt_ctfp; in dt_xlator_create()
188 dxp->dx_src_ctfp = src->dtt_ctfp; in dt_xlator_create()
190 dxp->dx_src_base = ctf_type_resolve(src->dtt_ctfp, src->dtt_type); in dt_xlator_create()
192 dxp->dx_dst_ctfp = dst->dtt_ctfp; in dt_xlator_create()
194 dxp->dx_dst_base = ctf_type_resolve(dst->dtt_ctfp, dst->dtt_type); in dt_xlator_create()
196 kind = ctf_type_kind(dst->dtt_ctfp, dxp->dx_dst_base); in dt_xlator_create()
343 src_dtt.dtt_ctfp = src_ctfp; in dt_xlator_lookup()
[all …]
H A Ddt_parser.c267 ctf_file_t *ctfp = tip->dtt_ctfp; in dt_type_pointer()
300 tip->dtt_ctfp = dmp->dm_ctfp; in dt_type_pointer()
1493 ott.dtt_ctfp, ott.dtt_type) != 0)) { in dt_node_decl()
1532 if (dtt.dtt_ctfp != dmp->dm_ctfp && in dt_node_decl()
1536 dtt.dtt_ctfp, dtt.dtt_type); in dt_node_decl()
1537 dtt.dtt_ctfp = dmp->dm_ctfp; in dt_node_decl()
1650 dt_type_name(dtt.dtt_ctfp, in dt_node_decl()
2491 kind = ctf_type_kind(dst.dtt_ctfp, in dt_node_xlator()
2795 idp->di_ctfp = dtt.dtt_ctfp; in dt_xcook_ident()
3079 dtt.dtt_ctfp = cp->dn_ctfp; in dt_cook_op1()
[all …]
H A Ddt_provider.c331 dtt.dtt_ctfp = NULL; in dt_probe_discover()
335 dtt.dtt_ctfp, dtt.dtt_type, in dt_probe_discover()
351 dtt.dtt_ctfp = NULL; in dt_probe_discover()
355 dtt.dtt_ctfp, dtt.dtt_type, B_FALSE); in dt_probe_discover()
475 prp->pr_argv[i].dtt_ctfp = xargs->dn_ctfp; in dt_probe_create()
642 dtt.dtt_ctfp = DT_DYN_CTFP(dtp); in dt_probe_tag()
647 ctf_update(dtt.dtt_ctfp) == CTF_ERR) { in dt_probe_tag()
649 tag, ctf_errmsg(ctf_errno(dtt.dtt_ctfp))); in dt_probe_tag()
656 dt_node_type_assign(dnp, dtt.dtt_ctfp, dtt.dtt_type, B_FALSE); in dt_probe_tag()
H A Ddt_ident.c238 idp->di_ctfp = dtt.dtt_ctfp; in dt_idcook_func()
301 dtt.dtt_ctfp, dtt.dtt_type, B_FALSE); in dt_idcook_func()
387 prp->pr_argv[ap->dn_value].dtt_ctfp, in dt_idcook_args()
462 idp->di_ctfp = dtt.dtt_ctfp; in dt_idcook_regs()
483 idp->di_ctfp = dtt.dtt_ctfp; in dt_idcook_type()
H A Ddt_module.c999 idp->di_ctfp = tip->dtt_ctfp; in dt_module_extern()
1464 tip->dtt_ctfp = fp; in dtrace_lookup_by_type()
1487 tip->dtt_ctfp = NULL; in dtrace_symbol_type()
1501 tip->dtt_ctfp = idp->di_ctfp; in dtrace_symbol_type()
1508 tip->dtt_ctfp = dmp->dm_ctfp; in dtrace_symbol_type()
1512 dtp->dt_ctferr = ctf_errno(tip->dtt_ctfp); in dtrace_symbol_type()
1517 tip->dtt_ctfp = DT_FPTR_CTFP(dtp); in dtrace_symbol_type()
H A Ddt_printf.c716 dtt.dtt_ctfp = NULL; in dt_pfdict_create()
730 pfc->pfc_dctfp = dtt.dtt_ctfp; in dt_pfdict_create()
740 pfc->pfc_cctfp = dtt.dtt_ctfp; in dt_pfdict_create()
1051 dt_node_type_assign(&aggnode, dtt.dtt_ctfp, dtt.dtt_type, B_FALSE); in dt_printf_validate()
H A Ddtrace.h504 ctf_file_t *dtt_ctfp; /* CTF container handle */ member
H A Ddt_cg.c81 dtt.dtt_ctfp == fp && dtt.dtt_type == type)) in dt_cg_membinfo()
84 fp = dtt.dtt_ctfp; in dt_cg_membinfo()
H A Ddt_open.c1268 dtp->dt_ints[i].did_ctfp = dtt.dtt_ctfp; in dt_vopen()
/illumos-gate/usr/src/cmd/dtrace/test/cmd/chkargs/
H A Dchkargs.c77 ctf_type_name(p.dtp_argv[i].dtt_ctfp, in probe()
/illumos-gate/usr/src/cmd/dtrace/
H A Ddtrace.c520 if (ctf_type_name(p->dtp_argv[i].dtt_ctfp, in print_probe_info()