Lines Matching refs:FvbDevice
624 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice;
627 FvbDevice = FVB_DEVICE_FROM_THIS (This);
628 FvInstance = GetFvbInstance(FvbDevice->Instance);
662 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice;
671 FvbDevice = FVB_DEVICE_FROM_THIS (This);
674 FvbDevice->Instance,
699 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice;
701 FvbDevice = FVB_DEVICE_FROM_THIS (This);
703 *Attributes = FvbGetVolumeAttributes (FvbDevice->Instance);
732 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice;
740 FvbDevice = FVB_DEVICE_FROM_THIS (This);
742 Status = FvbSetVolumeAttributes (FvbDevice->Instance, Attributes);
780 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice;
789 FvbDevice = FVB_DEVICE_FROM_THIS (This);
791 FwhInstance = GetFvbInstance (FvbDevice->Instance);
832 Status = FvbEraseBlock (FvbDevice->Instance, StartingLba);
885 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice;
887 FvbDevice = FVB_DEVICE_FROM_THIS (This);
897 return FvbWriteBlock (FvbDevice->Instance, Lba, Offset, NumBytes, Buffer);
940 EFI_FW_VOL_BLOCK_DEVICE *FvbDevice;
943 FvbDevice = FVB_DEVICE_FROM_THIS (This);
944 Status = FvbReadBlock (FvbDevice->Instance, Lba, Offset, NumBytes, Buffer);