Searched refs:ctlm (Results 1 – 1 of 1) sorted by relevance
168 ctf_lmember_t ctlm; in ctf_copy_lmembers() local172 ctlm.ctlm_name = soff; in ctf_copy_lmembers()175 ctlm.ctlm_name = 0; in ctf_copy_lmembers()177 ctlm.ctlm_type = (ushort_t)dmd->dmd_type; in ctf_copy_lmembers()178 ctlm.ctlm_pad = 0; in ctf_copy_lmembers()179 ctlm.ctlm_offsethi = CTF_OFFSET_TO_LMEMHI(dmd->dmd_offset); in ctf_copy_lmembers()180 ctlm.ctlm_offsetlo = CTF_OFFSET_TO_LMEMLO(dmd->dmd_offset); in ctf_copy_lmembers()182 bcopy(&ctlm, t, sizeof (ctlm)); in ctf_copy_lmembers()183 t += sizeof (ctlm); in ctf_copy_lmembers()