Home
last modified time | relevance | path

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

/titanic_41/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 */
198 extern Hash_ent *get_hash(Hash_tbl *, Addr, Half, int);
200 extern Hash_tbl *make_hash(int, Hash_type, ulong_t);
H A Dhash.c34 Hash_tbl *
37 Hash_tbl * tbl; in make_hash()
39 if ((tbl = malloc(sizeof (Hash_tbl))) == 0) in make_hash()
54 get_hash(Hash_tbl * tbl, Addr key, Half id, int mode) in get_hash()
H A Dinspect.c151 Hash_tbl *tbl; in enterino()
269 Hash_tbl *stbl = crle->c_strtbl; in enterdir()
506 Hash_tbl *stbl = crle->c_strtbl; in enterfile()
658 Hash_tbl *tbl; in inspect_file()
847 Hash_tbl *stbl = crle->c_strtbl; in inspect_dir()
H A Dconfig.c73 Hash_tbl *stbl = crle->c_strtbl; in genconfig()