Searched refs:dn_ctfp (Results 1 - 10 of 10) sorted by relevance
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_parser.c | 53 * node type (dn_ctfp/dn_type) and attributes (dn_attr). If dn_ctfp/dn_type 62 * The dn_ctfp and dn_type fields form the type of the node. This tuple can 65 * 1. dn_ctfp = NULL, dn_type = CTF_ERR 70 * 2. dn_ctfp = DT_DYN_CTFP(dtp), dn_type = DT_DYN_TYPE(dtp) 83 * 3. dn_ctfp = DT_STR_CTFP(dtp), dn_type = DT_STR_TYPE(dtp) 88 * 4. dn_ctfp != NULL, dn_type = any other type ID 333 ctf_file_t *lfp = lp->dn_ctfp; 336 ctf_file_t *rfp = rp->dn_ctfp; 404 dt_type_promote(lp, rp, &dnp->dn_ctfp, [all...] |
H A D | dt_ident.c | 82 if (isp->dis_args[i].dn_ctfp != NULL) 267 isp->dis_args[i].dn_ctfp = NULL; 334 dt_type_name(ap->dn_ctfp, ap->dn_type, n1, sizeof (n1))); 395 xidp = dt_xlator_ident(dxp, xnp->dn_ctfp, xnp->dn_type); 447 dt_type_name(ap->dn_ctfp, ap->dn_type, n, sizeof (n)));
|
H A D | dt_xlator.c | 260 ctf_file_t *src_ctfp = src->dn_ctfp; 264 ctf_file_t *dst_ctfp = dst->dn_ctfp;
|
H A D | dt_parser.h | 51 ctf_file_t *dn_ctfp; /* CTF type container for node's type */ member in struct:dt_node
|
H A D | dt_printf.c | 105 ctfp = dnp->dn_ctfp; 118 ctf_file_t *ctfp = dnp->dn_ctfp; 169 ctf_file_t *ctfp = dnp->dn_ctfp; 182 ctf_file_t *ctfp = dnp->dn_ctfp; 195 ctf_file_t *ctfp = dnp->dn_ctfp; 226 return (ctf_type_compat(dnp->dn_ctfp, ctf_type_resolve(dnp->dn_ctfp,
|
H A D | dt_cg.c | 191 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; 1405 size = ctf_type_size(mnp->dn_membexpr->dn_ctfp, 1515 ctf_file_t *ctfp = dnp->dn_ctfp; 1864 ctfp = dnp->dn_left->dn_ctfp;
|
H A D | dt_dof.c | 413 (void) dof_add_string(ddo, ctf_type_name(dnp->dn_ctfp, 420 (void) dof_add_string(ddo, ctf_type_name(dnp->dn_ctfp,
|
H A D | dt_provider.c | 470 xargs->dn_ctfp)) != NULL) 475 prp->pr_argv[i].dtt_ctfp = xargs->dn_ctfp;
|
H A D | dt_program.c | 423 ctf_type_name(dnp->dn_ctfp, dnp->dn_type,
|
H A D | dt_cc.c | 709 dmp = dt_module_lookup_by_ctf(dtp, dret->dn_ctfp); 712 ctflib = dt_module_getlibid(dtp, dmp, dret->dn_ctfp);
|
Completed in 134 milliseconds