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

/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Dhash.c42 if ((tbl->t_entry = calloc((unsigned)(sizeof (Hash_ent *)), size)) == 0)
53 Hash_ent *
57 Hash_ent * ent;
87 if ((ent = calloc(sizeof (Hash_ent), 1)) == 0)
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);
H A Dinspect.c146 static Hash_ent *
149 Hash_ent *ent;
221 _enterdir(Crle_desc *crle, const char *dir, Hash_ent *ent, Hash_obj *obj)
266 static Hash_ent *
270 Hash_ent *ent;
348 static Hash_ent *
351 Hash_ent *ent;
383 _enterfile(Crle_desc *crle, const char *file, int off, Hash_ent *fent,
384 Hash_ent *rent, Hash_ent *den
[all...]
H A Ddepend.c48 Hash_ent *fltrent, *flteent;
H A Dconfig.c74 Hash_ent *ent;
578 Hash_ent *flte;

Completed in 47 milliseconds