Searched refs:dtt (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_decl.c513 dtrace_typeinfo_t dtt; local
533 if (dt_decl_type(ddp, &dtt) != 0)
541 if (dtt.dtt_ctfp == DT_DYN_CTFP(yypcb->pcb_hdl) &&
542 dtt.dtt_type == DT_DYN_TYPE(yypcb->pcb_hdl)) {
547 base = ctf_type_resolve(dtt.dtt_ctfp, dtt.dtt_type);
548 kind = ctf_type_kind(dtt.dtt_ctfp, base);
549 size = ctf_type_size(dtt.dtt_ctfp, base);
554 "%s\n", dt_type_name(dtt.dtt_ctfp, dtt
[all...]
H A Ddt_provider.c246 dtrace_typeinfo_t dtt; local
328 adp->dtargd_native, &dtt) != 0) {
334 dtt.dtt_object = NULL;
335 dtt.dtt_ctfp = NULL;
336 dtt.dtt_type = CTF_ERR;
339 dtt.dtt_ctfp, dtt.dtt_type,
340 dtt.dtt_flags & DTT_FL_USER ? B_TRUE : B_FALSE);
343 if (dtt.dtt_type != CTF_ERR && (adp->dtargd_xlate[0] == '\0' ||
348 adp->dtargd_xlate, &dtt) !
630 dtrace_typeinfo_t dtt; local
[all...]
H A Ddt_parser.c1353 dtrace_typeinfo_t dtt; local
1365 err = dt_decl_type(ddp, &dtt);
1377 dt_node_type_assign(dnp, dtt.dtt_ctfp, dtt.dtt_type, dtt.dtt_flags);
1379 if (dtt.dtt_ctfp == dtp->dt_cdefs->dm_ctfp ||
1380 dtt.dtt_ctfp == dtp->dt_ddefs->dm_ctfp)
1421 dtrace_typeinfo_t dtt; local
1427 if (dt_decl_type(ddp, &dtt) != 0)
1464 if (ctf_type_kind(dtt
1799 dtrace_typeinfo_t dtt; local
2236 dtrace_typeinfo_t dtt; local
2424 dtrace_typeinfo_t dtt; local
2744 dtrace_typeinfo_t dtt; local
2922 dtrace_typeinfo_t dtt; local
3739 dtrace_typeinfo_t dtt; local
[all...]
H A Ddt_ident.c186 dtrace_typeinfo_t dtt; local
237 if (dt_type_lookup(s, &dtt) == -1) {
247 idp->di_ctfp = dtt.dtt_ctfp;
248 idp->di_type = dtt.dtt_type;
302 if (dt_type_lookup(p1, &dtt) == -1) {
309 dtt.dtt_ctfp, dtt.dtt_type, B_FALSE);
443 dtrace_typeinfo_t dtt; local
465 if (dt_type_lookup("uint64_t", &dtt) == -1) {
470 idp->di_ctfp = dtt
482 dtrace_typeinfo_t dtt; local
[all...]
H A Ddt_printf.c737 dtrace_typeinfo_t dtt; local
751 dtt.dtt_ctfp = NULL;
752 dtt.dtt_type = CTF_ERR;
760 dtp, DTRACE_OBJ_DDEFS, pfc->pfc_tstr, &dtt) != 0) {
765 pfc->pfc_dctfp = dtt.dtt_ctfp;
766 pfc->pfc_dtype = dtt.dtt_type;
774 dtp, DTRACE_OBJ_CDEFS, pfc->pfc_tstr, &dtt) == 0) {
775 pfc->pfc_cctfp = dtt.dtt_ctfp;
776 pfc->pfc_ctype = dtt.dtt_type;
1060 dtrace_typeinfo_t dtt; local
[all...]
H A Ddt_cg.c75 dtrace_typeinfo_t dtt; local
78 dt_type_lookup(n, &dtt) == -1 || (
79 dtt.dtt_ctfp == fp && dtt.dtt_type == type))
82 fp = dtt.dtt_ctfp;
83 type = ctf_type_resolve(fp, dtt.dtt_type);
H A Ddt_open.c1040 dtrace_typeinfo_t dtt; local
1541 dtp->dt_ints[i].did_name, &dtt) != 0) {
1547 dtp->dt_ints[i].did_ctfp = dtt.dtt_ctfp;
1548 dtp->dt_ints[i].did_type = dtt.dtt_type;
H A Ddt_cc.c2599 dtrace_type_strcompile(dtrace_hdl_t *dtp, const char *s, dtrace_typeinfo_t *dtt) argument
2602 DTRACE_PROBESPEC_NONE, dtt, 0, 0, NULL, NULL, s);
2607 dtrace_type_fcompile(dtrace_hdl_t *dtp, FILE *fp, dtrace_typeinfo_t *dtt) argument
2610 DTRACE_PROBESPEC_NONE, dtt, 0, 0, NULL, fp, NULL);

Completed in 200 milliseconds