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

/freebsd-10.0-release/cddl/contrib/opensolaris/common/ctf/
H A Dctf_lookup.c90 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 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.c249 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 Dctf_types.c78 return (ctf_set_errno(ofp, ECTF_NOTSOU));
127 return (ctf_set_errno(ofp, ECTF_NOTENUM));
185 return (ctf_set_errno(ofp, ECTF_CORRUPT));
219 return (ctf_set_errno(fp, cd.cd_err));
298 (void) ctf_set_errno(fp, ECTF_NAMELEN);
464 return (ctf_set_errno(ofp, ECTF_NOTREF));
488 return (ctf_set_errno(ofp, ECTF_NOTYPE));
491 return (ctf_set_errno(ofp, ECTF_NOTYPE));
496 return (ctf_set_errno(ofp, ECTF_NOTYPE));
529 return (ctf_set_errno(of
[all...]
H A Dctf_util.c148 ctf_set_errno(ctf_file_t *fp, int err) function
H A Dctf_impl.h312 extern long ctf_set_errno(ctf_file_t *, int);
H A Dctf_open.c905 return (ctf_set_errno(fp, EINVAL));
908 return (ctf_set_errno(fp, ECTF_DMODEL));
937 return (ctf_set_errno(fp, EINVAL));
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/ctf/
H A Dctf_mod.c104 return (ctf_set_errno(fp, ENOTSUP));
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c497 return (ctf_set_errno(fp, errno));

Completed in 126 milliseconds