Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_parser.c338 ctf_file_t *lfp = lp->dn_ctfp; in dt_type_promote()
341 ctf_file_t *rfp = rp->dn_ctfp; in dt_type_promote()
409 dt_type_promote(lp, rp, &dnp->dn_ctfp, &dnp->dn_type); in dt_node_promote()
410 dt_node_type_assign(dnp, dnp->dn_ctfp, dnp->dn_type, B_FALSE); in dt_node_promote()
523 dnp->dn_ctfp = NULL; in dt_node_xalloc()
716 dnp->dn_ctfp = fp; in dt_node_type_assign()
725 dst->dn_ctfp = src->dn_ctfp; in dt_node_type_propagate()
741 (void) dt_type_name(dnp->dn_ctfp, dnp->dn_type, buf + n, len); in dt_node_type_name()
745 return (dt_type_name(dnp->dn_ctfp, dnp->dn_type, buf, len)); in dt_node_type_name()
760 base = ctf_type_resolve(dnp->dn_ctfp, dnp->dn_type); in dt_node_type_size()
[all …]
H A Ddt_ident.c91 if (isp->dis_args[i].dn_ctfp != NULL) in dt_idcook_sign()
279 isp->dis_args[i].dn_ctfp = NULL; in dt_idcook_func()
346 dt_type_name(ap->dn_ctfp, ap->dn_type, n1, sizeof (n1))); in dt_idcook_args()
407 xidp = dt_xlator_ident(dxp, xnp->dn_ctfp, xnp->dn_type); in dt_idcook_args()
459 dt_type_name(ap->dn_ctfp, ap->dn_type, n, sizeof (n))); in dt_idcook_regs()
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_printf.c119 ctfp = dnp->dn_ctfp; in pfcheck_str()
132 ctf_file_t *ctfp = dnp->dn_ctfp; in pfcheck_wstr()
183 ctf_file_t *ctfp = dnp->dn_ctfp; in pfcheck_xshort()
196 ctf_file_t *ctfp = dnp->dn_ctfp; in pfcheck_xlong()
209 ctf_file_t *ctfp = dnp->dn_ctfp; in pfcheck_xlonglong()
240 return (ctf_type_compat(dnp->dn_ctfp, ctf_type_resolve(dnp->dn_ctfp, in pfcheck_type()
H A Ddt_cg.c191 ctf_file_t *ctfp = dnp->dn_ctfp; in dt_cg_ptrsize()
339 fp = dst->dn_left->dn_ctfp; in dt_cg_field_set()
418 ctf_type_encoding(dst->dn_ctfp, dst->dn_type, &e) != CTF_ERR) in dt_cg_store()
642 ctf_file_t *ctfp = dnp->dn_ctfp; in dt_cg_prearith_op()
699 ctf_file_t *ctfp = dnp->dn_ctfp; in dt_cg_postarith_op()
1405 size = ctf_type_size(mnp->dn_membexpr->dn_ctfp, in dt_cg_xlate_member()
1515 ctf_file_t *ctfp = dnp->dn_ctfp; in dt_cg_node()
1864 ctfp = dnp->dn_left->dn_ctfp; in dt_cg_node()
H A Ddt_parser.h51 ctf_file_t *dn_ctfp; /* CTF type container for node's type */ member
H A Ddt_provider.c475 xargs->dn_ctfp)) != NULL) in dt_probe_create()
480 prp->pr_argv[i].dtt_ctfp = xargs->dn_ctfp; in dt_probe_create()
H A Ddt_dof.c417 (void) dof_add_string(ddo, ctf_type_name(dnp->dn_ctfp, in dof_add_probe()
424 (void) dof_add_string(ddo, ctf_type_name(dnp->dn_ctfp, in dof_add_probe()
H A Ddt_program.c428 ctf_type_name(dnp->dn_ctfp, dnp->dn_type, in dt_header_decl()
H A Ddt_cc.c710 dmp = dt_module_lookup_by_ctf(dtp, dret->dn_ctfp); in dt_action_trace()
714 ctflib = dt_module_getlibid(dtp, dmp, dret->dn_ctfp); in dt_action_trace()