Lines Matching refs:ept

66 	struct cfent *ept;  member
103 struct cfent *ept; in splpkgmap() local
189 f[i].ept = ept = eptlist[i]; in splpkgmap()
190 if (ept->volno > nparts) in splpkgmap()
191 nparts = ept->volno; in splpkgmap()
192 addclass(ept->pkg_class, 0); in splpkgmap()
193 if (strchr("dxslcbp", ept->ftype)) in splpkgmap()
207 f[i].blks = nblk(ept->cinfo.size, bsize, frsize); in splpkgmap()
209 if (!bpkginfo && (strcmp(f[i].ept->path, "pkginfo") == 0)) in splpkgmap()
230 if (i == 1 && f[j].ept->ftype == 'i' && in splpkgmap()
231 (strcmp(f[j].ept->path, "pkginfo") == 0 || in splpkgmap()
232 strcmp(f[j].ept->path, "pkgmap") == 0)) in splpkgmap()
234 if (f[j].ept->volno == i || in splpkgmap()
235 (f[j].ept->ftype == 'i' && i == 1)) { in splpkgmap()
236 ftemp += nodecount(f[j].ept->path); in splpkgmap()
238 allocnode(f[j].ept->path); in splpkgmap()
281 if (f[j].ept->ftype != 'i') in splpkgmap()
290 if (!f[j].ept->volno) { in splpkgmap()
291 f[j].ept->volno = 1; in splpkgmap()
294 } else if (f[j].ept->volno != 1) { in splpkgmap()
295 progerr(gettext(ERR_INFOFIRST), f[j].ept->path); in splpkgmap()
316 btemp = nodecount(f[j].ept->path) * DIRSIZE; in splpkgmap()
323 progerr(gettext(ERR_TOOBIG), f[j].ept->path, f[j].blks); in splpkgmap()
355 if ((f[j].ept->volno == 0) && in splpkgmap()
356 strcmp(f[j].ept->pkg_class, cl[i].name) == 0) { in splpkgmap()
357 if (strchr("sl", f[j].ept->ftype)) in splpkgmap()
358 f[j].ept->volno = cl[i].last; in splpkgmap()
360 f[j].ept->volno = cl[i].first; in splpkgmap()
373 if (f[j].ept->volno == i) { in splpkgmap()
374 f[j].ept->volno = new_vol; in splpkgmap()
413 if (sf[i]->ept->volno || strchr("sldxcbp", sf[i]->ept->ftype)) in store()
415 if (aclass && strcmp(aclass, sf[i]->ept->pkg_class)) in store()
418 ftemp = nodecount(sf[i]->ept->path); in store()
435 sf[choice]->ept->volno = (char)volno; in store()
438 allocnode(sf[i]->ept->path); in store()
439 addclass(sf[choice]->ept->pkg_class, volno); in store()
567 if (sf[i]->ept->volno == volno) { in newvolume()
568 newnodes = nodecount(sf[i]->ept->path); in newvolume()