Lines Matching refs:CTF_ERR
85 ddp->dd_type = CTF_ERR; in dt_decl_alloc()
149 dsp->ds_type = CTF_ERR; in dt_decl_pop()
337 if (dnp->dn_type == CTF_ERR && !(flags & DT_DP_VARARGS)) { in dt_decl_prototype()
499 if (name != NULL && (type = ctf_lookup_by_name(ctfp, n)) != CTF_ERR && in dt_decl_sou()
508 if (type == CTF_ERR || ctf_update(ctfp) == CTF_ERR) { in dt_decl_sou()
628 ctf_type_encoding(dtt.dtt_ctfp, base, &cte) == CTF_ERR || in dt_decl_member()
646 if (dtt.dtt_type == CTF_ERR || in dt_decl_member()
647 ctf_update(dsp->ds_ctfp) == CTF_ERR) { in dt_decl_member()
670 if (dtt.dtt_type == CTF_ERR || in dt_decl_member()
671 ctf_update(dtt.dtt_ctfp) == CTF_ERR) { in dt_decl_member()
678 ident, dtt.dtt_type, ULONG_MAX) == CTF_ERR) { in dt_decl_member()
717 if (name != NULL && (type = ctf_lookup_by_name(ctfp, n)) != CTF_ERR) { in dt_decl_enum()
720 } else if ((type = ctf_add_enum(ctfp, flag, name, 0)) == CTF_ERR) { in dt_decl_enum()
785 name, value) == CTF_ERR || ctf_update(dsp->ds_ctfp) == CTF_ERR) { in dt_decl_enumerator()
978 if (tip->dtt_type == CTF_ERR || in dt_decl_type()
979 ctf_update(tip->dtt_ctfp) == CTF_ERR) { in dt_decl_type()
999 if (tip->dtt_type == CTF_ERR || in dt_decl_type()
1000 ctf_update(tip->dtt_ctfp) == CTF_ERR) { in dt_decl_type()
1078 if (type == CTF_ERR || ctf_update(dmp->dm_ctfp) == CTF_ERR) { in dt_decl_type()
1101 dsp->ds_type = CTF_ERR; in dt_scope_create()
1150 if (dsp->ds_ctfp != NULL && ctf_update(dsp->ds_ctfp) == CTF_ERR) { in dt_scope_pop()