Lines Matching refs:ctf_set_errno
33 return (ctf_set_errno (fp, ENOMEM)); in grow_pptrtab()
146 return (ctf_set_errno (fp, EINVAL)); in ctf_lookup_by_name_internal()
277 ctf_set_errno (fp, ENOMEM); in ctf_lookup_by_name_internal()
295 return (ctf_set_errno (fp, ECTF_SYNTAX)); in ctf_lookup_by_name_internal()
300 ctf_set_errno (fp, ECTF_NOTYPE); in ctf_lookup_by_name_internal()
315 return (ctf_set_errno (fp, ctf_errno (fp->ctf_parent))); in ctf_lookup_by_name_internal()
339 (void) ctf_set_errno (*fpp, ECTF_NOPARENT); in ctf_lookup_by_id()
354 (void) ctf_set_errno (*fpp, ECTF_BADID); in ctf_lookup_by_id()
367 (void) ctf_set_errno (*fpp, ECTF_BADID); in ctf_lookup_by_id()
407 return (ctf_set_errno (fp, ECTF_NOTYPEDAT)); in ctf_lookup_variable()
444 ctf_set_errno (fp, ENOMEM); in ctf_symidx_sort()
509 ctf_set_errno (fp, ECTF_SYMTAB); in ctf_lookup_symbol_name()
523 ctf_set_errno (fp, ctf_errno (fp->ctf_parent)); in ctf_lookup_symbol_name()
528 ctf_set_errno (fp, err); in ctf_lookup_symbol_name()
618 ctf_set_errno (fp, ECTF_SYMTAB); in ctf_lookup_symbol_idx()
632 ctf_set_errno (fp, err); in ctf_lookup_symbol_idx()
636 ctf_set_errno (fp, ENOMEM); in ctf_lookup_symbol_idx()
661 return ctf_set_errno (fp, ENOMEM); in ctf_symbol_next()
670 return (ctf_set_errno (fp, ECTF_NEXT_WRONGFUN)); in ctf_symbol_next()
673 return (ctf_set_errno (fp, ECTF_NEXT_WRONGFP)); in ctf_symbol_next()
689 return (ctf_set_errno (fp, ECTF_NEXT_END)); in ctf_symbol_next()
698 return ctf_set_errno (fp, err); in ctf_symbol_next()
774 return (ctf_set_errno (fp, ECTF_NEXT_END)); in ctf_symbol_next()
866 return (ctf_set_errno (fp, ECTF_CORRUPT)); in ctf_try_lookup_indexed()
998 ctf_set_errno (fp, ctf_errno (fp->ctf_parent)); in ctf_lookup_by_sym_or_name()
1002 return (ctf_set_errno (fp, err)); in ctf_lookup_by_sym_or_name()
1034 return (ctf_set_errno (fp, ECTF_NOTFUNC)); in ctf_func_info()
1052 return (ctf_set_errno (fp, ECTF_NOTFUNC)); in ctf_func_args()