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

/illumos-gate/usr/src/common/ctf/
H A Dctf_hash.c59 ctf_hash_destroy(hp);
167 ctf_hash_destroy(ctf_hash_t *hp) function
H A Dctf_impl.h290 extern void ctf_hash_destroy(ctf_hash_t *);
H A Dctf_open.c954 ctf_hash_destroy(&fp->ctf_structs);
955 ctf_hash_destroy(&fp->ctf_unions);
956 ctf_hash_destroy(&fp->ctf_enums);
957 ctf_hash_destroy(&fp->ctf_names);

Completed in 60 milliseconds