HomeSort by relevance Sort by last modified time
    Searched defs:LbaIndex (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/RuntimeDxe/
Reclaim.c 47 UINT32 LbaIndex;
79 for (LbaIndex = 1; LbaIndex <= FvbMapEntry->NumBlocks; LbaIndex += 1) {
80 if (Address < (FvbBaseAddress + FvbMapEntry->Length * LbaIndex)) {
84 *Lba = LbaIndex - 1;
85 *Offset = (UINTN) (Address - (FvbBaseAddress + FvbMapEntry->Length * (LbaIndex - 1)));
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/
Reclaim.c 123 UINT32 LbaIndex;
163 for (LbaIndex = 1; LbaIndex <= FvbMapEntry->NumBlocks; LbaIndex += 1) {
164 if (Address < (FvbBaseAddress + FvbMapEntry->Length * LbaIndex)) {
168 *Lba = LbaIndex - 1;
169 *Offset = (UINTN) (Address - (FvbBaseAddress + FvbMapEntry->Length * (LbaIndex - 1)));
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/
FwVolDriver.h 59 EFI_LBA LbaIndex;
FwVol.c 325 EFI_LBA LbaIndex;
381 LbaIndex = 0;
411 LbaEntry->LbaIndex = LbaIndex;
428 LbaIndex,
444 LbaIndex++;
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/FwVolBlock/
FwVolBlock.c 215 UINTN LbaIndex;
226 LbaIndex = (UINTN) Lba;
227 if (LbaIndex >= FvbDevice->NumBlocks) {
235 if (Offset > FvbDevice->LbaCache[LbaIndex].Length) {
244 if (Offset + NumOfBytesRead > FvbDevice->LbaCache[LbaIndex].Length) {
248 NumOfBytesRead = FvbDevice->LbaCache[LbaIndex].Length - Offset;
251 LbaStart = FvbDevice->LbaCache[LbaIndex].Base;
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/FwVol/
FwVol.c 335 EFI_LBA LbaIndex;
394 LbaIndex = 0;
406 LbaIndex ++;
427 LbaIndex,
440 LbaIndex++;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/FaultTolerantWriteDxe/
FtwMisc.c 1041 UINT32 LbaIndex;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Dispatcher/
Dispatcher.c 735 EFI_LBA LbaIndex;
757 LbaIndex = 0;
760 // Find LbaIndex and LbaOffset for FV extension header based on BlockMap.
765 LbaIndex ++;
779 Status = ReadFvbData (Fvb, &LbaIndex, &LbaOffset, sizeof (FvNameGuid), (UINT8 *) &FvNameGuid);
    [all...]

Completed in 261 milliseconds