Lines Matching refs:CTF_ERR

70 	if ((type = ctf_type_resolve(fp, type)) == CTF_ERR)
71 return (CTF_ERR); /* errno is set for us */
74 return (CTF_ERR); /* errno is set for us */
122 if ((type = ctf_type_resolve(fp, type)) == CTF_ERR)
123 return (CTF_ERR); /* errno is set for us */
126 return (CTF_ERR); /* errno is set for us */
197 return (CTF_ERR); /* errno is set for us */
213 if (fp == NULL && type == CTF_ERR)
214 return (-1); /* simplify caller code by permitting CTF_ERR */
328 if ((type = ctf_type_resolve(fp, type)) == CTF_ERR)
355 if (ctf_array_info(fp, type, &ar) == CTF_ERR ||
356 (size = ctf_type_size(fp, ar.ctr_contents)) == CTF_ERR)
376 if ((type = ctf_type_resolve(fp, type)) == CTF_ERR)
388 if (ctf_array_info(fp, type, &r) == CTF_ERR)
440 return (CTF_ERR); /* errno is set for us */
456 return (CTF_ERR); /* errno is set for us */
484 return (CTF_ERR); /* errno is set for us */
489 if ((type = ctf_type_resolve(fp, type)) == CTF_ERR)
513 return (CTF_ERR); /* errno is set for us */
636 if ((type = ctf_type_resolve(fp, type)) == CTF_ERR)
637 return (CTF_ERR); /* errno is set for us */
640 return (CTF_ERR); /* errno is set for us */
687 return (CTF_ERR); /* errno is set for us */
715 if ((type = ctf_type_resolve(fp, type)) == CTF_ERR)
741 * matching name can be found. Otherwise CTF_ERR is returned.
752 if ((type = ctf_type_resolve(fp, type)) == CTF_ERR)
753 return (CTF_ERR); /* errno is set for us */
756 return (CTF_ERR); /* errno is set for us */
760 return (CTF_ERR);
776 return (CTF_ERR);
796 if ((type = ctf_type_resolve(fp, type)) == CTF_ERR)
797 return (CTF_ERR); /* errno is set for us */
800 return (CTF_ERR); /* errno is set for us */