Searched refs:ctf_set_open_errno (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/lib/libctf/common/ |
H A D | ctf_lib.c | 81 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 D | ctf_subr.c | 44 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 D | ctf_open.c | 555 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 D | ctf_util.c | 136 ctf_set_open_errno(int *errp, int error) function
|
H A D | ctf_impl.h | 311 extern ctf_file_t *ctf_set_open_errno(int *, int);
|
H A D | ctf_create.c | 63 return (ctf_set_open_errno(errp, EAGAIN));
|
/illumos-gate/usr/src/uts/common/ctf/ |
H A D | ctf_mod.c | 90 return (ctf_set_open_errno(errp, ENOTSUP)); 97 return (ctf_set_open_errno(errp, ENOTSUP));
|
Completed in 67 milliseconds