Lines Matching refs:ent
74 Hash_ent *ent;
287 for (ent = stbl->t_entry[bkt]; ent; ent = ent->e_next) {
289 Hash_obj *obj = ent->e_obj;
290 char *dir = (char *)ent->e_key;
303 objtbl->co_hash = ent->e_hash;
304 objtbl->co_id = ent->e_id;
305 objtbl->co_flags = obj->o_flags | ent->e_flags;
308 ent->e_cobj = objtbl;
325 _dirtbl = &dirtbl[ent->e_id - 1];
333 ((ent->e_cnt + 1) * sizeof (Rtc_file)));
338 hashval = ent->e_hash % hashbkts;
359 for (ent = stbl->t_entry[bkt]; ent; ent = ent->e_next) {
361 Hash_obj *obj = ent->e_obj;
362 char *file = (char *)ent->e_key;
374 (ent->e_off))
380 objtbl->co_hash = ent->e_hash;
381 objtbl->co_id = ent->e_id;
382 objtbl->co_flags = obj->o_flags | ent->e_flags;
385 ent->e_cobj = objtbl;
398 _dirtbl = &dirtbl[ent->e_id - 1];
403 _id = --ent->e_dir->e_cnt;
436 hashval = ent->e_hash % hashbkts;
454 for (ent = stbl->t_entry[bkt]; ent; ent = ent->e_next) {
456 Hash_obj * obj = ent->e_obj;
464 if (ent->e_off == 0)
470 objtbl->co_hash = ent->e_hash;
471 objtbl->co_id = ent->e_id;
472 objtbl->co_flags = obj->o_flags | ent->e_flags;
476 ent->e_cobj = objtbl;
482 ent->e_path->e_cobj->co_name) + ent->e_off);
487 _dirtbl = &dirtbl[ent->e_id - 1];
493 _id = --ent->e_dir->e_cnt;
500 hashval = ent->e_hash % hashbkts;