Lines Matching refs:CTF_ERR
68 * 1. dn_ctfp = NULL, dn_type = CTF_ERR
279 if ((ptr = ctf_type_pointer(ctfp, type)) != CTF_ERR ||
280 (ptr = ctf_type_pointer(ctfp, base)) != CTF_ERR) {
291 (type = ctf_add_type(dmp->dm_ctfp, ctfp, type)) == CTF_ERR) {
298 if (ptr == CTF_ERR || ctf_update(dmp->dm_ctfp) == CTF_ERR) {
367 if (ctf_type_encoding(lfp, lbase, &le) == CTF_ERR) {
372 if (ctf_type_encoding(rfp, rbase, &re) == CTF_ERR) {
524 dnp->dn_type = CTF_ERR;
995 (base = ctf_type_reference(fp, base)) != CTF_ERR &&
996 (base = ctf_type_resolve(fp, base)) != CTF_ERR &&
1001 (base = ctf_type_resolve(fp, r.ctr_contents)) != CTF_ERR &&
1052 ctf_id_t lbase = CTF_ERR, rbase = CTF_ERR;
1053 ctf_id_t lref = CTF_ERR, rref = CTF_ERR;
1085 * is CTF_K_POINTER or CTF_K_ARRAY). Otherwise [lr]ref = CTF_ERR.
1413 * assigning it type CTF_ERR. The decl processing code will handle this.
1422 dnp->dn_type = CTF_ERR;
1538 dsp->ds_ident) != CTF_ERR) {
1555 if (dtt.dtt_type == CTF_ERR ||
1556 ctf_update(dtt.dtt_ctfp) == CTF_ERR) {
1566 if (type == CTF_ERR || ctf_update(dmp->dm_ctfp) == CTF_ERR) {
1643 if (idp != NULL && idp->di_type != CTF_ERR)
1849 if (ctf_member_info(dtt.dtt_ctfp, type, name, &ctm) == CTF_ERR) {
3791 if (ctf_member_info(ctfp, type, rp->dn_string, &m) == CTF_ERR) {
4320 mnp->dn_membname, &ctm) == CTF_ERR) {
4837 if (dnp->dn_ctfp != NULL && dnp->dn_type != CTF_ERR &&