Home
last modified time | relevance | path

Searched refs:hashb_t (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/truss/
H A Dhtbl.c46 hashb_t *temp; in init_hash()
54 htp->tbl = (hashb_t *) in init_hash()
55 my_calloc((size_t)size, sizeof (hashb_t), NULL); in init_hash()
72 hashb_t *cur; in destroy_hash()
124 hashb_t *cur; in add_fcall()
179 hashb_t *cur; in iterate_hash()
204 hashb_t *cur; in iter_free()
222 hashb_t *cur = NULL; in iter_next()
H A Dhtbl.h49 } hashb_t; typedef
53 hashb_t *tbl; /* ptr to buckets */