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

/opensolaris-onvv-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dpcfs_common.c498 int numExtraDrives = 0; local
547 extraDrives[numExtraDrives++] = i;
581 if ((extendedPart < 0) && (numExtraDrives == 0)) {
686 if (drvnum <= logicalDriveCount + numExtraDrives) {
687 driveIndex = logicalDriveCount + numExtraDrives - drvnum;
/opensolaris-onvv-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));
/opensolaris-onvv-gate/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.c666 int numExtraDrives = 0; local
716 extraDrives[numExtraDrives++] = i;
784 if ((extendedPart < 0) && (numExtraDrives == 0)) {
913 if (drvnum <= logicalDriveCount + numExtraDrives) {
914 driveIndex = logicalDriveCount + numExtraDrives - drvnum;

Completed in 104 milliseconds