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

/freebsd-10.1-release/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) !
632 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
2226 dtrace_typeinfo_t dtt; local
2414 dtrace_typeinfo_t dtt; local
2734 dtrace_typeinfo_t dtt; local
2912 dtrace_typeinfo_t dtt; local
3736 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_consume.c1549 dtrace_typeinfo_t dtt; member in struct:dt_type_cbdata
1569 if ((ssz = ctf_type_size(cbdatap->dtt.dtt_ctfp, type)) <= 0)
1590 ctf_type_name(cbdatap->dtt.dtt_ctfp, type, buf, sizeof (buf));
1618 uint_t kind = ctf_type_kind(cbdatap->dtt.dtt_ctfp, type);
1619 ssize_t ssz = ctf_type_size(cbdatap->dtt.dtt_ctfp, type);
1621 ctf_type_name(cbdatap->dtt.dtt_ctfp, type, buf, sizeof (buf));
1657 if (ctf_type_encoding(cbdatap->dtt.dtt_ctfp, type, &cte) != 0)
1705 if (ctf_array_info(cbdatap->dtt.dtt_ctfp, type, &arinfo) != 0)
1716 if (ctf_member_iter(cbdatap->dtt.dtt_ctfp, type,
1720 if (ctf_member_iter(cbdatap->dtt
1773 dtrace_typeinfo_t dtt; local
[all...]
H A Ddt_printf.c729 dtrace_typeinfo_t dtt; local
743 dtt.dtt_ctfp = NULL;
744 dtt.dtt_type = CTF_ERR;
752 dtp, DTRACE_OBJ_DDEFS, pfc->pfc_tstr, &dtt) != 0) {
757 pfc->pfc_dctfp = dtt.dtt_ctfp;
758 pfc->pfc_dtype = dtt.dtt_type;
766 dtp, DTRACE_OBJ_CDEFS, pfc->pfc_tstr, &dtt) == 0) {
767 pfc->pfc_cctfp = dtt.dtt_ctfp;
768 pfc->pfc_ctype = dtt.dtt_type;
1052 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);
1359 dtrace_typeinfo_t dtt; local
1384 if (dtrace_lookup_by_type(dtp, DTRACE_OBJ_EVERY, buf, &dtt) < 0)
1387 typs->dn_value = ctf_type_size(dtt.dtt_ctfp, dtt
[all...]
H A Ddt_open.c1038 dtrace_typeinfo_t dtt; local
1529 dtp->dt_ints[i].did_name, &dtt) != 0) {
1535 dtp->dt_ints[i].did_ctfp = dtt.dtt_ctfp;
1536 dtp->dt_ints[i].did_type = dtt.dtt_type;
H A Ddt_cc.c2618 dtrace_type_strcompile(dtrace_hdl_t *dtp, const char *s, dtrace_typeinfo_t *dtt) argument
2621 DTRACE_PROBESPEC_NONE, dtt, 0, 0, NULL, NULL, s);
2626 dtrace_type_fcompile(dtrace_hdl_t *dtp, FILE *fp, dtrace_typeinfo_t *dtt) argument
2629 DTRACE_PROBESPEC_NONE, dtt, 0, 0, NULL, fp, NULL);

Completed in 181 milliseconds