Home
last modified time | relevance | path

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

/onnv-gate/usr/src/common/ctf/
H A Dctf_open.c321 if ((err = ctf_hash_create(&fp->ctf_enums, pop[CTF_K_ENUM])) != 0) in init_types()
429 err = ctf_hash_define(&fp->ctf_enums, fp, in init_types()
459 hp = &fp->ctf_enums; in init_types()
506 ctf_dprintf("%u enum names hashed\n", ctf_hash_size(&fp->ctf_enums)); in init_types()
765 fp->ctf_lookups[2].ctl_hash = &fp->ctf_enums; in ctf_bufopen()
865 ctf_hash_destroy(&fp->ctf_enums); in ctf_close()
H A Dctf_impl.h185 ctf_hash_t ctf_enums; /* hash table of enum types */ member
H A Dctf_create.c409 fp->ctf_lookups[2].ctl_hash = &fp->ctf_enums; in ctf_update()
765 ctf_hash_t *hp = &fp->ctf_enums; in ctf_add_enum()
800 hp = &fp->ctf_enums; in ctf_add_forward()
1125 hp = &dst_fp->ctf_enums; in ctf_add_type()