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()771 aDriveMap[nDrive].nKind = FSYS_KIND_REMOVEABLE; in CreateDriveMapImpl()772 aDriveMap[nDrive].nStyle = FSYS_STYLE_FAT; in CreateDriveMapImpl()776 aDriveMap[nDrive].nKind = FSYS_KIND_UNKNOWN; in CreateDriveMapImpl()777 aDriveMap[nDrive].nStyle = FSYS_STYLE_UNKNOWN; in CreateDriveMapImpl()787 USHORT nDrive; in CreateDriveMapImpl()797 for ( nDrive = 0; nDrive < 26; ++nDrive ) in CreateDriveMapImpl()799 if ( nDrive < nFloppies ) in CreateDriveMapImpl()801 aDriveMap[nDrive].nKind = FSYS_KIND_REMOVEABLE; 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()