Lines Matching refs:ctf_set_errno
92 return (ctf_set_errno(fp, EINVAL)); in ctf_lookup_by_name()
119 (void) ctf_set_errno(fp, ECTF_NOTYPE); in ctf_lookup_by_name()
149 (void) ctf_set_errno(fp, ECTF_NOTYPE); in ctf_lookup_by_name()
159 (void) ctf_set_errno(fp, ECTF_NOTYPE); in ctf_lookup_by_name()
165 return (ctf_set_errno(fp, ECTF_SYNTAX)); in ctf_lookup_by_name()
188 return (ctf_set_errno(fp, ECTF_NOSYMTAB)); in ctf_lookup_by_symbol()
191 return (ctf_set_errno(fp, EINVAL)); in ctf_lookup_by_symbol()
196 return (ctf_set_errno(fp, ECTF_NOTDATA)); in ctf_lookup_by_symbol()
200 return (ctf_set_errno(fp, ECTF_NOTDATA)); in ctf_lookup_by_symbol()
204 return (ctf_set_errno(fp, ECTF_NOTYPEDAT)); in ctf_lookup_by_symbol()
208 return (ctf_set_errno(fp, ECTF_NOTYPEDAT)); in ctf_lookup_by_symbol()
225 (void) ctf_set_errno(*fpp, ECTF_NOPARENT); in ctf_lookup_by_id()
241 (void) ctf_set_errno(fp, ECTF_BADID); in ctf_lookup_by_id()
257 return (ctf_set_errno(fp, ECTF_NOSYMTAB)); in ctf_func_info()
260 return (ctf_set_errno(fp, EINVAL)); in ctf_func_info()
265 return (ctf_set_errno(fp, ECTF_NOTFUNC)); in ctf_func_info()
269 return (ctf_set_errno(fp, ECTF_NOTFUNC)); in ctf_func_info()
273 return (ctf_set_errno(fp, ECTF_NOFUNCDAT)); in ctf_func_info()
282 return (ctf_set_errno(fp, ECTF_NOFUNCDAT)); in ctf_func_info()
285 return (ctf_set_errno(fp, ECTF_CORRUPT)); in ctf_func_info()