Lines Matching defs:nparts
775 int i, n, nparts, maxpsize;
795 nparts = maxpsize = 0;
834 n = rd_map_size(fp, &nparts, &maxpsize, &compressedsize);
852 pkg[i], nparts, maxpsize) >= ENTRY_MAX) {
867 totsize += nparts * maxpsize;
881 totsize -= nparts * maxpsize;
882 while (partcnt < nparts) {
884 partcnt <= nparts) {
1206 int i, n, part, nparts, maxpartsize, curpartcnt, iscomp;
1366 nparts = ds_findpkg(srcdev.cdevice, srcinst);
1367 if (nparts < 0) {
1371 for (part = 1; part <= nparts; /* void */) {
1381 if (part <= nparts) {
1383 nparts, 1))
1451 nparts = 1;
1452 if (!rd_map_size(fp, &nparts, &maxpartsize, &compressedsize))
1458 if (ckvolseq(srcdir, 1, nparts)) {
1470 if (sscanf(line, "%s %d %d %[ 0-9]", &pkgname, &nparts,
1477 for (part = 1; part <= nparts; /* void */) {
1508 nparts = 0;
1512 if (nparts && (isdir(INSTALL) == 0)) {
1519 if (nparts > 1) {
1535 } else if (nparts) {
1594 if (srcdev.mount && (nparts > 1)) {
1600 while (part <= nparts) {
1602 n = pkgmount(&srcdev, NULL, part, nparts, 1);
1612 if (ckvolseq(srcdir, part, nparts)) {
1625 while (part <= nparts) {
1627 n = pkgmount(&dstdev, NULL, part, nparts, 1);
1641 if ((options & PT_ODTSTREAM) && part <= nparts) {
1699 int i, n, part, nparts, maxpartsize, iscomp;
1714 nparts = 1;
1715 if (!rd_map_size(fp, &nparts, &maxpartsize, &compressedsize))
1724 if (ckvolseq(srcdir, 1, nparts)) {
1735 for (part = 1; part <= nparts; /* void */) {
1740 if (nparts && (isdir(INSTALL) == 0)) {
1747 if (nparts > 1) {
1764 } else if (nparts) {