Home
last modified time | relevance | path

Searched refs:e_obj (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/sgs/crle/common/
H A Dinspect.c194 if ((obj = ent->e_obj) == NULL) { in enterino()
211 ent->e_obj = obj; in enterino()
236 ent->e_obj = obj; in _enterdir()
300 obj = ent->e_obj; in enterdir()
422 fent->e_obj = obj; in _enterfile()
472 obj = rent->e_obj; in enternoexistfile()
554 obj = ent->e_obj; in enterfile()
609 obj = ent->e_obj; in enterfile()
678 obj = ent->e_obj; in inspect_file()
783 obj = ent->e_obj; in inspect_file()
[all …]
H A Ddepend.c59 if ((fltrent = get_hash(crle->c_strtbl, (Addr)fltrent->e_obj->o_path, 0, in filter()
62 fltrent->e_obj->o_flags |= RTC_OBJ_FILTER; in filter()
83 if ((strcmp(flt->f_fent->e_obj->o_path, in filter()
84 fltrent->e_obj->o_path) != 0) && in filter()
H A Dconfig.c289 Hash_obj *obj = ent->e_obj; in genconfig()
361 Hash_obj *obj = ent->e_obj; in genconfig()
456 Hash_obj * obj = ent->e_obj; in genconfig()
H A D_crle.h84 Hash_obj *e_obj; /* unique object */ member