OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LbaCache
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/FwVolBlock/
FwVolBlock.c
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;
535
FvbDev->
LbaCache
= AllocatePool (FvbDev->NumBlocks * sizeof (LBA_CACHE));
536
if (FvbDev->
LbaCache
== NULL) {
549
FvbDev->
LbaCache
[BlockIndex].Base = LinearOffset;
550
FvbDev->
LbaCache
[BlockIndex].Length = PtrBlockMapEntry->Length;
FwVolBlock.h
47
LBA_CACHE *
LbaCache
;
Completed in 52 milliseconds