Searched refs:ctf_set_errno (Results 1 - 9 of 9) sorted by relevance
/illumos-gate/usr/src/common/ctf/ |
H A D | ctf_lookup.c | 90 return (ctf_set_errno(fp, EINVAL)); 117 (void) ctf_set_errno(fp, ECTF_NOTYPE); 146 (void) ctf_set_errno(fp, ECTF_NOTYPE); 156 (void) ctf_set_errno(fp, ECTF_NOTYPE); 162 return (ctf_set_errno(fp, ECTF_SYNTAX)); 185 return (ctf_set_errno(fp, ECTF_NOSYMTAB)); 188 return (ctf_set_errno(fp, EINVAL)); 193 return (ctf_set_errno(fp, ECTF_NOTDATA)); 197 return (ctf_set_errno(fp, ECTF_NOTDATA)); 201 return (ctf_set_errno(f [all...] |
H A D | ctf_labels.c | 40 return (ctf_set_errno(fp, ECTF_NOTSUP)); 65 (void) ctf_set_errno(fp, ECTF_NOLABELDATA); 70 (void) ctf_set_errno(fp, ECTF_CORRUPT); 92 return (ctf_set_errno(fp, ECTF_NOLABELDATA)); 98 return (ctf_set_errno(fp, ECTF_CORRUPT)); 150 return (ctf_set_errno(fp, ECTF_NOLABEL));
|
H A D | ctf_create.c | 249 return (ctf_set_errno(fp, ECTF_RDONLY)); 316 return (ctf_set_errno(fp, EAGAIN)); 428 return (ctf_set_errno(fp, err)); 580 return (ctf_set_errno(fp, ECTF_RDONLY)); 607 return (ctf_set_errno(fp, EINVAL)); 610 return (ctf_set_errno(fp, ECTF_RDONLY)); 613 return (ctf_set_errno(fp, ECTF_FULL)); 616 return (ctf_set_errno(fp, EAGAIN)); 620 return (ctf_set_errno(fp, EAGAIN)); 667 return (ctf_set_errno(f [all...] |
H A D | ctf_types.c | 76 return (ctf_set_errno(ofp, ECTF_NOTSOU)); 125 return (ctf_set_errno(ofp, ECTF_NOTENUM)); 183 return (ctf_set_errno(ofp, ECTF_CORRUPT)); 218 return (ctf_set_errno(fp, cd.cd_err)); 308 (void) ctf_set_errno(fp, ECTF_NAMELEN); 489 return (ctf_set_errno(ofp, ECTF_NOTREF)); 513 return (ctf_set_errno(ofp, ECTF_NOTYPE)); 516 return (ctf_set_errno(ofp, ECTF_NOTYPE)); 521 return (ctf_set_errno(ofp, ECTF_NOTYPE)); 554 return (ctf_set_errno(of [all...] |
H A D | ctf_util.c | 148 ctf_set_errno(ctf_file_t *fp, int err) function
|
H A D | ctf_open.c | 815 (void) ctf_set_errno(ofp, ECTF_MMAP); 829 (void) ctf_set_errno(ofp, ECTF_MMAP); 845 (void) ctf_set_errno(ofp, ECTF_MMAP); 859 (void) ctf_set_errno(ofp, err); 991 return (ctf_set_errno(fp, EINVAL)); 994 return (ctf_set_errno(fp, ECTF_DMODEL)); 1023 return (ctf_set_errno(fp, EINVAL));
|
H A D | ctf_impl.h | 312 extern long ctf_set_errno(ctf_file_t *, int);
|
/illumos-gate/usr/src/uts/common/ctf/ |
H A D | ctf_mod.c | 104 return (ctf_set_errno(fp, ENOTSUP));
|
/illumos-gate/usr/src/lib/libctf/common/ |
H A D | ctf_lib.c | 474 return (ctf_set_errno(fp, errno));
|
Completed in 69 milliseconds