Home | History | Annotate | Download | only in FaultTolerantWriteDxe

Lines Matching refs:FtwHeader

504   To check if FtwRecord is the first record of FtwHeader.

506 @param FtwHeader Pointer to the write record header
509 @retval TRUE FtwRecord is the first Record of the FtwHeader
510 @retval FALSE FtwRecord is not the first Record of the FtwHeader
515 IN EFI_FAULT_TOLERANT_WRITE_HEADER *FtwHeader,
520 To check if FtwRecord is the last record of FtwHeader. Because the
521 FtwHeader has NumberOfWrites & PrivateDataSize, the FtwRecord can be
522 determined if it is the last record of FtwHeader.
524 @param FtwHeader Pointer to the write record header
527 @retval TRUE FtwRecord is the last Record of the FtwHeader
528 @retval FALSE FtwRecord is not the last Record of the FtwHeader
533 IN EFI_FAULT_TOLERANT_WRITE_HEADER *FtwHeader,
538 To check if FtwRecord is the first record of FtwHeader.
540 @param FtwHeader Pointer to the write record header
549 IN EFI_FAULT_TOLERANT_WRITE_HEADER *FtwHeader,