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

/freebsd-9.3-release/cddl/contrib/opensolaris/common/ctf/
H A Dctf_impl.h77 } ctf_hash_t; typedef in typeref:struct:ctf_hash
97 ctf_hash_t *ctl_hash; /* pointer to hash table for lookup */
183 ctf_hash_t ctf_structs; /* hash table of struct types */
184 ctf_hash_t ctf_unions; /* hash table of union types */
185 ctf_hash_t ctf_enums; /* hash table of enum types */
186 ctf_hash_t ctf_names; /* hash table of remaining type names */
280 extern int ctf_hash_create(ctf_hash_t *, ulong_t);
281 extern int ctf_hash_insert(ctf_hash_t *, ctf_file_t *, ushort_t, uint_t);
282 extern int ctf_hash_define(ctf_hash_t *, ctf_file_t *, ushort_t, uint_t);
283 extern ctf_helem_t *ctf_hash_lookup(ctf_hash_t *, ctf_file_
[all...]
H A Dctf_hash.c35 ctf_hash_create(ctf_hash_t *hp, ulong_t nelems)
45 bzero(hp, sizeof (ctf_hash_t));
70 ctf_hash_size(const ctf_hash_t *hp)
95 ctf_hash_insert(ctf_hash_t *hp, ctf_file_t *fp, ushort_t type, uint_t name)
132 ctf_hash_define(ctf_hash_t *hp, ctf_file_t *fp, ushort_t type, uint_t name)
145 ctf_hash_lookup(ctf_hash_t *hp, ctf_file_t *fp, const char *key, size_t len)
167 ctf_hash_destroy(ctf_hash_t *hp)
H A Dctf_create.c721 ctf_hash_t *hp = &fp->ctf_structs;
743 ctf_hash_t *hp = &fp->ctf_unions;
765 ctf_hash_t *hp = &fp->ctf_enums;
787 ctf_hash_t *hp;
1103 ctf_hash_t *hp;
H A Dctf_open.c208 ctf_hash_t *hp;

Completed in 96 milliseconds