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

/freebsd-9.3-release/cddl/contrib/opensolaris/common/ctf/
H A Dctf_open.c318 if ((err = ctf_hash_create(&fp->ctf_unions, pop[CTF_K_UNION])) != 0)
413 err = ctf_hash_define(&fp->ctf_unions, fp,
456 hp = &fp->ctf_unions;
510 ctf_hash_size(&fp->ctf_unions), nlunions);
762 fp->ctf_lookups[1].ctl_hash = &fp->ctf_unions;
864 ctf_hash_destroy(&fp->ctf_unions);
H A Dctf_impl.h184 ctf_hash_t ctf_unions; /* hash table of union types */ member in struct:ctf_file
H A Dctf_create.c408 fp->ctf_lookups[1].ctl_hash = &fp->ctf_unions;
743 ctf_hash_t *hp = &fp->ctf_unions;
797 hp = &fp->ctf_unions;
1122 hp = &dst_fp->ctf_unions;

Completed in 56 milliseconds