Searched refs:ctf_hash_t (Results 1 - 4 of 4) 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...]
H A Dctf_hash.c37 ctf_hash_create(ctf_hash_t *hp, ulong_t nelems)
47 bzero(hp, sizeof (ctf_hash_t));
72 ctf_hash_size(const ctf_hash_t *hp)
97 ctf_hash_insert(ctf_hash_t *hp, ctf_file_t *fp, ushort_t type, uint_t name)
134 ctf_hash_define(ctf_hash_t *hp, ctf_file_t *fp, ushort_t type, uint_t name)
147 ctf_hash_lookup(ctf_hash_t *hp, ctf_file_t *fp, const char *key, size_t len)
169 ctf_hash_destroy(ctf_hash_t *hp)
H A Dctf_create.c724 ctf_hash_t *hp = &fp->ctf_structs;
746 ctf_hash_t *hp = &fp->ctf_unions;
768 ctf_hash_t *hp = &fp->ctf_enums;
790 ctf_hash_t *hp;
1106 ctf_hash_t *hp;
H A Dctf_open.c219 ctf_hash_t *hp;

Completed in 39 milliseconds