Searched refs:nDrive (Results 1 – 2 of 2) sorted by relevance
767 for ( USHORT nDrive = 0; nDrive < 26; ++nDrive ) in CreateDriveMapImpl() local769 if ( nDrive < nFloppies ) in CreateDriveMapImpl()772 aDriveMap[nDrive].nStyle = FSYS_STYLE_FAT; in CreateDriveMapImpl()787 USHORT nDrive; in CreateDriveMapImpl()797 for ( nDrive = 0; nDrive < 26; ++nDrive ) in CreateDriveMapImpl()799 if ( nDrive < nFloppies ) in CreateDriveMapImpl()812 for ( nDrive = 2; nDrive < 26; ++nDrive ) in CreateDriveMapImpl()818 pDriveName[0] = nDrive+'a'; in CreateDriveMapImpl()829 PM_BYTE nDriveId = nDrive; in CreateDriveMapImpl()858 aDriveMap[nDrive].nKind = in CreateDriveMapImpl()[all …]
407 BYTE nDrive = toupper(pszDirectory[0]) - 'A' + 1; in osl_psz_executeProcess() local409 if(NO_ERROR == DosSetDefaultDisk(nDrive)) in osl_psz_executeProcess()
Completed in 21 milliseconds