Searched refs:ctf_errno (Results 1 – 20 of 20) sorted by relevance
/titanic_44/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_ctf.c | 297 (void) set_errno(ctf_to_errno(ctf_errno(fp))); in name_to_type() 360 return (set_errno(ctf_to_errno(ctf_errno(fp)))); in mdb_ctf_lookup_by_symbol() 421 return (set_errno(ctf_to_errno(ctf_errno(fp)))); in mdb_ctf_module_lookup() 464 return (set_errno(ctf_to_errno(ctf_errno(fp)))); in mdb_ctf_func_info() 491 return (set_errno(ctf_to_errno(ctf_errno(fp)))); in mdb_ctf_func_args() 531 return (set_errno(ctf_to_errno(ctf_errno(idp->mci_fp)))); in mdb_ctf_type_resolve() 566 (void) set_errno(ctf_to_errno(ctf_errno(idp->mci_fp))); in mdb_ctf_type_name() 582 return (set_errno(ctf_to_errno(ctf_errno(idp->mci_fp)))); in mdb_ctf_type_size() 594 return (set_errno(ctf_to_errno(ctf_errno(idp->mci_fp)))); in mdb_ctf_type_kind() 608 return (set_errno(ctf_to_errno(ctf_errno(idp->mci_fp)))); in mdb_ctf_type_reference() [all …]
|
H A D | mdb_kvm.c | 1249 ctf_errmsg(ctf_errno(km->km_ctfp))); in kt_load_ctfdata()
|
/titanic_44/usr/src/common/ctf/ |
H A D | ctf_error.c | 97 ctf_errno(ctf_file_t *fp) in ctf_errno() function 99 return (fp->ctf_errno); in ctf_errno()
|
H A D | ctf_util.c | 150 fp->ctf_errno = err; in ctf_set_errno()
|
H A D | ctf_decl.c | 98 cd->cd_err = fp->ctf_errno; in ctf_decl_push()
|
H A D | ctf_impl.h | 205 int ctf_errno; /* error code for most recent error */ member
|
H A D | ctf_create.c | 1278 return (ctf_set_errno(dst_fp, ctf_errno(src_fp))); in ctf_add_type() 1358 return (ctf_set_errno(dst_fp, ctf_errno(src_fp))); in ctf_add_type() 1388 return (ctf_set_errno(dst_fp, ctf_errno(src_fp))); in ctf_add_type()
|
/titanic_44/usr/src/lib/libdtrace/common/ |
H A D | dt_decl.c | 510 n, ctf_errmsg(ctf_errno(ctfp))); in dt_decl_sou() 627 ctf_errmsg(ctf_errno(dsp->ds_ctfp))); in dt_decl_member() 650 idname, ctf_errmsg(ctf_errno(dtt.dtt_ctfp))); in dt_decl_member() 657 idname, ctf_errmsg(ctf_errno(dsp->ds_ctfp))); in dt_decl_member() 699 n, ctf_errmsg(ctf_errno(ctfp))); in dt_decl_enum() 764 name, ctf_errmsg(ctf_errno(dsp->ds_ctfp))); in dt_decl_enumerator() 958 ctf_errmsg(ctf_errno(tip->dtt_ctfp))); in dt_decl_type() 979 ctf_errmsg(ctf_errno(tip->dtt_ctfp))); in dt_decl_type() 1057 name, ctf_errmsg(ctf_errno(dmp->dm_ctfp))); in dt_decl_type() 1129 ctf_errmsg(ctf_errno(dsp->ds_ctfp))); in dt_scope_pop()
|
H A D | dt_open.c | 1124 ctf_errno(dmp->dm_ctfp))); in dt_vopen() 1131 ctf_errmsg(ctf_errno(dmp->dm_ctfp))); in dt_vopen() 1150 ctf_errmsg(ctf_errno(dmp->dm_ctfp))); in dt_vopen() 1176 ctf_errmsg(ctf_errno(dmp->dm_ctfp))); in dt_vopen() 1191 ctf_errmsg(ctf_errno(dmp->dm_ctfp))); in dt_vopen() 1241 ctf_errmsg(ctf_errno(dmp->dm_ctfp))); in dt_vopen() 1247 ctf_errmsg(ctf_errno(dmp->dm_ctfp))); in dt_vopen()
|
H A D | dt_options.c | 772 dtp->dt_ctferr = ctf_errno(fp); in dt_opt_strsize() 781 dtp->dt_ctferr = ctf_errno(fp); in dt_opt_strsize()
|
H A D | dt_parser.c | 287 dtp->dt_ctferr = ctf_errno(dmp->dm_ctfp); in dt_type_pointer() 294 dtp->dt_ctferr = ctf_errno(dmp->dm_ctfp); in dt_type_pointer() 363 yypcb->pcb_hdl->dt_ctferr = ctf_errno(lfp); in dt_type_promote() 368 yypcb->pcb_hdl->dt_ctferr = ctf_errno(rfp); in dt_type_promote() 1531 ctf_errmsg(ctf_errno(dtt.dtt_ctfp))); in dt_node_decl() 1540 dsp->ds_ident, ctf_errmsg(ctf_errno(dmp->dm_ctfp))); in dt_node_decl() 1822 name, ctf_errmsg(ctf_errno(dtt.dtt_ctfp))); in dt_node_offsetof() 2972 dtp->dt_ctferr = ctf_errno(cp->dn_ctfp); in dt_cook_op1()
|
H A D | dt_cg.c | 205 yypcb->pcb_hdl->dt_ctferr = ctf_errno(ctfp); in dt_cg_ptrsize() 349 yypcb->pcb_hdl->dt_ctferr = ctf_errno(ofp); in dt_cg_field_set() 1065 ctf_errno(dxp->dx_dst_ctfp); in dt_cg_asgn_op() 1874 yypcb->pcb_hdl->dt_ctferr = ctf_errno(octfp); in dt_cg_node()
|
H A D | dt_module.c | 847 dtp->dt_ctferr = ctf_errno(dmp->dm_ctfp); in dt_module_getctf() 1512 dtp->dt_ctferr = ctf_errno(tip->dtt_ctfp); in dtrace_symbol_type()
|
H A D | dt_provider.c | 649 tag, ctf_errmsg(ctf_errno(dtt.dtt_ctfp))); in dt_probe_tag()
|
/titanic_44/usr/src/cmd/mdb/common/libstandctf/ |
H A D | mapfile | 64 ctf_errno;
|
/titanic_44/usr/src/uts/common/ctf/ |
H A D | mapfile | 67 ctf_errno;
|
/titanic_44/usr/src/tools/ctf/stabs/common/ |
H A D | forth.c | 203 part, ctf_errmsg(ctf_errno(ctf)))); in fth_section_init()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | ctf_api.h | 167 extern int ctf_errno(ctf_file_t *);
|
/titanic_44/usr/src/lib/libctf/common/ |
H A D | mapfile-vers | 94 ctf_errno;
|
/titanic_44/usr/src/cmd/mdb/common/kmdb/ |
H A D | kmdb_kvm.c | 1292 ctf_errmsg(ctf_errno(km->km_ctfp))); in kmt_load_ctfdata()
|