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

/illumos-gate/usr/src/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);
344 src_dtt.dtt_type = src_type;
348 dst_dtt.dtt_type
[all...]
H A Ddt_decl.c559 dtt.dtt_type == DT_DYN_TYPE(yypcb->pcb_hdl)) {
564 base = ctf_type_resolve(dtt.dtt_ctfp, dtt.dtt_type);
571 "%s\n", dt_type_name(dtt.dtt_ctfp, dtt.dtt_type,
619 dtt.dtt_type = ctf_add_integer(dsp->ds_ctfp,
621 dtt.dtt_type, n, sizeof (n)), &cte);
623 if (dtt.dtt_type == CTF_ERR ||
643 dtt.dtt_type = ctf_add_type(dsp->ds_ctfp,
644 dtt.dtt_ctfp, dtt.dtt_type);
647 if (dtt.dtt_type == CTF_ERR ||
655 ident, dtt.dtt_type)
[all...]
H A Ddt_provider.c332 dtt.dtt_type = CTF_ERR;
335 dtt.dtt_ctfp, dtt.dtt_type,
339 if (dtt.dtt_type != CTF_ERR && (adp->dtargd_xlate[0] == '\0' ||
352 dtt.dtt_type = CTF_ERR;
355 dtt.dtt_ctfp, dtt.dtt_type, B_FALSE);
476 prp->pr_argv[i].dtt_type = xargs->dn_type;
643 dtt.dtt_type = ctf_add_typedef(DT_DYN_CTFP(dtp),
646 if (dtt.dtt_type == CTF_ERR ||
656 dt_node_type_assign(dnp, dtt.dtt_ctfp, dtt.dtt_type, B_FALSE);
H A Ddt_parser.c267 ctf_id_t type = tip->dtt_type;
276 tip->dtt_type = ptr;
300 tip->dtt_type = ptr;
1372 dt_node_type_assign(dnp, dtt.dtt_ctfp, dtt.dtt_type, dtt.dtt_flags);
1459 if (ctf_type_kind(dtt.dtt_ctfp, dtt.dtt_type) == CTF_K_FUNCTION &&
1480 ctf_type_cmp(dtt.dtt_ctfp, dtt.dtt_type,
1481 ott.dtt_ctfp, ott.dtt_type) != 0)) {
1485 dt_type_name(dtt.dtt_ctfp, dtt.dtt_type,
1487 dt_type_name(ott.dtt_ctfp, ott.dtt_type,
1497 dt_type_name(dtt.dtt_ctfp, dtt.dtt_type,
[all...]
H A Ddt_ident.c238 idp->di_type = dtt.dtt_type;
299 dtt.dtt_ctfp, dtt.dtt_type, B_FALSE);
386 prp->pr_argv[ap->dn_value].dtt_type,
461 idp->di_type = dtt.dtt_type;
482 idp->di_type = dtt.dtt_type;
H A Ddt_module.c1000 idp->di_type = tip->dtt_type;
1465 tip->dtt_type = id;
1488 tip->dtt_type = CTF_ERR;
1502 tip->dtt_type = idp->di_type;
1509 tip->dtt_type = ctf_lookup_by_symbol(dmp->dm_ctfp, sip->dts_id);
1511 if (tip->dtt_type == CTF_ERR) {
1518 tip->dtt_type = DT_FPTR_TYPE(dtp);
H A Ddtrace.h505 ctf_id_t dtt_type; /* CTF type identifier */ member in struct:dtrace_typeinfo
H A Ddt_printf.c717 dtt.dtt_type = CTF_ERR;
731 pfc->pfc_dtype = dtt.dtt_type;
741 pfc->pfc_ctype = dtt.dtt_type;
1051 dt_node_type_assign(&aggnode, dtt.dtt_ctfp, dtt.dtt_type, B_FALSE);
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.c1265 dtp->dt_ints[i].did_type = dtt.dtt_type;
/illumos-gate/usr/src/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)));
/illumos-gate/usr/src/cmd/dtrace/
H A Ddtrace.c521 p->dtp_argv[i].dtt_type, buf, sizeof (buf)) == NULL)

Completed in 103 milliseconds