HomeSort by relevance Sort by last modified time
    Searched refs:FatSize (Results 1 - 13 of 13) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/
UnicodeCollationEng.c 390 @param FatSize The size of the string Fat in bytes.
394 be preallocated to hold FatSize characters.
401 IN UINTN FatSize,
409 while ((*Fat != 0) && (FatSize != 0)) {
413 FatSize -= 1;
426 be preallocated to hold FatSize characters.
427 @param FatSize The size of the string Fat in bytes.
440 IN UINTN FatSize,
447 while ((*String != 0) && (FatSize != 0)) {
464 FatSize -= 1;
    [all...]
UnicodeCollationEng.h 126 @param FatSize The size of the string Fat in bytes.
130 be preallocated to hold FatSize characters.
137 IN UINTN FatSize,
148 be preallocated to hold FatSize characters.
149 @param FatSize The size of the string Fat in bytes.
162 IN UINTN FatSize,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/UnicodeCollation/
UnicodeCollation.h 140 IN UINTN FatSize,
152 FatSize - The size of the string Fat in bytes.
156 be preallocated to hold FatSize Unicode characters.
168 IN UINTN FatSize,
180 be preallocated to hold FatSize Unicode characters.
181 FatSize - The size of the string Fat in bytes.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/UnicodeCollation2/
UnicodeCollation2.h 140 IN UINTN FatSize,
152 FatSize - The size of the string Fat in bytes.
156 be preallocated to hold FatSize Unicode characters.
168 IN UINTN FatSize,
180 be preallocated to hold FatSize Unicode characters.
181 FatSize - The size of the string Fat in bytes.
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
UnicodeCollation.h 126 @param FatSize The size of the string Fat in bytes.
130 be allocated in advance to hold FatSize characters.
137 IN UINTN FatSize,
148 @param FatSize The size of the string Fat in bytes.
161 IN UINTN FatSize,
  /device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
UnicodeCollation.c 230 @param FatSize The size of FAT string.
239 IN UINTN FatSize,
249 mUnicodeCollationInterface->FatToStr (mUnicodeCollationInterface, FatSize, Fat, String);
257 @param FatSize The size of the FAT string.
267 IN UINTN FatSize,
278 FatSize,
DiskCache.c 153 EntryPos += Volume->FatSize;
480 DiskCache[CacheFat].LimitAddress = Volume->FatPos + Volume->FatSize;
Fat.h 329 UINTN FatSize; // Number of bytes in each fat
    [all...]
Init.c 316 Volume->FatSize = SectorsPerFat * BlockSize;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/Uc2OnUcThunk/
Uc2OnUcThunk.c 110 @param FatSize The size of the string Fat in bytes.
114 be preallocated to hold FatSize characters.
121 IN UINTN FatSize,
132 be preallocated to hold FatSize characters.
133 @param FatSize The size of the string Fat in bytes.
146 IN UINTN FatSize,
406 @param FatSize The size of the string Fat in bytes.
410 be preallocated to hold FatSize characters.
417 IN UINTN FatSize,
426 Private->Uc->FatToStr (Private->Uc, FatSize, Fat, String);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/UcOnUc2Thunk/
UcOnUc2Thunk.c 110 @param FatSize The size of the string Fat in bytes.
114 be preallocated to hold FatSize characters.
121 IN UINTN FatSize,
132 be preallocated to hold FatSize characters.
133 @param FatSize The size of the string Fat in bytes.
146 IN UINTN FatSize,
407 @param FatSize The size of the string Fat in bytes.
411 be preallocated to hold FatSize characters.
418 IN UINTN FatSize,
427 Private->Uc2->FatToStr (Private->Uc2, FatSize, Fat, String);
    [all...]
  /device/linaro/bootloader/edk2/FatPkg/FatPei/
FatLiteLib.c 309 @param FatSize The size of the string Fat in bytes.
313 string must be allocated in advance to hold FatSize
319 IN UINTN FatSize,
330 while (*Fat != 0 && FatSize != 0) {
337 FatSize -= 1;
FatLitePeim.h 319 @param FatSize The size of the string Fat in bytes.
323 string must be allocated in advance to hold FatSize
329 IN UINTN FatSize,

Completed in 290 milliseconds