Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_parser.c334 ctf_file_t *lfp = lp->dn_ctfp; in dt_type_promote()
337 ctf_file_t *rfp = rp->dn_ctfp; in dt_type_promote()
519 dnp->dn_ctfp = NULL; in dt_node_xalloc()
711 dnp->dn_ctfp = fp; in dt_node_type_assign_member()
729 dst->dn_ctfp = src->dn_ctfp; in dt_node_type_propagate()
3079 dtt.dtt_ctfp = cp->dn_ctfp; in dt_cook_op1()
3419 ctfp = lp->dn_ctfp; in dt_cook_op2()
3423 ctfp = rp->dn_ctfp; in dt_cook_op2()
3567 ctfp = rp->dn_ctfp; in dt_cook_op2()
3721 ctfp = lp->dn_ctfp; in dt_cook_op2()
[all …]
H A Ddt_ident.c83 if (isp->dis_args[i].dn_ctfp != NULL) in dt_idcook_sign()
268 isp->dis_args[i].dn_ctfp = NULL; in dt_idcook_func()
336 dt_type_name(ap->dn_ctfp, ap->dn_type, n1, sizeof (n1))); in dt_idcook_args()
397 xidp = dt_xlator_ident(dxp, xnp->dn_ctfp, xnp->dn_type); in dt_idcook_args()
449 dt_type_name(ap->dn_ctfp, ap->dn_type, n, sizeof (n))); in dt_idcook_regs()
H A Ddt_printf.c105 ctfp = dnp->dn_ctfp; in pfcheck_str()
118 ctf_file_t *ctfp = dnp->dn_ctfp; in pfcheck_wstr()
169 ctf_file_t *ctfp = dnp->dn_ctfp; in pfcheck_xshort()
182 ctf_file_t *ctfp = dnp->dn_ctfp; in pfcheck_xlong()
195 ctf_file_t *ctfp = dnp->dn_ctfp; in pfcheck_xlonglong()
226 return (ctf_type_compat(dnp->dn_ctfp, ctf_type_resolve(dnp->dn_ctfp, in pfcheck_type()
H A Ddt_xlator.c260 ctf_file_t *src_ctfp = src->dn_ctfp; in dt_xlator_lookup()
264 ctf_file_t *dst_ctfp = dst->dn_ctfp; in dt_xlator_lookup()
H A Ddt_cg.c195 ctf_file_t *ctfp = dnp->dn_ctfp; in dt_cg_ptrsize()
343 fp = dst->dn_left->dn_ctfp; in dt_cg_field_set()
422 ctf_type_encoding(dst->dn_ctfp, dst->dn_type, &e) != CTF_ERR) in dt_cg_store()
646 ctf_file_t *ctfp = dnp->dn_ctfp; in dt_cg_prearith_op()
703 ctf_file_t *ctfp = dnp->dn_ctfp; in dt_cg_postarith_op()
1426 size = ctf_type_size(mnp->dn_membexpr->dn_ctfp, in dt_cg_xlate_member()
1536 ctf_file_t *ctfp = dnp->dn_ctfp; in dt_cg_node()
1885 ctfp = dnp->dn_left->dn_ctfp; in dt_cg_node()
H A Ddt_parser.h52 ctf_file_t *dn_ctfp; /* CTF type container for node's type */ member
H A Ddt_provider.c470 xargs->dn_ctfp)) != NULL) in dt_probe_create()
475 prp->pr_argv[i].dtt_ctfp = xargs->dn_ctfp; in dt_probe_create()
H A Ddt_dof.c413 (void) dof_add_string(ddo, ctf_type_name(dnp->dn_ctfp, in dof_add_probe()
420 (void) dof_add_string(ddo, ctf_type_name(dnp->dn_ctfp, in dof_add_probe()
H A Ddt_program.c423 ctf_type_name(dnp->dn_ctfp, dnp->dn_type, in dt_header_decl()
H A Ddt_cc.c709 dmp = dt_module_lookup_by_ctf(dtp, dret->dn_ctfp); in dt_action_trace()
712 ctflib = dt_module_getlibid(dtp, dmp, dret->dn_ctfp); in dt_action_trace()