Searched defs:FvbDevice (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/FwVolBlock/
H A DFwVolBlock.c105 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; local
107 FvbDevice = FVB_DEVICE_FROM_THIS (This);
112 *Attributes = FvbDevice->FvbAttributes & ~EFI_FVB2_WRITE_STATUS;
209 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; local
216 FvbDevice = FVB_DEVICE_FROM_THIS (This);
221 if ((FvbDevice->FvbAttributes & EFI_FVB2_READ_STATUS) == 0) {
226 if (LbaIndex >= FvbDevice->NumBlocks) {
234 if (Offset > FvbDevice->LbaCache[LbaIndex].Length) {
243 if (Offset + NumOfBytesRead > FvbDevice->LbaCache[LbaIndex].Length) {
247 NumOfBytesRead = FvbDevice
325 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; local
366 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/EmuVariableFvbRuntimeDxe/
H A DFvb.c138 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; local
140 FvbDevice = FVB_DEVICE_FROM_THIS (This);
142 *Address = (EFI_PHYSICAL_ADDRESS)(UINTN) FvbDevice->BufferPtr;
183 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; local
189 FvbDevice = FVB_DEVICE_FROM_THIS (This);
191 *BlockSize = FvbDevice->BlockSize;
321 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; local
329 FvbDevice = FVB_DEVICE_FROM_THIS (This);
361 ErasePtr = (UINT8*) FvbDevice->BufferPtr;
365 EraseSize = EraseSize + FvbDevice
459 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; local
543 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice; local
[all...]

Completed in 32 milliseconds