Searched refs:ap3 (Results 1 – 2 of 2) sorted by relevance
874 const struct ctf_array_v3 *ap3 = ap; in ctf_array_info() local876 arp->ctr_contents = ap3->cta_contents; in ctf_array_info()877 arp->ctr_index = ap3->cta_index; in ctf_array_info()878 arp->ctr_nelems = ap3->cta_nelems; in ctf_array_info()
470 struct ctf_array_v3 *ap3; in read_types() member531 contents = u.ap3->cta_contents; in read_types()532 index = u.ap3->cta_index; in read_types()533 nelems = u.ap3->cta_nelems; in read_types()