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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/sys/
H A Dctf_api.h191 extern ctf_id_t ctf_type_reference(ctf_file_t *, ctf_id_t);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_types.c450 ctf_type_reference(ctf_file_t *fp, ctf_id_t type) function
605 return (ctf_type_compat(lfp, ctf_type_reference(lfp, ltype),
606 rfp, ctf_type_reference(rfp, rtype)));
H A Dctf_create.c1212 src_type = ctf_type_reference(src_fp, src_type);
1343 src_type = ctf_type_reference(src_fp, src_type);
1351 * ctf_type_reference(dst_fp, dst_type) != src_type and if so
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_xlator.c283 dst_type = ctf_type_reference(dst_ctfp, dst_type);
H A Ddt_cg.c213 type = ctf_type_reference(ctfp, type);
347 type = ctf_type_reference(fp, type);
634 size = ctf_type_size(ctfp, ctf_type_reference(ctfp, type));
693 size = ctf_type_size(ctfp, ctf_type_reference(ctfp, type));
1706 type = ctf_type_reference(ctfp, type);
H A Ddt_parser.c889 type = ctf_type_resolve(fp, ctf_type_reference(fp, type));
952 (base = ctf_type_reference(fp, base)) != CTF_ERR &&
1050 ctf_type_reference(lfp, lbase));
1063 ctf_type_reference(rfp, rbase));
2916 type = ctf_type_reference(cp->dn_ctfp, type);
3650 type = ctf_type_reference(ctfp, type);
4155 ltype = ctf_type_reference(lctfp, ltype);
H A Ddt_printf.c226 type = ctf_type_reference(ctfp, type);

Completed in 61 milliseconds