Searched refs:ctf_type_resolve (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_xlator.c190 dxp->dx_src_base = ctf_type_resolve(src->dtt_ctfp, src->dtt_type);
194 dxp->dx_dst_base = ctf_type_resolve(dst->dtt_ctfp, dst->dtt_type);
262 ctf_id_t src_base = ctf_type_resolve(src_ctfp, src_type);
266 ctf_id_t dst_base = ctf_type_resolve(dst_ctfp, dst_type);
284 dst_base = ctf_type_resolve(dst_ctfp, dst_type);
365 if (ctf_type_kind(ctfp, ctf_type_resolve(ctfp, type)) == CTF_K_POINTER)
H A Ddt_parser.c273 ctf_id_t base = ctf_type_resolve(ctfp, type);
344 ctf_id_t lbase = ctf_type_resolve(lfp, ltype);
347 ctf_id_t rbase = ctf_type_resolve(rfp, rtype);
682 ctf_id_t base = ctf_type_resolve(fp, type);
760 base = ctf_type_resolve(dnp->dn_ctfp, dnp->dn_type);
849 type = ctf_type_resolve(fp, dnp->dn_type);
869 type = ctf_type_resolve(fp, dnp->dn_type);
888 type = ctf_type_resolve(fp, dnp->dn_type);
909 type = ctf_type_resolve(fp, dnp->dn_type);
928 type = ctf_type_resolve(f
[all...]
H A Ddt_print.c384 (rtype = ctf_type_resolve(ctfp, car.ctr_contents)) == CTF_ERR ||
563 if ((rtype = ctf_type_resolve(ctfp, id)) == CTF_ERR ||
H A Ddt_printf.c120 base = ctf_type_resolve(ctfp, dnp->dn_type);
124 (base = ctf_type_resolve(ctfp, r.ctr_contents)) != CTF_ERR &&
133 ctf_id_t base = ctf_type_resolve(ctfp, dnp->dn_type);
140 (base = ctf_type_resolve(ctfp, r.ctr_contents)) != CTF_ERR &&
184 ctf_id_t type = ctf_type_resolve(ctfp, dnp->dn_type);
197 ctf_id_t type = ctf_type_resolve(ctfp, dnp->dn_type);
213 if (ctf_type_name(ctfp, ctf_type_resolve(ctfp, type), n,
240 return (ctf_type_compat(dnp->dn_ctfp, ctf_type_resolve(dnp->dn_ctfp,
H A Ddt_cg.c83 type = ctf_type_resolve(fp, dtt.dtt_type);
199 type = ctf_type_resolve(ctfp, dnp->dn_type);
340 type = ctf_type_resolve(fp, dst->dn_left->dn_type);
344 type = ctf_type_resolve(fp, type);
649 type = ctf_type_resolve(ctfp, dnp->dn_type);
706 type = ctf_type_resolve(ctfp, dnp->dn_type);
1865 type = ctf_type_resolve(ctfp, dnp->dn_left->dn_type);
1869 type = ctf_type_resolve(ctfp, type);
H A Ddt_decl.c547 base = ctf_type_resolve(dtt.dtt_ctfp, dtt.dtt_type);
H A Ddt_options.c795 ctf_id_t type = ctf_type_resolve(fp, DT_STR_TYPE(dtp));
H A Ddt_module.c1668 if (ctf_type_kind(fp, ctf_type_resolve(fp, id)) !=
/freebsd-13-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_types.c66 if ((type = ctf_type_resolve(fp, type)) == CTF_ERR)
118 if ((type = ctf_type_resolve(fp, type)) == CTF_ERR)
168 ctf_type_resolve(ctf_file_t *fp, ctf_id_t type) function
351 if ((type = ctf_type_resolve(fp, type)) == CTF_ERR)
399 if ((type = ctf_type_resolve(fp, type)) == CTF_ERR)
512 if ((type = ctf_type_resolve(fp, type)) == CTF_ERR)
608 ltype = ctf_type_resolve(lfp, ltype);
611 rtype = ctf_type_resolve(rfp, rtype);
656 if ((type = ctf_type_resolve(fp, type)) == CTF_ERR)
755 if ((type = ctf_type_resolve(f
[all...]
H A Dctf_lookup.c116 ntype = ctf_type_resolve(fp, type);
H A Dctf_create.c1094 ctf_id_t ltype = ctf_type_resolve(fp, lmd->dmd_type);
/freebsd-13-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dctf_api.h181 extern ctf_id_t ctf_type_resolve(ctf_file_t *, ctf_id_t);

Completed in 200 milliseconds