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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/FwVolBlock/
H A DFwVolBlock.c433 EFI_FW_VOL_BLOCK_DEVICE *FvbDev; local
468 FvbDev = AllocateCopyPool (sizeof (EFI_FW_VOL_BLOCK_DEVICE), &mFwVolBlock);
469 if (FvbDev == NULL) {
473 FvbDev->BaseAddress = BaseAddress;
474 FvbDev->FvbAttributes = FwVolHeader->Attributes;
475 FvbDev->FwVolBlockInstance.ParentHandle = ParentHandle;
481 FvbDev->NumBlocks = 0;
485 FvbDev->NumBlocks += PtrBlockMapEntry->NumBlocks;
490 FvbDev->LbaCache = AllocatePool (FvbDev
[all...]

Completed in 127 milliseconds