Searched refs:Hash_ent (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/sgs/crle/common/ |
H A D | _crle.h | 43 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 */ 198 extern Hash_ent *get_hash(Hash_tbl *, Addr, Half, int);
|
H A D | inspect.c | 146 static Hash_ent * 149 Hash_ent *ent; in enterino() 221 _enterdir(Crle_desc *crle, const char *dir, Hash_ent *ent, Hash_obj *obj) in _enterdir() 266 static Hash_ent * 270 Hash_ent *ent; in enterdir() 348 static Hash_ent * 351 Hash_ent *ent; in enternoexistdir() 383 _enterfile(Crle_desc *crle, const char *file, int off, Hash_ent *fent, in _enterfile() 384 Hash_ent *rent, Hash_ent *dent, Hash_obj *obj) in _enterfile() 445 static Hash_ent * [all …]
|
H A D | hash.c | 42 if ((tbl->t_entry = calloc((unsigned)(sizeof (Hash_ent *)), size)) == 0) in make_hash() 53 Hash_ent * 57 Hash_ent * ent; in get_hash() 87 if ((ent = calloc(sizeof (Hash_ent), 1)) == 0) in get_hash()
|
H A D | depend.c | 48 Hash_ent *fltrent, *flteent; in filter()
|
H A D | config.c | 74 Hash_ent *ent; in genconfig() 578 Hash_ent *flte; in genconfig()
|