Lines Matching refs:errp
719 const ctf_sect_t *strsect, int *errp) in ctf_bufopen() argument
729 return (ctf_set_open_errno(errp, EINVAL)); in ctf_bufopen()
733 return (ctf_set_open_errno(errp, ECTF_SYMTAB)); in ctf_bufopen()
736 return (ctf_set_open_errno(errp, ECTF_SYMBAD)); in ctf_bufopen()
739 return (ctf_set_open_errno(errp, ECTF_STRBAD)); in ctf_bufopen()
742 return (ctf_set_open_errno(errp, ECTF_NOCTFBUF)); in ctf_bufopen()
756 return (ctf_set_open_errno(errp, ECTF_NOCTFBUF)); in ctf_bufopen()
761 return (ctf_set_open_errno(errp, ECTF_NOCTFBUF)); in ctf_bufopen()
767 return (ctf_set_open_errno(errp, ECTF_CTFVERS)); in ctf_bufopen()
776 return (ctf_set_open_errno(errp, ECTF_CORRUPT)); in ctf_bufopen()
782 return (ctf_set_open_errno(errp, ECTF_CORRUPT)); in ctf_bufopen()
786 return (ctf_set_open_errno(errp, ECTF_CORRUPT)); in ctf_bufopen()
798 if (ctf_zopen(errp) == NULL) in ctf_bufopen()
802 return (ctf_set_open_errno(errp, ECTF_ZALLOC)); in ctf_bufopen()
815 return (ctf_set_open_errno(errp, ECTF_DECOMPRESS)); in ctf_bufopen()
822 return (ctf_set_open_errno(errp, ECTF_CORRUPT)); in ctf_bufopen()
837 return (ctf_set_open_errno(errp, EAGAIN)); in ctf_bufopen()
898 (void) ctf_set_open_errno(errp, EAGAIN); in ctf_bufopen()
903 (void) ctf_set_open_errno(errp, err); in ctf_bufopen()
909 (void) ctf_set_open_errno(errp, err); in ctf_bufopen()