Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_xlator.c266 ctf_id_t dst_base = ctf_type_resolve(dst_ctfp, dst_type); in dt_xlator_lookup() local
267 uint_t dst_kind = ctf_type_kind(dst_ctfp, dst_base); in dt_xlator_lookup()
274 if (src_base == CTF_ERR || dst_base == CTF_ERR) in dt_xlator_lookup()
284 dst_base = ctf_type_resolve(dst_ctfp, dst_type); in dt_xlator_lookup()
285 dst_kind = ctf_type_kind(dst_ctfp, dst_base); in dt_xlator_lookup()
305 dst_ctfp, dst_base)) in dt_xlator_lookup()
317 dst_ctfp, dst_base)) in dt_xlator_lookup()
326 dst_ctfp, dst_base) && dt_node_is_argcompat(src, &xn)) in dt_xlator_lookup()