Home
last modified time | relevance | path

Searched refs: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; in sortentry() local
325 ept_i = eptlist[i]; in sortentry()
327 n = strcmp(ept->path, ept_i->path); in sortentry()
329 if (!ckdup(ept, ept_i)) { in sortentry()
H A Dpkgobjmap.c390 struct cfent *ept, *ept_i; in sortentry() local
426 ept_i = &(extlist[i]->cf_ent); in sortentry()
428 n = strcmp(ept->path, ept_i->path); in sortentry()
430 if (!ckdup(ept, ept_i)) { in sortentry()