Home
last modified time | relevance | path

Searched refs:Hash_tbl (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/crle/common/
H A D_crle.h44 typedef struct hash_tbl Hash_tbl; typedef
58 Hash_tbl *o_tbl; /* its dev/inode table */
144 Hash_tbl *c_strtbl; /* string table and size */
194 extern Hash_ent *get_hash(Hash_tbl *, Addr, Half, int);
196 extern Hash_tbl *make_hash(int, Hash_type, ulong_t);
H A Dhash.c33 Hash_tbl *
36 Hash_tbl * tbl; in make_hash()
38 if ((tbl = malloc(sizeof (Hash_tbl))) == 0) in make_hash()
56 get_hash(Hash_tbl * tbl, Addr key, Half id, int mode) in get_hash()
H A Dinspect.c153 Hash_tbl *tbl; in enterino()
271 Hash_tbl *stbl = crle->c_strtbl; in enterdir()
509 Hash_tbl *stbl = crle->c_strtbl; in enterfile()
662 Hash_tbl *tbl; in inspect_file()
851 Hash_tbl *stbl = crle->c_strtbl; in inspect_dir()
H A Dconfig.c73 Hash_tbl *stbl = crle->c_strtbl; in genconfig()