Searched refs:ctm_type (Results 1 - 9 of 9) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dctf_api.h89 ctf_id_t ctm_type; /* type of struct or union member */ member in struct:ctf_membinfo
H A Dctf.h332 ushort_t ctm_type; /* reference to type of member */ member in struct:ctf_member
/opensolaris-onvv-gate/usr/src/common/ctf/
H A Dctf_types.c86 if ((rc = func(name, mp->ctm_type, mp->ctm_offset,
407 ssize_t am = ctf_type_align(fp, mp->ctm_type);
652 mip->ctm_type = mp->ctm_type;
663 mip->ctm_type = lmp->ctlm_type;
815 if ((rc = ctf_type_rvisit(fp, mp->ctm_type,
H A Dctf_open.c256 child |= CTF_TYPE_ISCHILD(mp->ctm_type);
H A Dctf_create.c100 ctm.ctm_type = (ushort_t)dmd->dmd_type;
/opensolaris-onvv-gate/usr/src/lib/libdtrace/common/
H A Ddt_cg.c247 if (ctf_type_encoding(fp, mp->ctm_type, &e) != 0 || e.cte_bits > 64) {
249 "bits %u\n", mp->ctm_offset, mp->ctm_type, e.cte_bits);
354 if (ctf_type_encoding(fp, m.ctm_type, &e) != 0 || e.cte_bits > 64) {
356 "bits %u\n", m.ctm_offset, m.ctm_type, e.cte_bits);
382 dt_cg_load(dst, fp, m.ctm_type), dst->dn_reg, r1);
1734 ctfp, m.ctm_type), dnp->dn_left->dn_reg,
H A Ddt_parser.c1778 dt_node_type_assign(&dn, dtt.dtt_ctfp, ctm.ctm_type);
3685 type = ctf_type_resolve(ctfp, m.ctm_type);
3688 dt_node_type_assign(dnp, ctfp, m.ctm_type);
4206 dt_node_type_assign(mnp, dxp->dx_dst_ctfp, ctm.ctm_type);
/opensolaris-onvv-gate/usr/src/tools/ctf/cvt/
H A Dctf.c338 ctm.ctm_type = mp->ml_type->t_id;
1039 (*mpp)->ml_type = tdarr[ctm->ctm_type];
/opensolaris-onvv-gate/usr/src/tools/ctf/dump/
H A Ddump.c546 hp, cd), u.mp->ctm_type,

Completed in 132 milliseconds