Searched refs:numExtraDrives (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dpcfs_common.c483 int numExtraDrives = 0; local
532 extraDrives[numExtraDrives++] = i;
566 if ((extendedPart < 0) && (numExtraDrives == 0)) {
671 if (drvnum <= logicalDriveCount + numExtraDrives) {
672 driveIndex = logicalDriveCount + numExtraDrives - drvnum;
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c1545 int numExtraDrives = 0; local
1608 extraDrives[numExtraDrives++] = i;
1643 if ((extendedPart < 0) && (numExtraDrives == 0)) {
1765 if (ldrive <= logicalDriveCount + numExtraDrives) {
1766 driveIndex = logicalDriveCount + numExtraDrives - ldrive;
1767 ASSERT(driveIndex < MIN(numExtraDrives, FD_NUMPART));
/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.c641 int numExtraDrives = 0; local
691 extraDrives[numExtraDrives++] = i;
759 if ((extendedPart < 0) && (numExtraDrives == 0)) {
888 if (drvnum <= logicalDriveCount + numExtraDrives) {
889 driveIndex = logicalDriveCount + numExtraDrives - drvnum;

Completed in 129 milliseconds