Searched refs:ctm_type (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/common/ctf/ |
H A D | ctf_types.c | 102 if ((rc = func(name, mp->ctm_type, mp->ctm_offset, in ctf_member_iter() 596 ssize_t am = ctf_type_align(fp, mp->ctm_type); in ctf_type_align() 907 mip->ctm_type = mp->ctm_type; in ctf_member_info() 914 ARRAY_SIZE(stack), &cms, mp->ctm_type, in ctf_member_info() 927 mip->ctm_type = lmp->ctlm_type; in ctf_member_info() 1085 if ((rc = ctf_type_rvisit(fp, mp->ctm_type, in ctf_type_rvisit()
|
H A D | ctf_open.c | 258 child |= CTF_TYPE_ISCHILD(mp->ctm_type); in init_types()
|
H A D | ctf_create.c | 154 ctm.ctm_type = (ushort_t)dmd->dmd_type; in ctf_copy_smembers()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | ctf.h | 334 ushort_t ctm_type; /* reference to type of member */ member
|
H A D | ctf_api.h | 149 ctf_id_t ctm_type; /* type of struct or union member */ member
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_cg.c | 253 if (ctf_type_encoding(fp, mp->ctm_type, &e) != 0 || e.cte_bits > 64) { in dt_cg_field_get() 255 "bits %u\n", mp->ctm_offset, mp->ctm_type, e.cte_bits); in dt_cg_field_get() 358 if (ctf_type_encoding(fp, m.ctm_type, &e) != 0 || e.cte_bits > 64) { in dt_cg_field_set() 360 "bits %u\n", m.ctm_offset, m.ctm_type, e.cte_bits); in dt_cg_field_set() 385 dt_cg_load(dst, fp, m.ctm_type), dst->dn_reg, r1); in dt_cg_field_set() 1933 ctfp, m.ctm_type), dnp->dn_left->dn_reg, in dt_cg_node()
|
H A D | dt_parser.c | 1838 dt_node_type_assign(&dn, dtt.dtt_ctfp, ctm.ctm_type, B_FALSE); in dt_node_offsetof() 3779 type = ctf_type_resolve(ctfp, m.ctm_type); in dt_cook_op2() 3782 dt_node_type_assign_member(dnp, ctfp, m.ctm_type, B_FALSE, in dt_cook_op2() 4311 dt_node_type_assign(mnp, dxp->dx_dst_ctfp, ctm.ctm_type, in dt_cook_xlator()
|
/illumos-gate/usr/src/lib/libctf/common/ |
H A D | ctf_diff.c | 383 itype = imp->ctm_type; in ctf_diff_struct() 393 otype = omp->ctm_type; in ctf_diff_struct()
|
/illumos-gate/usr/src/test/util-tests/tests/ctf/ |
H A D | check-common.c | 618 if (ctf_type_name(fp, mi.ctm_type, buf, sizeof (buf)) == NULL) { in ctftest_check_member_info()
|