Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_open.c458 if ((err = ctf_hash_create(&fp->ctf_enums, pop[CTF_K_ENUM])) != 0) in init_types()
600 err = ctf_hash_define(&fp->ctf_enums, fp, in init_types()
630 hp = &fp->ctf_enums; in init_types()
678 ctf_dprintf("%u enum names hashed\n", ctf_hash_size(&fp->ctf_enums)); in init_types()
926 fp->ctf_lookups[2].ctl_hash = &fp->ctf_enums; in ctf_bufopen()
1116 ctf_hash_destroy(&fp->ctf_enums); in ctf_close()
H A Dctf_impl.h198 ctf_hash_t ctf_enums; /* hash table of enum types */ member
H A Dctf_create.c564 fp->ctf_lookups[2].ctl_hash = &fp->ctf_enums; in ctf_update()
992 ctf_hash_t *hp = &fp->ctf_enums; in ctf_add_enum()
1027 hp = &fp->ctf_enums; in ctf_add_forward()
1441 hp = &dst_fp->ctf_enums; in ctf_add_type()