Searched refs:ctf_type_reference (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dctf_api.h189 extern ctf_id_t ctf_type_reference(ctf_file_t *, ctf_id_t);
/freebsd-13-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_types.c473 ctf_type_reference(ctf_file_t *fp, ctf_id_t type) function
628 return (ctf_type_compat(lfp, ctf_type_reference(lfp, ltype),
629 rfp, ctf_type_reference(rfp, rtype)));
H A Dctf_create.c1414 src_type = ctf_type_reference(src_fp, src_type);
1553 src_type = ctf_type_reference(src_fp, src_type);
1561 * ctf_type_reference(dst_fp, dst_type) != src_type and if so
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_print.c319 ctf_id_t bid = ctf_type_reference(ctfp, base);
H A Ddt_xlator.c283 dst_type = ctf_type_reference(dst_ctfp, dst_type);
H A Ddt_cg.c210 type = ctf_type_reference(ctfp, type);
343 type = ctf_type_reference(fp, type);
651 size = ctf_type_size(ctfp, ctf_type_reference(ctfp, type));
708 size = ctf_type_size(ctfp, ctf_type_reference(ctfp, type));
1868 type = ctf_type_reference(ctfp, type);
H A Ddt_parser.c932 type = ctf_type_resolve(fp, ctf_type_reference(fp, type));
995 (base = ctf_type_reference(fp, base)) != CTF_ERR &&
1093 ctf_type_reference(lfp, lbase));
1106 ctf_type_reference(rfp, rbase));
2983 type = ctf_type_reference(cp->dn_ctfp, type);
3728 type = ctf_type_reference(ctfp, type);
4243 ltype = ctf_type_reference(lctfp, ltype);
H A Ddt_printf.c230 type = ctf_type_reference(ctfp, type);

Completed in 97 milliseconds