Home
last modified time | relevance | path

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

/freebsd-11-stable/cddl/contrib/opensolaris/common/ctf/
HDctf_open.c507 ctf_dprintf("%u enum names hashed\n", ctf_hash_size(&fp->ctf_enums)); in init_types()
509 ctf_hash_size(&fp->ctf_structs), nlstructs); in init_types()
511 ctf_hash_size(&fp->ctf_unions), nlunions); in init_types()
513 ctf_hash_size(&fp->ctf_names)); in init_types()
HDctf_hash.c70 ctf_hash_size(const ctf_hash_t *hp) in ctf_hash_size() function
HDctf_impl.h289 extern uint_t ctf_hash_size(const ctf_hash_t *);