Searched defs:ept_i (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dprocmap.c290 struct cfent *ept, *ept_i; local
325 ept_i = eptlist[i];
327 n = strcmp(ept->path, ept_i->path);
329 if (!ckdup(ept, ept_i)) {
H A Dpkgobjmap.c390 struct cfent *ept, *ept_i; local
426 ept_i = &(extlist[i]->cf_ent);
428 n = strcmp(ept->path, ept_i->path);
430 if (!ckdup(ept, ept_i)) {

Completed in 58 milliseconds