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

/freebsd-9.3-release/cddl/contrib/opensolaris/common/ctf/
H A Dctf_open.c321 if ((err = ctf_hash_create(&fp->ctf_enums, pop[CTF_K_ENUM])) != 0)
429 err = ctf_hash_define(&fp->ctf_enums, fp,
459 hp = &fp->ctf_enums;
506 ctf_dprintf("%u enum names hashed\n", ctf_hash_size(&fp->ctf_enums));
765 fp->ctf_lookups[2].ctl_hash = &fp->ctf_enums;
865 ctf_hash_destroy(&fp->ctf_enums);
H A Dctf_impl.h185 ctf_hash_t ctf_enums; /* hash table of enum types */ member in struct:ctf_file
H A Dctf_create.c409 fp->ctf_lookups[2].ctl_hash = &fp->ctf_enums;
765 ctf_hash_t *hp = &fp->ctf_enums;
800 hp = &fp->ctf_enums;
1125 hp = &dst_fp->ctf_enums;

Completed in 49 milliseconds