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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/FaultTolerantWriteDxe/
H A DFtwMisc.c815 EFI_FAULT_TOLERANT_WRITE_RECORD *FtwRecord; local
818 FtwRecord = (EFI_FAULT_TOLERANT_WRITE_RECORD *) (FtwWriteHeader + 1);
824 if (FtwRecord->DestinationComplete != FTW_VALID_STATE) {
828 *FtwWriteRecord = FtwRecord;
832 FtwRecord++;
835 FtwRecord = (EFI_FAULT_TOLERANT_WRITE_RECORD *) ((UINTN) FtwRecord + FtwWriteHeader->PrivateDataSize);
845 *FtwWriteRecord = (EFI_FAULT_TOLERANT_WRITE_RECORD *) ((UINTN) FtwRecord - RECORD_SIZE (FtwWriteHeader->PrivateDataSize));
853 To check if FtwRecord is the first record of FtwHeader.
856 @param FtwRecord Pointe
[all...]
H A DFaultTolerantWrite.h534 To check if FtwRecord is the first record of FtwHeader.
537 @param FtwRecord Pointer to the write record
539 @retval TRUE FtwRecord is the first Record of the FtwHeader
540 @retval FALSE FtwRecord is not the first Record of the FtwHeader
546 IN EFI_FAULT_TOLERANT_WRITE_RECORD *FtwRecord
550 To check if FtwRecord is the last record of FtwHeader. Because the
551 FtwHeader has NumberOfWrites & PrivateDataSize, the FtwRecord can be
555 @param FtwRecord Pointer to the write record
557 @retval TRUE FtwRecord is the last Record of the FtwHeader
558 @retval FALSE FtwRecord i
[all...]

Completed in 35 milliseconds