Lines Matching refs:CTF_ERR

68 	if ((type = ctf_type_resolve(fp, type)) == CTF_ERR)
69 return (CTF_ERR); /* errno is set for us */
72 return (CTF_ERR); /* errno is set for us */
120 if ((type = ctf_type_resolve(fp, type)) == CTF_ERR)
121 return (CTF_ERR); /* errno is set for us */
124 return (CTF_ERR); /* errno is set for us */
195 return (CTF_ERR); /* errno is set for us */
211 if (fp == NULL && type == CTF_ERR)
212 return (-1); /* simplify caller code by permitting CTF_ERR */
326 if ((type = ctf_type_resolve(fp, type)) == CTF_ERR)
353 if (ctf_array_info(fp, type, &ar) == CTF_ERR ||
354 (size = ctf_type_size(fp, ar.ctr_contents)) == CTF_ERR)
374 if ((type = ctf_type_resolve(fp, type)) == CTF_ERR)
386 if (ctf_array_info(fp, type, &r) == CTF_ERR)
438 return (CTF_ERR); /* errno is set for us */
454 return (CTF_ERR); /* errno is set for us */
482 return (CTF_ERR); /* errno is set for us */
487 if ((type = ctf_type_resolve(fp, type)) == CTF_ERR)
511 return (CTF_ERR); /* errno is set for us */
634 if ((type = ctf_type_resolve(fp, type)) == CTF_ERR)
635 return (CTF_ERR); /* errno is set for us */
638 return (CTF_ERR); /* errno is set for us */
685 return (CTF_ERR); /* errno is set for us */
713 if ((type = ctf_type_resolve(fp, type)) == CTF_ERR)
739 * matching name can be found. Otherwise CTF_ERR is returned.
750 if ((type = ctf_type_resolve(fp, type)) == CTF_ERR)
751 return (CTF_ERR); /* errno is set for us */
754 return (CTF_ERR); /* errno is set for us */
758 return (CTF_ERR);
774 return (CTF_ERR);
794 if ((type = ctf_type_resolve(fp, type)) == CTF_ERR)
795 return (CTF_ERR); /* errno is set for us */
798 return (CTF_ERR); /* errno is set for us */