Home
last modified time | relevance | path

Searched refs:Hash_ent (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/crle/common/
H A D_crle.h43 typedef struct hash_ent Hash_ent; typedef
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 */
117 Hash_ent *f_fent; /* filter */
194 extern Hash_ent *get_hash(Hash_tbl *, Addr, Half, int);
H A Dinspect.c148 static Hash_ent *
151 Hash_ent *ent; in enterino()
268 static Hash_ent *
272 Hash_ent *ent; in enterdir()
350 static Hash_ent *
353 Hash_ent *ent; in enternoexistdir()
386 Hash_ent *rent, Hash_ent *dent, Hash_obj *obj) in _enterfile()
448 static Hash_ent *
655 Hash_ent *ent; in inspect_file()
854 Hash_ent *ent; in inspect_dir()
[all …]
H A Dhash.c41 tbl->t_entry = calloc(size, (unsigned)(sizeof (Hash_ent *))); in make_hash()
55 Hash_ent *
59 Hash_ent * ent; in get_hash()
89 if ((ent = calloc(1, sizeof (Hash_ent))) == NULL) in get_hash()
H A Ddepend.c48 Hash_ent *fltrent, *flteent; in filter()
H A Dconfig.c74 Hash_ent *ent; in genconfig()
572 Hash_ent *flte; in genconfig()