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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_parser.c51 * node type (dn_ctfp/dn_type) and attributes (dn_attr). If dn_ctfp/dn_type
60 * The dn_ctfp and dn_type fields form the type of the node. This tuple can
63 * 1. dn_ctfp = NULL, dn_type = CTF_ERR
68 * 2. dn_ctfp = DT_DYN_CTFP(dtp), dn_type = DT_DYN_TYPE(dtp)
81 * 3. dn_ctfp = DT_STR_CTFP(dtp), dn_type = DT_STR_TYPE(dtp)
86 * 4. dn_ctfp != NULL, dn_type = any other type ID
322 ctf_id_t ltype = lp->dn_type;
325 ctf_id_t rtype = rp->dn_type;
392 dt_type_promote(lp, rp, &dnp->dn_ctfp, &dnp->dn_type);
[all...]
H A Ddt_ident.c274 isp->dis_args[i].dn_type = CTF_ERR;
340 dt_type_name(ap->dn_ctfp, ap->dn_type, n1, sizeof (n1)));
371 if (xnp->dn_type == CTF_ERR) {
376 if (nnp->dn_type == CTF_ERR) {
399 xidp = dt_xlator_ident(dxp, xnp->dn_ctfp, xnp->dn_type);
450 dt_type_name(ap->dn_ctfp, ap->dn_type, n, sizeof (n)));
H A Ddt_xlator.c261 ctf_id_t src_type = src->dn_type;
265 ctf_id_t dst_type = dst->dn_type;
H A Ddt_parser.h55 ctf_id_t dn_type; /* CTF type reference for node's type */ member in struct:dt_node
H A Ddt_printf.c116 base = ctf_type_resolve(ctfp, dnp->dn_type);
129 ctf_id_t base = ctf_type_resolve(ctfp, dnp->dn_type);
180 ctf_id_t type = ctf_type_resolve(ctfp, dnp->dn_type);
193 ctf_id_t type = ctf_type_resolve(ctfp, dnp->dn_type);
206 ctf_id_t type = dnp->dn_type;
237 dnp->dn_type), pfd->pfd_conv->pfc_dctfp, pfd->pfd_conv->pfc_dtype));
H A Ddt_cg.c202 type = ctf_type_resolve(ctfp, dnp->dn_type);
344 type = ctf_type_resolve(fp, dst->dn_left->dn_type);
423 ctf_type_encoding(dst->dn_ctfp, dst->dn_type, &e) != CTF_ERR)
632 type = ctf_type_resolve(ctfp, dnp->dn_type);
691 type = ctf_type_resolve(ctfp, dnp->dn_type);
1580 dnp->dn_type), dnp->dn_reg, dnp->dn_reg);
1703 type = ctf_type_resolve(ctfp, dnp->dn_left->dn_type);
1889 dnp->dn_type), dnp->dn_reg, dnp->dn_reg);
H A Ddt_dof.c416 dnp->dn_type, buf, sizeof (buf)));
423 dnp->dn_type, buf, sizeof (buf)));
H A Ddt_program.c425 ctf_type_name(dnp->dn_ctfp, dnp->dn_type,
H A Ddt_decl.c322 if (dnp->dn_type == CTF_ERR && !(flags & DT_DP_VARARGS)) {
H A Ddt_provider.c461 prp->pr_argv[i].dtt_type = xargs->dn_type;

Completed in 133 milliseconds