Searched refs:hash_t (Results 1 - 12 of 12) sorted by relevance

/freebsd-9.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dhash.h40 typedef struct hash hash_t; typedef in typeref:struct:hash
42 hash_t *hash_new(int, int (*)(int, void *), int (*)(void *, void *));
43 void hash_add(hash_t *, void *);
44 void hash_merge(hash_t *, hash_t *);
45 void hash_remove(hash_t *, void *);
46 int hash_find(hash_t *, void *, void **);
47 int hash_find_iter(hash_t *, void *, int (*)(void *, void *), void *);
48 int hash_iter(hash_t *, int (*)(void *, void *), void *);
49 int hash_match(hash_t *, voi
[all...]
H A Dhash.c52 hash_t *hd_hash;
92 hash_t *
95 hash_t *hash;
97 hash = xmalloc(sizeof (hash_t));
107 hash_add(hash_t *hash, void *key)
117 hash_add((hash_t *)private, node);
122 hash_merge(hash_t *to, hash_t *from)
130 hash_t *hash = arg;
135 hash_remove(hash_t *has
[all...]
H A Dtraverse.h61 int iitraverse_hash(hash_t *, int *, tdtrav_cb_f *, tdtrav_cb_f *,
H A Dctftools.h304 hash_t *td_iihash; /* The iidesc_t nodes for this file */
306 hash_t *td_layouthash; /* The tdesc nodes, hashed by structure */
307 hash_t *td_idhash; /* The tdesc nodes, hashed by type id */
360 void iidesc_add(hash_t *, iidesc_t *);
363 void iidesc_stats(hash_t *);
H A Diidesc.c87 iidesc_add(hash_t *hash, iidesc_t *new)
188 iidesc_stats(hash_t *ii)
H A Dalist.c44 hash_t *al_elements;
H A Dtraverse.c218 iitraverse_hash(hash_t *iihash, int *vgenp, tdtrav_cb_f *firstops,
H A Dtdata.c446 tdata_build_hashes_common(tdata_t *td, hash_t *hash)
H A Dmerge.c151 hash_t *md_tdtba; /* tdesc_t nodes To Be Added to the parent */
1042 merge_types(hash_t *src, merge_cb_data_t *mcd)
H A Ddwarf.c132 hash_t *dw_tidhash; /* hash of tdescs by t_id */
133 hash_t *dw_fwdhash; /* hash of fwd decls by name */
134 hash_t *dw_enumhash; /* hash of memberless enums by name */
/freebsd-9.3-release/contrib/tcpdump/
H A Doakley.h119 u_int8_t hash_t; /* type of hash */
/freebsd-9.3-release/usr.sbin/pkg/
H A Dpkg.c76 } hash_t; typedef in typeref:enum:__anon4
79 hash_t type;
275 hash_t fct = HASH_UNKNOWN;

Completed in 84 milliseconds