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

/freebsd-11-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-11-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.c1393 src_type = ctf_type_reference(src_fp, src_type);
1532 src_type = ctf_type_reference(src_fp, src_type);
1540 * ctf_type_reference(dst_fp, dst_type) != src_type and if so
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_xlator.c283 dst_type = ctf_type_reference(dst_ctfp, dst_type);
H A Ddt_print.c320 ctf_id_t bid = ctf_type_reference(ctfp, base);
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));
1902 type = ctf_type_reference(ctfp, type);
H A Ddt_consume.c1745 dt_print_type_data(&cbdata, ctf_type_reference(cbdatap->dtt.dtt_ctfp,type));
1750 dt_print_type_data(&cbdata, ctf_type_reference(cbdatap->dtt.dtt_ctfp,type));
1755 dt_print_type_data(&cbdata, ctf_type_reference(cbdatap->dtt.dtt_ctfp,type));
1760 dt_print_type_data(&cbdata, ctf_type_reference(cbdatap->dtt.dtt_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));
2973 type = ctf_type_reference(cp->dn_ctfp, type);
3725 type = ctf_type_reference(ctfp, type);
4240 ltype = ctf_type_reference(lctfp, ltype);
H A Ddt_printf.c223 type = ctf_type_reference(ctfp, type);

Completed in 201 milliseconds