Symbol: ctf_type_reference
usr/src/cmd/ctfdump/ctfdump.c
568
if ((ref = ctf_type_reference(g_fp, id)) == CTF_ERR)
usr/src/cmd/ctfdump/ctfdump.c
652
if ((ref = ctf_type_reference(g_fp, id)) == CTF_ERR)
usr/src/cmd/ctfdump/ctfdump.c
659
if ((ref = ctf_type_reference(g_fp, id)) == CTF_ERR)
usr/src/cmd/ctfdump/ctfdump.c
666
if ((ref = ctf_type_reference(g_fp, id)) == CTF_ERR)
usr/src/cmd/ctfdump/ctfdump.c
673
if ((ref = ctf_type_reference(g_fp, id)) == CTF_ERR)
usr/src/cmd/ctfdump/ctfdump.c
717
if ((ref = ctf_type_reference(g_fp, id)) == CTF_ERR) {
usr/src/cmd/ctfdump/ctfdump.c
845
ctf_type_reference(g_fp, id), refname,
usr/src/cmd/ctfdump/ctfdump.c
852
ref = ctf_type_reference(g_fp, id);
usr/src/cmd/mdb/common/mdb/mdb_ctf.c
621
if ((id = ctf_type_reference(idp->mci_fp, idp->mci_id)) == CTF_ERR) {
usr/src/common/ctf/ctf_create.c
1828
src_type = ctf_type_reference(src_fp, src_type);
usr/src/common/ctf/ctf_create.c
1968
src_type = ctf_type_reference(src_fp, src_type);
usr/src/common/ctf/ctf_types.c
790
return (ctf_type_compat(lfp, ctf_type_reference(lfp, ltype),
usr/src/common/ctf/ctf_types.c
791
rfp, ctf_type_reference(rfp, rtype)));
usr/src/lib/abi/apptrace/common/apptrace.c
618
type = ctf_type_reference(ctfp, rtype);
usr/src/lib/abi/apptrace/common/apptrace.c
648
type = ctf_type_reference(ctfp, rtype);
usr/src/lib/abi/apptrace/common/apptraceutil.c
230
if ((base = ctf_type_reference(ctfp, base)) == CTF_ERR)
usr/src/lib/abi/apptrace/common/apptraceutil.c
62
type = ctf_type_reference(ctfp, rtype);
usr/src/lib/libctf/common/ctf_diff.c
167
iref = ctf_type_reference(ifp, iid);
usr/src/lib/libctf/common/ctf_diff.c
174
oref = ctf_type_reference(ofp, oid);
usr/src/lib/libctf/common/ctf_diff.c
193
iref = ctf_type_reference(ifp, iid);
usr/src/lib/libctf/common/ctf_diff.c
197
oref = ctf_type_reference(ofp, oid);
usr/src/lib/libctf/common/ctf_merge.c
264
reftype = ctf_type_reference(cmp->cm_src, id);
usr/src/lib/libctf/common/ctf_merge.c
301
reftype = ctf_type_reference(cmp->cm_src, id);
usr/src/lib/libdtrace/common/dt_cg.c
1891
type = ctf_type_reference(ctfp, type);
usr/src/lib/libdtrace/common/dt_cg.c
215
type = ctf_type_reference(ctfp, type);
usr/src/lib/libdtrace/common/dt_cg.c
348
type = ctf_type_reference(fp, type);
usr/src/lib/libdtrace/common/dt_cg.c
656
size = ctf_type_size(ctfp, ctf_type_reference(ctfp, type));
usr/src/lib/libdtrace/common/dt_cg.c
713
size = ctf_type_size(ctfp, ctf_type_reference(ctfp, type));
usr/src/lib/libdtrace/common/dt_parser.c
1000
(base = ctf_type_reference(fp, base)) != CTF_ERR &&
usr/src/lib/libdtrace/common/dt_parser.c
1098
ctf_type_reference(lfp, lbase));
usr/src/lib/libdtrace/common/dt_parser.c
1111
ctf_type_reference(rfp, rbase));
usr/src/lib/libdtrace/common/dt_parser.c
2989
type = ctf_type_reference(cp->dn_ctfp, type);
usr/src/lib/libdtrace/common/dt_parser.c
3733
type = ctf_type_reference(ctfp, type);
usr/src/lib/libdtrace/common/dt_parser.c
4249
ltype = ctf_type_reference(lctfp, ltype);
usr/src/lib/libdtrace/common/dt_parser.c
937
type = ctf_type_resolve(fp, ctf_type_reference(fp, type));
usr/src/lib/libdtrace/common/dt_print.c
339
ctf_id_t bid = ctf_type_reference(ctfp, base);
usr/src/lib/libdtrace/common/dt_printf.c
216
type = ctf_type_reference(ctfp, type);
usr/src/lib/libdtrace/common/dt_xlator.c
283
dst_type = ctf_type_reference(dst_ctfp, dst_type);
usr/src/test/util-tests/tests/ctf/check-common.c
364
base = ctf_type_reference(fp, base);
usr/src/test/util-tests/tests/ctf/check-common.c
739
(tid = ctf_type_reference(fp, tid)) == CTF_ERR) {
usr/src/uts/common/sys/ctf_api.h
260
extern ctf_id_t ctf_type_reference(ctf_file_t *, ctf_id_t);