Home
last modified time | relevance | path

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

/netbsd/src/external/cddl/osnet/dist/lib/libdtrace/common/
Ddt_decl.c542 dtt.dtt_type == DT_DYN_TYPE(yypcb->pcb_hdl)) { in dt_decl_member()
547 base = ctf_type_resolve(dtt.dtt_ctfp, dtt.dtt_type); in dt_decl_member()
554 "%s\n", dt_type_name(dtt.dtt_ctfp, dtt.dtt_type, in dt_decl_member()
602 dtt.dtt_type = ctf_add_integer(dsp->ds_ctfp, in dt_decl_member()
604 dtt.dtt_type, n, sizeof (n)), &cte); in dt_decl_member()
606 if (dtt.dtt_type == CTF_ERR || in dt_decl_member()
626 dtt.dtt_type = ctf_add_type(dsp->ds_ctfp, in dt_decl_member()
627 dtt.dtt_ctfp, dtt.dtt_type); in dt_decl_member()
630 if (dtt.dtt_type == CTF_ERR || in dt_decl_member()
638 ident, dtt.dtt_type) == CTF_ERR) { in dt_decl_member()
[all …]
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()
Ddt_provider.c336 dtt.dtt_type = CTF_ERR; in dt_probe_discover()
339 dtt.dtt_ctfp, dtt.dtt_type, in dt_probe_discover()
343 if (dtt.dtt_type != CTF_ERR && (adp->dtargd_xlate[0] == '\0' || in dt_probe_discover()
356 dtt.dtt_type = CTF_ERR; in dt_probe_discover()
359 dtt.dtt_ctfp, dtt.dtt_type, B_FALSE); in dt_probe_discover()
480 prp->pr_argv[i].dtt_type = xargs->dn_type; in dt_probe_create()
645 dtt.dtt_type = ctf_add_typedef(DT_DYN_CTFP(dtp), in dt_probe_tag()
648 if (dtt.dtt_type == CTF_ERR || in dt_probe_tag()
658 dt_node_type_assign(dnp, dtt.dtt_ctfp, dtt.dtt_type, B_FALSE); in dt_probe_tag()
Ddt_parser.c272 ctf_id_t type = tip->dtt_type; in dt_type_pointer()
281 tip->dtt_type = ptr; in dt_type_pointer()
305 tip->dtt_type = ptr; in dt_type_pointer()
1377 dt_node_type_assign(dnp, dtt.dtt_ctfp, dtt.dtt_type, dtt.dtt_flags); in dt_node_type()
1464 if (ctf_type_kind(dtt.dtt_ctfp, dtt.dtt_type) == CTF_K_FUNCTION && in dt_node_decl()
1485 ctf_type_cmp(dtt.dtt_ctfp, dtt.dtt_type, in dt_node_decl()
1486 ott.dtt_ctfp, ott.dtt_type) != 0)) { in dt_node_decl()
1490 dt_type_name(dtt.dtt_ctfp, dtt.dtt_type, in dt_node_decl()
1492 dt_type_name(ott.dtt_ctfp, ott.dtt_type, in dt_node_decl()
1502 dt_type_name(dtt.dtt_ctfp, dtt.dtt_type, in dt_node_decl()
[all …]
Ddt_ident.c248 idp->di_type = dtt.dtt_type; in dt_idcook_func()
309 dtt.dtt_ctfp, dtt.dtt_type, B_FALSE); in dt_idcook_func()
396 prp->pr_argv[ap->dn_value].dtt_type, in dt_idcook_args()
471 idp->di_type = dtt.dtt_type; in dt_idcook_regs()
492 idp->di_type = dtt.dtt_type; in dt_idcook_type()
Ddt_module.c1092 idp->di_type = tip->dtt_type; in dt_module_extern()
1777 tip->dtt_type = id; in dtrace_lookup_by_type()
1800 tip->dtt_type = CTF_ERR; in dtrace_symbol_type()
1814 tip->dtt_type = idp->di_type; in dtrace_symbol_type()
1821 tip->dtt_type = ctf_lookup_by_symbol(dmp->dm_ctfp, sip->dts_id); in dtrace_symbol_type()
1823 if (tip->dtt_type == CTF_ERR) { in dtrace_symbol_type()
1830 tip->dtt_type = DT_FPTR_TYPE(dtp); in dtrace_symbol_type()
Ddtrace.h509 ctf_id_t dtt_type; /* CTF type identifier */ member
Ddt_printf.c767 dtt.dtt_type = CTF_ERR; in dt_pfdict_create()
781 pfc->pfc_dtype = dtt.dtt_type; in dt_pfdict_create()
791 pfc->pfc_ctype = dtt.dtt_type; in dt_pfdict_create()
1101 dt_node_type_assign(&aggnode, dtt.dtt_ctfp, dtt.dtt_type, B_FALSE); in dt_printf_validate()
Ddt_cg.c79 dtt.dtt_ctfp == fp && dtt.dtt_type == type)) in dt_cg_membinfo()
83 type = ctf_type_resolve(fp, dtt.dtt_type); in dt_cg_membinfo()
Ddt_open.c1619 dtp->dt_ints[i].did_type = dtt.dtt_type; in dt_vopen()
/netbsd/src/external/cddl/osnet/dist/cmd/dtrace/
Ddtrace.c587 p->dtp_argv[i].dtt_type, buf, sizeof (buf)) == NULL) in print_probe_info()