Searched refs:cta (Results 1 – 2 of 2) sorted by relevance
240 ctf_array_t cta; in write_type() local308 cta.cta_contents = tp->t_ardef->ad_contents->t_id; in write_type()309 cta.cta_index = tp->t_ardef->ad_idxtype->t_id; in write_type()310 cta.cta_nelems = tp->t_ardef->ad_nelems; in write_type()311 ctf_buf_write(b, &cta, sizeof (cta)); in write_type()923 ctf_array_t *cta; in resurrect_types() local1014 cta = (ctf_array_t *)dptr; in resurrect_types()1018 tdp->t_ardef->ad_contents = tdarr[cta->cta_contents]; in resurrect_types()1019 tdp->t_ardef->ad_idxtype = tdarr[cta->cta_index]; in resurrect_types()1020 tdp->t_ardef->ad_nelems = cta->cta_nelems; in resurrect_types()
335 ctf_array_t cta; in ctf_update() local374 cta.cta_contents = (ushort_t) in ctf_update()376 cta.cta_index = (ushort_t) in ctf_update()378 cta.cta_nelems = dtd->dtd_u.dtu_arr.ctr_nelems; in ctf_update()379 bcopy(&cta, t, sizeof (cta)); in ctf_update()380 t += sizeof (cta); in ctf_update()