Lines Matching full:ctm
105 struct ctf_member_v2 ctm; in ctf_copy_smembers() local
107 ctm.ctm_name = name; in ctf_copy_smembers()
108 ctm.ctm_type = (ushort_t)dmd->dmd_type; in ctf_copy_smembers()
109 ctm.ctm_offset = (ushort_t)dmd->dmd_offset; in ctf_copy_smembers()
111 sz = sizeof (ctm); in ctf_copy_smembers()
112 bcopy(&ctm, t, sz); in ctf_copy_smembers()
115 struct ctf_member_v3 ctm; in ctf_copy_smembers() local
117 ctm.ctm_name = name; in ctf_copy_smembers()
118 ctm.ctm_type = dmd->dmd_type; in ctf_copy_smembers()
119 ctm.ctm_offset = dmd->dmd_offset; in ctf_copy_smembers()
121 sz = sizeof (ctm); in ctf_copy_smembers()
122 bcopy(&ctm, t, sz); in ctf_copy_smembers()