Searched refs:ctf_errno (Results 1 - 13 of 13) sorted by relevance

/freebsd-10-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_error.c97 ctf_errno(ctf_file_t *fp) function
99 return (fp->ctf_errno);
H A Dctf_util.c150 fp->ctf_errno = err;
H A Dctf_decl.c98 cd->cd_err = fp->ctf_errno;
H A Dctf_impl.h205 int ctf_errno; /* error code for most recent error */ member in struct:ctf_file
H A Dctf_create.c1278 return (ctf_set_errno(dst_fp, ctf_errno(src_fp)));
1374 return (ctf_set_errno(dst_fp, ctf_errno(src_fp)));
1404 return (ctf_set_errno(dst_fp, ctf_errno(src_fp)));
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_decl.c493 n, ctf_errmsg(ctf_errno(ctfp)));
610 ctf_errmsg(ctf_errno(dsp->ds_ctfp)));
633 idname, ctf_errmsg(ctf_errno(dtt.dtt_ctfp)));
640 idname, ctf_errmsg(ctf_errno(dsp->ds_ctfp)));
682 n, ctf_errmsg(ctf_errno(ctfp)));
748 name, ctf_errmsg(ctf_errno(dsp->ds_ctfp)));
942 ctf_errmsg(ctf_errno(tip->dtt_ctfp)));
963 ctf_errmsg(ctf_errno(tip->dtt_ctfp)));
1041 name, ctf_errmsg(ctf_errno(dmp->dm_ctfp)));
1113 ctf_errmsg(ctf_errno(ds
[all...]
H A Ddt_open.c1387 ctf_errno(dmp->dm_ctfp)));
1394 ctf_errmsg(ctf_errno(dmp->dm_ctfp)));
1413 ctf_errmsg(ctf_errno(dmp->dm_ctfp)));
1439 ctf_errmsg(ctf_errno(dmp->dm_ctfp)));
1454 ctf_errmsg(ctf_errno(dmp->dm_ctfp)));
1504 ctf_errmsg(ctf_errno(dmp->dm_ctfp)));
1510 ctf_errmsg(ctf_errno(dmp->dm_ctfp)));
H A Ddt_options.c774 dtp->dt_ctferr = ctf_errno(fp);
783 dtp->dt_ctferr = ctf_errno(fp);
H A Ddt_cg.c87 return (NULL); /* ctf_errno is set for us */
205 yypcb->pcb_hdl->dt_ctferr = ctf_errno(ctfp);
349 yypcb->pcb_hdl->dt_ctferr = ctf_errno(ofp);
1065 ctf_errno(dxp->dx_dst_ctfp);
1908 yypcb->pcb_hdl->dt_ctferr = ctf_errno(octfp);
H A Ddt_parser.c292 dtp->dt_ctferr = ctf_errno(dmp->dm_ctfp);
299 dtp->dt_ctferr = ctf_errno(dmp->dm_ctfp);
368 yypcb->pcb_hdl->dt_ctferr = ctf_errno(lfp);
373 yypcb->pcb_hdl->dt_ctferr = ctf_errno(rfp);
1536 ctf_errmsg(ctf_errno(dtt.dtt_ctfp)));
1545 dsp->ds_ident, ctf_errmsg(ctf_errno(dmp->dm_ctfp)));
1828 name, ctf_errmsg(ctf_errno(dtt.dtt_ctfp)));
2968 dtp->dt_ctferr = ctf_errno(cp->dn_ctfp);
H A Ddt_module.c895 dtp->dt_ctferr = ctf_errno(dmp->dm_ctfp);
1664 dtp->dt_ctferr = ctf_errno(tip->dtt_ctfp);
H A Ddt_provider.c653 tag, ctf_errmsg(ctf_errno(dtt.dtt_ctfp)));
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dctf_api.h118 * to indicate failure. ctf_errno() can be used to obtain an error code.
171 extern int ctf_errno(ctf_file_t *);

Completed in 227 milliseconds