Home
last modified time | relevance | path

Searched refs:ctlm (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/ctf/
H A Dctf_create.c167 ctf_lmember_t ctlm; in ctf_copy_lmembers() local
171 ctlm.ctlm_name = soff; in ctf_copy_lmembers()
174 ctlm.ctlm_name = 0; in ctf_copy_lmembers()
176 ctlm.ctlm_type = (ushort_t)dmd->dmd_type; in ctf_copy_lmembers()
177 ctlm.ctlm_pad = 0; in ctf_copy_lmembers()
178 ctlm.ctlm_offsethi = CTF_OFFSET_TO_LMEMHI(dmd->dmd_offset); in ctf_copy_lmembers()
179 ctlm.ctlm_offsetlo = CTF_OFFSET_TO_LMEMLO(dmd->dmd_offset); in ctf_copy_lmembers()
181 bcopy(&ctlm, t, sizeof (ctlm)); in ctf_copy_lmembers()
182 t += sizeof (ctlm); in ctf_copy_lmembers()