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

/freebsd-10.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_parser.c56 * node type (dn_ctfp/dn_type) and attributes (dn_attr). If dn_ctfp/dn_type
65 * The dn_ctfp and dn_type fields form the type of the node. This tuple can
68 * 1. dn_ctfp = NULL, dn_type = CTF_ERR
73 * 2. dn_ctfp = DT_DYN_CTFP(dtp), dn_type = DT_DYN_TYPE(dtp)
86 * 3. dn_ctfp = DT_STR_CTFP(dtp), dn_type = DT_STR_TYPE(dtp)
91 * 4. dn_ctfp != NULL, dn_type = any other type ID
338 ctf_file_t *lfp = lp->dn_ctfp;
341 ctf_file_t *rfp = rp->dn_ctfp;
409 dt_type_promote(lp, rp, &dnp->dn_ctfp,
[all...]
H A Ddt_ident.c91 if (isp->dis_args[i].dn_ctfp != NULL)
277 isp->dis_args[i].dn_ctfp = NULL;
344 dt_type_name(ap->dn_ctfp, ap->dn_type, n1, sizeof (n1)));
405 xidp = dt_xlator_ident(dxp, xnp->dn_ctfp, xnp->dn_type);
457 dt_type_name(ap->dn_ctfp, ap->dn_type, n, sizeof (n)));
H A Ddt_xlator.c260 ctf_file_t *src_ctfp = src->dn_ctfp;
264 ctf_file_t *dst_ctfp = dst->dn_ctfp;
H A Ddt_parser.h51 ctf_file_t *dn_ctfp; /* CTF type container for node's type */ member in struct:dt_node
H A Ddt_printf.c112 ctfp = dnp->dn_ctfp;
125 ctf_file_t *ctfp = dnp->dn_ctfp;
176 ctf_file_t *ctfp = dnp->dn_ctfp;
189 ctf_file_t *ctfp = dnp->dn_ctfp;
202 ctf_file_t *ctfp = dnp->dn_ctfp;
233 return (ctf_type_compat(dnp->dn_ctfp, ctf_type_resolve(dnp->dn_ctfp,
H A Ddt_cg.c191 ctf_file_t *ctfp = dnp->dn_ctfp;
339 fp = dst->dn_left->dn_ctfp;
418 ctf_type_encoding(dst->dn_ctfp, dst->dn_type, &e) != CTF_ERR)
642 ctf_file_t *ctfp = dnp->dn_ctfp;
699 ctf_file_t *ctfp = dnp->dn_ctfp;
1367 ctf_type_name(addr->dn_ctfp, addr->dn_type, buf, sizeof (buf));
1439 size = ctf_type_size(mnp->dn_membexpr->dn_ctfp,
1549 ctf_file_t *ctfp = dnp->dn_ctfp;
1898 ctfp = dnp->dn_left->dn_ctfp;
H A Ddt_provider.c474 xargs->dn_ctfp)) != NULL)
479 prp->pr_argv[i].dtt_ctfp = xargs->dn_ctfp;
H A Ddt_dof.c417 (void) dof_add_string(ddo, ctf_type_name(dnp->dn_ctfp,
424 (void) dof_add_string(ddo, ctf_type_name(dnp->dn_ctfp,
H A Ddt_program.c428 ctf_type_name(dnp->dn_ctfp, dnp->dn_type,
H A Ddt_cc.c710 dmp = dt_module_lookup_by_ctf(dtp, dret->dn_ctfp);
714 ctflib = dt_module_getlibid(dtp, dmp, dret->dn_ctfp);

Completed in 184 milliseconds