Searched refs:CTF_ERR (Results 1 - 22 of 22) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_create.c598 if ((type = ctf_add_generic(fp, flag, name, &dtd)) == CTF_ERR)
599 return (CTF_ERR); /* errno is set for us */
614 if (ref == CTF_ERR || ref < 0 || ref > CTF_MAX_TYPE)
617 if ((type = ctf_add_generic(fp, flag, NULL, &dtd)) == CTF_ERR)
618 return (CTF_ERR); /* errno is set for us */
655 if ((type = ctf_add_generic(fp, flag, NULL, &dtd)) == CTF_ERR)
656 return (CTF_ERR); /* errno is set for us */
705 if ((type = ctf_add_generic(fp, flag, NULL, &dtd)) == CTF_ERR) {
707 return (CTF_ERR); /* errno is set for us */
734 else if ((type = ctf_add_generic(fp, flag, name, &dtd)) == CTF_ERR)
[all...]
H A Dctf_labels.c63 if (extract_label_info(fp, &ctlp, &num_labels) == CTF_ERR)
90 if (extract_label_info(fp, &ctlp, &num_labels) == CTF_ERR)
91 return (CTF_ERR); /* errno is set */
148 if ((rc = ctf_label_iter(fp, label_info_cb, &cb_arg)) == CTF_ERR)
H A Dctf_types.c70 if ((type = ctf_type_resolve(fp, type)) == CTF_ERR)
71 return (CTF_ERR); /* errno is set for us */
74 return (CTF_ERR); /* errno is set for us */
122 if ((type = ctf_type_resolve(fp, type)) == CTF_ERR)
123 return (CTF_ERR); /* errno is set for us */
126 return (CTF_ERR); /* errno is set for us */
197 return (CTF_ERR); /* errno is set for us */
213 if (fp == NULL && type == CTF_ERR)
214 return (-1); /* simplify caller code by permitting CTF_ERR */
328 if ((type = ctf_type_resolve(fp, type)) == CTF_ERR)
[all...]
H A Dctf_lookup.c119 if (ntype == CTF_ERR || (ntype = fp->ctf_ptrtab[
172 (ptype = ctf_lookup_by_name(fp->ctf_parent, name)) != CTF_ERR)
175 return (CTF_ERR);
304 if (ctf_func_info(fp, symidx, &f) == CTF_ERR)
305 return (CTF_ERR); /* errno is set for us */
H A Dctf_util.c147 * CTF_ERR for the benefit of the caller.
153 return (CTF_ERR);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_decl.c85 ddp->dd_type = CTF_ERR;
149 dsp->ds_type = CTF_ERR;
322 if (dnp->dn_type == CTF_ERR && !(flags & DT_DP_VARARGS)) {
484 if (name != NULL && (type = ctf_lookup_by_name(ctfp, n)) != CTF_ERR &&
493 if (type == CTF_ERR || ctf_update(ctfp) == CTF_ERR) {
590 ctf_type_encoding(dtt.dtt_ctfp, base, &cte) == CTF_ERR ||
608 if (dtt.dtt_type == CTF_ERR ||
609 ctf_update(dsp->ds_ctfp) == CTF_ERR) {
632 if (dtt.dtt_type == CTF_ERR ||
[all...]
H A Ddt_open.c559 { "int", NULL, CTF_ERR, 0x7fffffffULL },
560 { "unsigned int", NULL, CTF_ERR, 0xffffffffULL },
561 { "long", NULL, CTF_ERR, 0x7fffffffULL },
562 { "unsigned long", NULL, CTF_ERR, 0xffffffffULL },
563 { "long long", NULL, CTF_ERR, 0x7fffffffffffffffULL },
564 { "unsigned long long", NULL, CTF_ERR, 0xffffffffffffffffULL }
572 { "int", NULL, CTF_ERR, 0x7fffffffULL },
573 { "unsigned int", NULL, CTF_ERR, 0xffffffffULL },
574 { "long", NULL, CTF_ERR, 0x7fffffffffffffffULL },
575 { "unsigned long", NULL, CTF_ERR,
[all...]
H A Ddt_xlator.c128 ptr.dtt_type = CTF_ERR;
274 if (src_base == CTF_ERR || dst_base == CTF_ERR)
330 if (ptr && dxp != NULL && dxp->dx_ptrid.di_type == CTF_ERR)
H A Ddt_ident.c253 * as a dis_args[] element with ctfp = NULL, type == CTF_ERR).
274 isp->dis_args[i].dn_type = CTF_ERR;
371 if (xnp->dn_type == CTF_ERR) {
376 if (nnp->dn_type == CTF_ERR) {
473 if (idp->di_type == CTF_ERR) {
495 if (idp->di_ctfp != NULL && idp->di_type != CTF_ERR)
923 idp->di_type = CTF_ERR;
H A Ddt_provider.c318 dtt.dtt_type = CTF_ERR;
324 if (dtt.dtt_type != CTF_ERR && (adp->dtargd_xlate[0] == '\0' ||
337 dtt.dtt_type = CTF_ERR;
631 if (dtt.dtt_type == CTF_ERR ||
632 ctf_update(dtt.dtt_ctfp) == CTF_ERR) {
H A Ddt_parser.c63 * 1. dn_ctfp = NULL, dn_type = CTF_ERR
263 if ((ptr = ctf_type_pointer(ctfp, type)) != CTF_ERR ||
264 (ptr = ctf_type_pointer(ctfp, base)) != CTF_ERR) {
275 (type = ctf_add_type(dmp->dm_ctfp, ctfp, type)) == CTF_ERR) {
282 if (ptr == CTF_ERR || ctf_update(dmp->dm_ctfp) == CTF_ERR) {
350 if (ctf_type_encoding(lfp, lbase, &le) == CTF_ERR) {
355 if (ctf_type_encoding(rfp, rbase, &re) == CTF_ERR) {
507 dnp->dn_type = CTF_ERR;
952 (base = ctf_type_reference(fp, base)) != CTF_ERR
[all...]
H A Ddt_grammar.y249 { dt_scope_push(NULL, CTF_ERR); } DT_TOK_ASGN
817 array: DT_TOK_LBRAC { dt_scope_push(NULL, CTF_ERR); }
830 function: DT_TOK_LPAR { dt_scope_push(NULL, CTF_ERR); }
H A Ddt_module.c673 if (ctf_import(dmp->dm_ctfp, pfp) == CTF_ERR) {
1225 if ((id = ctf_lookup_by_name(dmp->dm_ctfp, name)) != CTF_ERR) {
1252 tip->dtt_type = CTF_ERR;
1274 if (tip->dtt_type == CTF_ERR) {
H A Ddt_options.c756 if (ctf_array_info(fp, type, &r) == CTF_ERR) {
764 if (ctf_set_array(fp, type, &r) == CTF_ERR ||
765 ctf_update(fp) == CTF_ERR) {
H A Ddt_printf.c120 (base = ctf_type_resolve(ctfp, r.ctr_contents)) != CTF_ERR &&
136 (base = ctf_type_resolve(ctfp, r.ctr_contents)) != CTF_ERR &&
764 dtt.dtt_type = CTF_ERR;
H A Ddt_cg.c86 if (ctf_member_info(fp, type, s, mp) == CTF_ERR)
167 ctf_type_encoding(ctfp, type, &e) != CTF_ERR)
423 ctf_type_encoding(dst->dn_ctfp, dst->dn_type, &e) != CTF_ERR)
1052 mnp->dn_membname, &ctm) == CTF_ERR) {
H A Ddt_cc.c2260 ctf_write(dtp->dt_cdefs->dm_ctfp, dtp->dt_cdefs_fd) == CTF_ERR))
2265 ctf_write(dtp->dt_ddefs->dm_ctfp, dtp->dt_ddefs_fd) == CTF_ERR))
/vbox/src/VBox/Runtime/r0drv/solaris/
H A Ddbgkrnlinfo-r0drv-solaris.c214 if (TypeIdent != CTF_ERR)
218 if (ctf_member_info(pThis->pGenUnixCTF, TypeIdent, pszMember, &MemberInfo) != CTF_ERR)
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/cmd/chkargs/
H A Dchkargs.c58 if (p.dtp_argv[i].dtt_type == CTF_ERR) {
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/sys/
H A Dctf_api.h125 #define CTF_ERR (-1L) macro
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/intel/dtrace/
H A Dfbt.c640 if (ctf_func_info(fp, fbt->fbtp_symndx, &f) == CTF_ERR)
653 if (ctf_func_args(fp, fbt->fbtp_symndx, argc, argv) == CTF_ERR)
/vbox/src/VBox/HostDrivers/VBoxNetFlt/solaris/
H A DVBoxNetFlt-solaris.c427 if (TypeId != CTF_ERR)
431 if (ctf_member_info(pCtfFile, TypeId, pszMember, &MemberInfo) != CTF_ERR)

Completed in 105 milliseconds