Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/ctf/
H A Dctf_open.c508 ctf_dprintf("%u enum names hashed\n", ctf_hash_size(&fp->ctf_enums)); in init_types()
510 ctf_hash_size(&fp->ctf_structs), nlstructs); in init_types()
512 ctf_hash_size(&fp->ctf_unions), nlunions); in init_types()
514 ctf_hash_size(&fp->ctf_names)); in init_types()
H A Dctf_hash.c71 ctf_hash_size(const ctf_hash_t *hp) in ctf_hash_size() function
H A Dctf_impl.h274 extern uint_t ctf_hash_size(const ctf_hash_t *);