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

/illumos-gate/usr/src/common/ctf/
H A Dctf_hash.c70 ctf_hash_size(const ctf_hash_t *hp) function
H A Dctf_impl.h289 extern uint_t ctf_hash_size(const ctf_hash_t *);
H A Dctf_open.c507 ctf_dprintf("%u enum names hashed\n", ctf_hash_size(&fp->ctf_enums));
509 ctf_hash_size(&fp->ctf_structs), nlstructs);
511 ctf_hash_size(&fp->ctf_unions), nlunions);
513 ctf_hash_size(&fp->ctf_names));

Completed in 47 milliseconds