Home
last modified time | relevance | path

Searched refs:dst_ctfp (Results 1 – 1 of 1) sorted by relevance

/freebsd-9-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
Ddt_xlator.c262 ctf_file_t *dst_ctfp = dst->dn_ctfp; in dt_xlator_lookup() local
264 ctf_id_t dst_base = ctf_type_resolve(dst_ctfp, dst_type); in dt_xlator_lookup()
265 uint_t dst_kind = ctf_type_kind(dst_ctfp, dst_base); in dt_xlator_lookup()
281 dst_type = ctf_type_reference(dst_ctfp, dst_type); in dt_xlator_lookup()
282 dst_base = ctf_type_resolve(dst_ctfp, dst_type); in dt_xlator_lookup()
283 dst_kind = ctf_type_kind(dst_ctfp, dst_base); in dt_xlator_lookup()
303 dst_ctfp, dst_base)) in dt_xlator_lookup()
315 dst_ctfp, dst_base)) in dt_xlator_lookup()
323 dst_ctfp, dst_base) && dt_node_is_argcompat(src, &xn)) in dt_xlator_lookup()
343 dst_dtt.dtt_object = dt_module_lookup_by_ctf(dtp, dst_ctfp)->dm_name; in dt_xlator_lookup()
[all …]