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

/macosx-10.10/dtrace-147/libctf/
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));
197 return (ctf_set_errno(fp, ECTF_NOTDATA));
203 return (ctf_set_errno(fp, ECTF_NOTDATA));
212 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.c197 return (ctf_set_errno(fp, ECTF_RDONLY));
264 return (ctf_set_errno(fp, EAGAIN));
376 return (ctf_set_errno(fp, err));
505 return (ctf_set_errno(fp, ECTF_RDONLY));
532 return (ctf_set_errno(fp, EINVAL));
535 return (ctf_set_errno(fp, ECTF_RDONLY));
538 return (ctf_set_errno(fp, ECTF_FULL));
541 return (ctf_set_errno(fp, EAGAIN));
545 return (ctf_set_errno(fp, EAGAIN));
592 return (ctf_set_errno(f
[all...]
H A Dctf_types.c81 return (ctf_set_errno(ofp, ECTF_NOTSOU));
130 return (ctf_set_errno(ofp, ECTF_NOTENUM));
188 return (ctf_set_errno(ofp, ECTF_CORRUPT));
222 return (ctf_set_errno(fp, cd.cd_err));
301 (void) ctf_set_errno(fp, ECTF_NAMELEN);
467 return (ctf_set_errno(ofp, ECTF_NOTREF));
491 return (ctf_set_errno(ofp, ECTF_NOTYPE));
494 return (ctf_set_errno(ofp, ECTF_NOTYPE));
499 return (ctf_set_errno(ofp, ECTF_NOTYPE));
532 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.c1012 return (ctf_set_errno(fp, EINVAL));
1015 return (ctf_set_errno(fp, ECTF_DMODEL));
1044 return (ctf_set_errno(fp, EINVAL));
H A Dctf_lib.c430 return (ctf_set_errno(fp, errno));
/macosx-10.10/dtrace-147/head/
H A Dctf_impl.h314 extern long ctf_set_errno(ctf_file_t *, int);

Completed in 111 milliseconds