Home
last modified time | relevance | path

Searched refs:ctf_unions (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/common/ctf/
H A Dctf_open.c319 if ((err = ctf_hash_create(&fp->ctf_unions, pop[CTF_K_UNION])) != 0) in init_types()
414 err = ctf_hash_define(&fp->ctf_unions, fp, in init_types()
457 hp = &fp->ctf_unions; in init_types()
511 ctf_hash_size(&fp->ctf_unions), nlunions); in init_types()
763 fp->ctf_lookups[1].ctl_hash = &fp->ctf_unions; in ctf_bufopen()
955 ctf_hash_destroy(&fp->ctf_unions); in ctf_close()
H A Dctf_impl.h186 ctf_hash_t ctf_unions; /* hash table of union types */ member
H A Dctf_create.c459 fp->ctf_lookups[1].ctl_hash = &fp->ctf_unions; in ctf_update()
865 ctf_hash_t *hp = &fp->ctf_unions; in ctf_add_union()
919 hp = &fp->ctf_unions; in ctf_add_forward()
1290 hp = &dst_fp->ctf_unions; in ctf_add_type()