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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_xlator.c128 ptr.dtt_type = CTF_ERR;
139 dxp->dx_ident->di_type = src->dtt_type;
162 dxp->dx_souid.di_type = dst->dtt_type;
173 dxp->dx_ptrid.di_type = ptr.dtt_type;
189 dxp->dx_src_type = src->dtt_type;
190 dxp->dx_src_base = ctf_type_resolve(src->dtt_ctfp, src->dtt_type);
193 dxp->dx_dst_type = dst->dtt_type;
194 dxp->dx_dst_base = ctf_type_resolve(dst->dtt_ctfp, dst->dtt_type);
343 src_dtt.dtt_type = src_type;
347 dst_dtt.dtt_type
[all...]
H A Ddt_decl.c544 dtt.dtt_type == DT_DYN_TYPE(yypcb->pcb_hdl)) {
549 base = ctf_type_resolve(dtt.dtt_ctfp, dtt.dtt_type);
556 "%s\n", dt_type_name(dtt.dtt_ctfp, dtt.dtt_type,
604 dtt.dtt_type = ctf_add_integer(dsp->ds_ctfp,
606 dtt.dtt_type, n, sizeof (n)), &cte);
608 if (dtt.dtt_type == CTF_ERR ||
628 dtt.dtt_type = ctf_add_type(dsp->ds_ctfp,
629 dtt.dtt_ctfp, dtt.dtt_type);
632 if (dtt.dtt_type == CTF_ERR ||
640 ident, dtt.dtt_type)
[all...]
H A Ddt_provider.c318 dtt.dtt_type = CTF_ERR;
321 dtt.dtt_ctfp, dtt.dtt_type);
324 if (dtt.dtt_type != CTF_ERR && (adp->dtargd_xlate[0] == '\0' ||
337 dtt.dtt_type = CTF_ERR;
340 dtt.dtt_ctfp, dtt.dtt_type);
461 prp->pr_argv[i].dtt_type = xargs->dn_type;
628 dtt.dtt_type = ctf_add_typedef(DT_DYN_CTFP(dtp),
631 if (dtt.dtt_type == CTF_ERR ||
641 dt_node_type_assign(dnp, dtt.dtt_ctfp, dtt.dtt_type);
H A Ddt_parser.c257 ctf_id_t type = tip->dtt_type;
265 tip->dtt_type = ptr;
289 tip->dtt_type = ptr;
1333 dt_node_type_assign(dnp, dtt.dtt_ctfp, dtt.dtt_type);
1420 if (ctf_type_kind(dtt.dtt_ctfp, dtt.dtt_type) == CTF_K_FUNCTION &&
1441 ctf_type_cmp(dtt.dtt_ctfp, dtt.dtt_type,
1442 ott.dtt_ctfp, ott.dtt_type) != 0)) {
1446 dt_type_name(dtt.dtt_ctfp, dtt.dtt_type,
1448 dt_type_name(ott.dtt_ctfp, ott.dtt_type,
1458 dt_type_name(dtt.dtt_ctfp, dtt.dtt_type,
[all...]
H A Ddt_module.c814 idp->di_type = tip->dtt_type;
1228 tip->dtt_type = id;
1252 tip->dtt_type = CTF_ERR;
1265 tip->dtt_type = idp->di_type;
1272 tip->dtt_type = ctf_lookup_by_symbol(dmp->dm_ctfp, sip->dts_id);
1274 if (tip->dtt_type == CTF_ERR) {
1281 tip->dtt_type = DT_FPTR_TYPE(dtp);
H A Ddt_ident.c244 idp->di_type = dtt.dtt_type;
305 dtt.dtt_ctfp, dtt.dtt_type);
392 prp->pr_argv[ap->dn_value].dtt_type);
464 idp->di_type = dtt.dtt_type;
485 idp->di_type = dtt.dtt_type;
H A Ddtrace.h490 ctf_id_t dtt_type; /* CTF type identifier */ member in struct:dtrace_typeinfo
H A Ddt_printf.c764 dtt.dtt_type = CTF_ERR;
778 pfc->pfc_dtype = dtt.dtt_type;
788 pfc->pfc_ctype = dtt.dtt_type;
1098 dt_node_type_assign(&aggnode, dtt.dtt_ctfp, dtt.dtt_type);
H A Ddt_cg.c79 dtt.dtt_ctfp == fp && dtt.dtt_type == type))
83 type = ctf_type_resolve(fp, dtt.dtt_type);
H A Ddt_open.c1333 dtp->dt_ints[i].did_type = dtt.dtt_type;
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/cmd/chkargs/
H A Dchkargs.c58 if (p.dtp_argv[i].dtt_type == CTF_ERR) {
78 p.dtp_argv[i].dtt_type, buf, sizeof (buf)));
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/
H A Ddtrace.c595 p->dtp_argv[i].dtt_type, buf, sizeof (buf)) == NULL)

Completed in 84 milliseconds