Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_open.c678 ctf_dprintf("%u enum names hashed\n", ctf_hash_size(&fp->ctf_enums)); in init_types()
680 ctf_hash_size(&fp->ctf_structs), nlstructs); in init_types()
682 ctf_hash_size(&fp->ctf_unions), nlunions); in init_types()
684 ctf_hash_size(&fp->ctf_names)); in init_types()
H A Dctf_hash.c70 ctf_hash_size(const ctf_hash_t *hp) in ctf_hash_size() function
H A Dctf_impl.h322 extern uint_t ctf_hash_size(const ctf_hash_t *);