Lines Matching refs:cta
300 struct ctf_array_v3 cta;
370 cta.cta_contents = tp->t_ardef->ad_contents->t_id;
371 cta.cta_index = tp->t_ardef->ad_idxtype->t_id;
372 cta.cta_nelems = tp->t_ardef->ad_nelems;
374 SWAP_32(cta.cta_contents);
375 SWAP_32(cta.cta_index);
376 SWAP_32(cta.cta_nelems);
378 ctf_buf_write(b, &cta, sizeof (cta));
1193 struct ctf_array_v2 *cta = (void *) dptr;
1194 contents = cta->cta_contents;
1195 index = cta->cta_index;
1196 nelems = cta->cta_nelems;
1197 dptr += sizeof (*cta);
1199 struct ctf_array_v3 *cta = (void *) dptr;
1200 contents = cta->cta_contents;
1201 index = cta->cta_index;
1202 nelems = cta->cta_nelems;
1203 dptr += sizeof (*cta);