Searched refs:ctf_set_open_errno (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/lib/libctf/common/ |
H A D | ctf_lib.c | 101 return (ctf_set_open_errno(errp, ECTF_ZMISSING)); in ctf_zopen() 104 return (ctf_set_open_errno(errp, ECTF_ZINIT)); in ctf_zopen() 117 return (ctf_set_open_errno(errp, ECTF_ZINIT)); in ctf_zopen() 438 return (ctf_set_open_errno(errp, errno)); in ctf_fdcreate_int() 441 return (ctf_set_open_errno(errp, nbytes < 0? errno : ECTF_FMT)); in ctf_fdcreate_int() 450 return (ctf_set_open_errno(errp, EINVAL)); in ctf_fdcreate_int() 453 return (ctf_set_open_errno(errp, ECTF_CTFVERS)); in ctf_fdcreate_int() 459 return (ctf_set_open_errno(errp, errno)); in ctf_fdcreate_int() 494 return (ctf_set_open_errno(errp, ECTF_ENDIAN)); in ctf_fdcreate_int() 496 return (ctf_set_open_errno(errp, ECTF_ELFVERS)); in ctf_fdcreate_int() [all …]
|
/titanic_50/usr/src/cmd/mdb/common/libstandctf/ |
H A D | ctf_subr.c | 42 return (ctf_set_open_errno(errp, ECTF_ZMISSING)); in ctf_zopen() 63 return (ctf_set_open_errno(errp, ENOTSUP)); in ctf_fdopen() 70 return (ctf_set_open_errno(errp, ENOTSUP)); in ctf_fdcreate_int() 77 return (ctf_set_open_errno(errp, ENOTSUP)); in ctf_open()
|
/titanic_50/usr/src/common/ctf/ |
H A D | ctf_open.c | 556 return (ctf_set_open_errno(errp, EINVAL)); in ctf_bufopen() 560 return (ctf_set_open_errno(errp, ECTF_SYMTAB)); in ctf_bufopen() 563 return (ctf_set_open_errno(errp, ECTF_SYMBAD)); in ctf_bufopen() 566 return (ctf_set_open_errno(errp, ECTF_STRBAD)); in ctf_bufopen() 569 return (ctf_set_open_errno(errp, ECTF_NOCTFBUF)); in ctf_bufopen() 583 return (ctf_set_open_errno(errp, ECTF_NOCTFBUF)); in ctf_bufopen() 587 return (ctf_set_open_errno(errp, ECTF_NOCTFBUF)); in ctf_bufopen() 597 return (ctf_set_open_errno(errp, ECTF_NOCTFBUF)); in ctf_bufopen() 609 return (ctf_set_open_errno(errp, ECTF_CTFVERS)); in ctf_bufopen() 618 return (ctf_set_open_errno(errp, ECTF_CORRUPT)); in ctf_bufopen() [all …]
|
H A D | ctf_util.c | 156 ctf_set_open_errno(int *errp, int error) in ctf_set_open_errno() function
|
H A D | ctf_impl.h | 292 extern ctf_file_t *ctf_set_open_errno(int *, int);
|
H A D | ctf_create.c | 63 return (ctf_set_open_errno(errp, EAGAIN)); in ctf_create() 105 return (ctf_set_open_errno(errp, EAGAIN)); in ctf_fdcreate()
|
/titanic_50/usr/src/uts/common/ctf/ |
H A D | ctf_mod.c | 88 return (ctf_set_open_errno(errp, ENOTSUP)); in ctf_fdopen() 95 return (ctf_set_open_errno(errp, ENOTSUP)); in ctf_open()
|