Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_parser.c4241 ctf_file_t *lctfp = dnp->dn_ctfp; in dt_cook_inline() local
4242 ctf_id_t ltype = ctf_type_resolve(lctfp, dnp->dn_type); in dt_cook_inline()
4248 if (ctf_type_kind(lctfp, ltype) == CTF_K_POINTER) { in dt_cook_inline()
4249 ltype = ctf_type_reference(lctfp, ltype); in dt_cook_inline()
4250 ltype = ctf_type_resolve(lctfp, ltype); in dt_cook_inline()
4253 if (ctf_type_compat(lctfp, ltype, rctfp, rtype) == 0) { in dt_cook_inline()
4257 dt_type_name(lctfp, ltype, n1, sizeof (n1)), in dt_cook_inline()