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