Home
last modified time | relevance | path

Searched refs:FvbDev (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/FwVolBlock/
DFwVolBlock.c461 EFI_FW_VOL_BLOCK_DEVICE *FvbDev; in ProduceFVBProtocolOnBuffer() local
505 FvbDev = AllocateCopyPool (sizeof (EFI_FW_VOL_BLOCK_DEVICE), &mFwVolBlock); in ProduceFVBProtocolOnBuffer()
506 if (FvbDev == NULL) { in ProduceFVBProtocolOnBuffer()
510 FvbDev->BaseAddress = BaseAddress; in ProduceFVBProtocolOnBuffer()
511 FvbDev->FvbAttributes = FwVolHeader->Attributes; in ProduceFVBProtocolOnBuffer()
512 FvbDev->FwVolBlockInstance.ParentHandle = ParentHandle; in ProduceFVBProtocolOnBuffer()
514 FvbDev->AuthenticationStatus = AuthenticationStatus; in ProduceFVBProtocolOnBuffer()
521 FvbDev->NumBlocks = 0; in ProduceFVBProtocolOnBuffer()
525 FvbDev->NumBlocks += PtrBlockMapEntry->NumBlocks; in ProduceFVBProtocolOnBuffer()
531 if (FvbDev->NumBlocks >= (MAX_ADDRESS / sizeof (LBA_CACHE))) { in ProduceFVBProtocolOnBuffer()
[all …]