Searched refs:ctf_set_open_errno (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_lib.c81 return (ctf_set_open_errno(errp, ECTF_ZMISSING));
84 return (ctf_set_open_errno(errp, ECTF_ZINIT));
92 return (ctf_set_open_errno(errp, ECTF_ZINIT));
213 return (ctf_set_open_errno(errp, errno));
216 return (ctf_set_open_errno(errp, nbytes < 0? errno : ECTF_FMT));
225 return (ctf_set_open_errno(errp, ECTF_CTFVERS));
231 return (ctf_set_open_errno(errp, errno));
266 return (ctf_set_open_errno(errp, ECTF_ENDIAN));
268 return (ctf_set_open_errno(errp, ECTF_ELFVERS));
272 return (ctf_set_open_errno(err
[all...]
/illumos-gate/usr/src/cmd/mdb/common/libstandctf/
H A Dctf_subr.c44 return (ctf_set_open_errno(errp, ECTF_ZMISSING));
65 return (ctf_set_open_errno(errp, ENOTSUP));
72 return (ctf_set_open_errno(errp, ENOTSUP));
/illumos-gate/usr/src/common/ctf/
H A Dctf_open.c555 return (ctf_set_open_errno(errp, EINVAL));
559 return (ctf_set_open_errno(errp, ECTF_SYMTAB));
562 return (ctf_set_open_errno(errp, ECTF_SYMBAD));
565 return (ctf_set_open_errno(errp, ECTF_STRBAD));
568 return (ctf_set_open_errno(errp, ECTF_NOCTFBUF));
582 return (ctf_set_open_errno(errp, ECTF_NOCTFBUF));
586 return (ctf_set_open_errno(errp, ECTF_NOCTFBUF));
596 return (ctf_set_open_errno(errp, ECTF_NOCTFBUF));
608 return (ctf_set_open_errno(errp, ECTF_CTFVERS));
617 return (ctf_set_open_errno(err
[all...]
H A Dctf_util.c136 ctf_set_open_errno(int *errp, int error) function
H A Dctf_impl.h311 extern ctf_file_t *ctf_set_open_errno(int *, int);
H A Dctf_create.c63 return (ctf_set_open_errno(errp, EAGAIN));
/illumos-gate/usr/src/uts/common/ctf/
H A Dctf_mod.c90 return (ctf_set_open_errno(errp, ENOTSUP));
97 return (ctf_set_open_errno(errp, ENOTSUP));

Completed in 68 milliseconds