OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LbaIndex
(Results
1 - 9
of
9
) 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/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/Universal/FaultTolerantWriteDxe/
FtwMisc.c
1041
UINT32
LbaIndex
;
[
all
...]
/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/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/
FwVol.c
325
EFI_LBA
LbaIndex
;
381
LbaIndex
= 0;
411
LbaEntry->
LbaIndex
=
LbaIndex
;
428
LbaIndex
,
444
LbaIndex
++;
Ffs.c
159
*Lba = LbaEntry->
LbaIndex
;
FwVolDriver.h
59
EFI_LBA
LbaIndex
;
/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 137 milliseconds