Searched defs:ctf_hash_t (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_impl.h88 } ctf_hash_t; typedef in typeref:struct:ctf_hash
108 ctf_hash_t *ctl_hash; /* pointer to hash table for lookup */
194 ctf_hash_t ctf_structs; /* hash table of struct types */
195 ctf_hash_t ctf_unions; /* hash table of union types */
196 ctf_hash_t ctf_enums; /* hash table of enum types */
197 ctf_hash_t ctf_names; /* hash table of remaining type names */
291 extern int ctf_hash_create(ctf_hash_t *, ulong_t);
292 extern int ctf_hash_insert(ctf_hash_t *, ctf_file_t *, ushort_t, uint_t);
293 extern int ctf_hash_define(ctf_hash_t *, ctf_file_t *, ushort_t, uint_t);
294 extern ctf_helem_t *ctf_hash_lookup(ctf_hash_t *, ctf_file_
[all...]

Completed in 241 milliseconds