Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Dinspect.c196 if ((obj = ent->e_obj) == NULL) { in enterino()
213 ent->e_obj = obj; in enterino()
238 ent->e_obj = obj; in _enterdir()
302 obj = ent->e_obj; in enterdir()
425 fent->e_obj = obj; in _enterfile()
475 obj = rent->e_obj; in enternoexistfile()
558 obj = ent->e_obj; in enterfile()
613 obj = ent->e_obj; in enterfile()
682 obj = ent->e_obj; in inspect_file()
787 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.c287 Hash_obj *obj = ent->e_obj; in genconfig()
359 Hash_obj *obj = ent->e_obj; in genconfig()
454 Hash_obj * obj = ent->e_obj; in genconfig()
H A D_crle.h84 Hash_obj *e_obj; /* unique object */ member