Home
last modified time | relevance | path

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

/titanic_50/usr/src/tools/ctf/cvt/
H A Dctf.c240 ctf_array_t cta; in write_type() local
308 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() local
1014 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()
/titanic_50/usr/src/common/ctf/
H A Dctf_create.c501 ctf_array_t cta; in ctf_update() local
541 cta.cta_contents = (ushort_t) in ctf_update()
543 cta.cta_index = (ushort_t) in ctf_update()
545 cta.cta_nelems = dtd->dtd_u.dtu_arr.ctr_nelems; in ctf_update()
546 bcopy(&cta, t, sizeof (cta)); in ctf_update()
547 t += sizeof (cta); in ctf_update()