Lines Matching refs:dtt
242 dtrace_typeinfo_t dtt;
324 adp->dtargd_native, &dtt) != 0) {
330 dtt.dtt_object = NULL;
331 dtt.dtt_ctfp = NULL;
332 dtt.dtt_type = CTF_ERR;
335 dtt.dtt_ctfp, dtt.dtt_type,
336 dtt.dtt_flags & DTT_FL_USER ? B_TRUE : B_FALSE);
339 if (dtt.dtt_type != CTF_ERR && (adp->dtargd_xlate[0] == '\0' ||
344 adp->dtargd_xlate, &dtt) != 0) {
350 dtt.dtt_object = NULL;
351 dtt.dtt_ctfp = NULL;
352 dtt.dtt_type = CTF_ERR;
355 dtt.dtt_ctfp, dtt.dtt_type, B_FALSE);
359 prp->pr_argv[i] = dtt;
628 dtrace_typeinfo_t dtt;
640 if (dtrace_lookup_by_type(dtp, DTRACE_OBJ_DDEFS, tag, &dtt) != 0) {
641 dtt.dtt_object = DTRACE_OBJ_DDEFS;
642 dtt.dtt_ctfp = DT_DYN_CTFP(dtp);
643 dtt.dtt_type = ctf_add_typedef(DT_DYN_CTFP(dtp),
646 if (dtt.dtt_type == CTF_ERR ||
647 ctf_update(dtt.dtt_ctfp) == CTF_ERR) {
649 tag, ctf_errmsg(ctf_errno(dtt.dtt_ctfp)));
656 dt_node_type_assign(dnp, dtt.dtt_ctfp, dtt.dtt_type, B_FALSE);