Searched refs:ctf_set_errno (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/cddl/contrib/opensolaris/common/ctf/
H A Dctf_lookup.c92 return (ctf_set_errno(fp, EINVAL));
119 (void) ctf_set_errno(fp, ECTF_NOTYPE);
149 (void) ctf_set_errno(fp, ECTF_NOTYPE);
159 (void) ctf_set_errno(fp, ECTF_NOTYPE);
165 return (ctf_set_errno(fp, ECTF_SYNTAX));
188 return (ctf_set_errno(fp, ECTF_NOSYMTAB));
191 return (ctf_set_errno(fp, EINVAL));
196 return (ctf_set_errno(fp, ECTF_NOTDATA));
200 return (ctf_set_errno(fp, ECTF_NOTDATA));
204 return (ctf_set_errno(f
[all...]
H A Dctf_labels.c40 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 Dctf_create.c286 return (ctf_set_errno(fp, ECTF_RDONLY));
375 return (ctf_set_errno(fp, EAGAIN));
532 return (ctf_set_errno(fp, err));
684 return (ctf_set_errno(fp, ECTF_RDONLY));
711 return (ctf_set_errno(fp, EINVAL));
714 return (ctf_set_errno(fp, ECTF_RDONLY));
717 return (ctf_set_errno(fp, ECTF_FULL));
720 return (ctf_set_errno(fp, EAGAIN));
724 return (ctf_set_errno(fp, EAGAIN));
771 return (ctf_set_errno(f
[all...]
H A Dctf_types.c202 return (ctf_set_errno(ofp, ECTF_NOTSOU));
242 return (ctf_set_errno(ofp, ECTF_NOTENUM));
304 return (ctf_set_errno(ofp, ECTF_CORRUPT));
339 return (ctf_set_errno(fp, cd.cd_err));
428 (void) ctf_set_errno(fp, ECTF_NAMELEN);
633 return (ctf_set_errno(ofp, ECTF_NOTREF));
657 return (ctf_set_errno(ofp, ECTF_NOTYPE));
660 return (ctf_set_errno(ofp, ECTF_NOTYPE));
665 return (ctf_set_errno(ofp, ECTF_NOTYPE));
699 return (ctf_set_errno(of
[all...]
H A Dctf_util.c148 ctf_set_errno(ctf_file_t *fp, int err) function
H A Dctf_open.c975 (void) ctf_set_errno(ofp, ECTF_MMAP);
989 (void) ctf_set_errno(ofp, ECTF_MMAP);
1005 (void) ctf_set_errno(ofp, ECTF_MMAP);
1019 (void) ctf_set_errno(ofp, err);
1151 return (ctf_set_errno(fp, EINVAL));
1154 return (ctf_set_errno(fp, ECTF_DMODEL));
1183 return (ctf_set_errno(fp, EINVAL));
H A Dctf_impl.h345 extern long ctf_set_errno(ctf_file_t *, int);
/freebsd-current/sys/cddl/contrib/opensolaris/uts/common/ctf/
H A Dctf_mod.c104 return (ctf_set_errno(fp, ENOTSUP));
/freebsd-current/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c500 return (ctf_set_errno(fp, errno));

Completed in 204 milliseconds