Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_decl.c646 if (dtt.dtt_type == CTF_ERR || in dt_decl_member()
667 dtt.dtt_ctfp, dtt.dtt_type); in dt_decl_member()
670 if (dtt.dtt_type == CTF_ERR || in dt_decl_member()
884 tip->dtt_type = ddp->dd_type; in dt_decl_type()
898 tip->dtt_type = DT_FUNC_TYPE(dtp); in dt_decl_type()
911 tip->dtt_type = DT_FPTR_TYPE(dtp); in dt_decl_type()
959 tip->dtt_type = DT_DYN_TYPE(dtp); in dt_decl_type()
978 if (tip->dtt_type == CTF_ERR || in dt_decl_type()
990 r.ctr_contents = tip->dtt_type; in dt_decl_type()
999 if (tip->dtt_type == CTF_ERR || in dt_decl_type()
[all …]
H A Ddt_xlator.c128 ptr.dtt_type = CTF_ERR; in dt_xlator_create()
139 dxp->dx_ident->di_type = src->dtt_type; in dt_xlator_create()
162 dxp->dx_souid.di_type = dst->dtt_type; in dt_xlator_create()
173 dxp->dx_ptrid.di_type = ptr.dtt_type; in dt_xlator_create()
189 dxp->dx_src_type = src->dtt_type; in dt_xlator_create()
190 dxp->dx_src_base = ctf_type_resolve(src->dtt_ctfp, src->dtt_type); in dt_xlator_create()
193 dxp->dx_dst_type = dst->dtt_type; in dt_xlator_create()
194 dxp->dx_dst_base = ctf_type_resolve(dst->dtt_ctfp, dst->dtt_type); in dt_xlator_create()
344 src_dtt.dtt_type = src_type; in dt_xlator_lookup()
348 dst_dtt.dtt_type = dst_type; in dt_xlator_lookup()
H A Ddt_provider.c332 dtt.dtt_type = CTF_ERR; in dt_probe_discover()
335 dtt.dtt_ctfp, dtt.dtt_type, in dt_probe_discover()
339 if (dtt.dtt_type != CTF_ERR && (adp->dtargd_xlate[0] == '\0' || in dt_probe_discover()
352 dtt.dtt_type = CTF_ERR; in dt_probe_discover()
355 dtt.dtt_ctfp, dtt.dtt_type, B_FALSE); in dt_probe_discover()
476 prp->pr_argv[i].dtt_type = xargs->dn_type; in dt_probe_create()
643 dtt.dtt_type = ctf_add_typedef(DT_DYN_CTFP(dtp), in dt_probe_tag()
646 if (dtt.dtt_type == CTF_ERR || 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_parser.c268 ctf_id_t type = tip->dtt_type; in dt_type_pointer()
277 tip->dtt_type = ptr; in dt_type_pointer()
301 tip->dtt_type = ptr; in dt_type_pointer()
1492 ctf_type_cmp(dtt.dtt_ctfp, dtt.dtt_type, in dt_node_decl()
1493 ott.dtt_ctfp, ott.dtt_type) != 0)) { in dt_node_decl()
1535 dtt.dtt_type = ctf_add_type(dmp->dm_ctfp, in dt_node_decl()
1536 dtt.dtt_ctfp, dtt.dtt_type); in dt_node_decl()
1539 if (dtt.dtt_type == CTF_ERR || in dt_node_decl()
1651 dtt.dtt_type, n1, sizeof (n1)), in dt_node_decl()
2796 idp->di_type = dtt.dtt_type; in dt_xcook_ident()
[all …]
H A Ddt_ident.c239 idp->di_type = dtt.dtt_type; in dt_idcook_func()
301 dtt.dtt_ctfp, dtt.dtt_type, B_FALSE); in dt_idcook_func()
388 prp->pr_argv[ap->dn_value].dtt_type, in dt_idcook_args()
463 idp->di_type = dtt.dtt_type; in dt_idcook_regs()
484 idp->di_type = dtt.dtt_type; in dt_idcook_type()
H A Ddt_module.c1000 idp->di_type = tip->dtt_type; in dt_module_extern()
1465 tip->dtt_type = id; in dtrace_lookup_by_type()
1488 tip->dtt_type = CTF_ERR; in dtrace_symbol_type()
1502 tip->dtt_type = idp->di_type; in dtrace_symbol_type()
1509 tip->dtt_type = ctf_lookup_by_symbol(dmp->dm_ctfp, sip->dts_id); in dtrace_symbol_type()
1511 if (tip->dtt_type == CTF_ERR) { in dtrace_symbol_type()
1518 tip->dtt_type = DT_FPTR_TYPE(dtp); in dtrace_symbol_type()
H A Ddt_printf.c717 dtt.dtt_type = CTF_ERR; in dt_pfdict_create()
731 pfc->pfc_dtype = dtt.dtt_type; in dt_pfdict_create()
741 pfc->pfc_ctype = dtt.dtt_type; 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.h505 ctf_id_t dtt_type; /* CTF type identifier */ member
H A Ddt_cg.c81 dtt.dtt_ctfp == fp && dtt.dtt_type == type)) in dt_cg_membinfo()
85 type = ctf_type_resolve(fp, dtt.dtt_type); in dt_cg_membinfo()
H A Ddt_open.c1269 dtp->dt_ints[i].did_type = dtt.dtt_type; in dt_vopen()
/illumos-gate/usr/src/cmd/dtrace/test/cmd/chkargs/
H A Dchkargs.c58 if (p.dtp_argv[i].dtt_type == CTF_ERR) { in probe()
78 p.dtp_argv[i].dtt_type, buf, sizeof (buf))); in probe()
/illumos-gate/usr/src/cmd/dtrace/
H A Ddtrace.c521 p->dtp_argv[i].dtt_type, buf, sizeof (buf)) == NULL) in print_probe_info()