Searched defs:Hash_ent (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/crle/common/
H A D_crle.h43 typedef struct hash_ent Hash_ent; typedef in typeref:struct:hash_ent
75 Hash_ent *e_next; /* next hash item */
82 Hash_ent *e_dir; /* files directory */
83 Hash_ent *e_path; /* files full path entry */
97 Hash_ent **t_entry; /* entries */
114 * Filter/filtee association support. The filtees are a list of Hash_ent's.
117 Hash_ent *f_fent; /* filter */
198 extern Hash_ent *get_hash(Hash_tbl *, Addr, Half, int);

Completed in 58 milliseconds