Searched refs:FTW_RECORD_SIZE (Results 1 – 4 of 4) sorted by relevance
106 #define FTW_RECORD_SIZE(PrivateDataSize) (sizeof (EFI_FAULT_TOLERANT_WRITE_RECORD) + (UINTN) Priva… macro
130 …*FtwWriteRecord = (EFI_FAULT_TOLERANT_WRITE_RECORD *) ((UINTN) FtwRecord - FTW_RECORD_SIZE (FtwWri… in FtwGetLastWriteRecord()
871 …*FtwWriteRecord = (EFI_FAULT_TOLERANT_WRITE_RECORD *) ((UINTN) FtwRecord - FTW_RECORD_SIZE (FtwWri… in FtwGetLastWriteRecord()956 Ptr -= FTW_RECORD_SIZE (FtwHeader->PrivateDataSize); in GetPreviousRecordOfWrites()
451 MyLength = FTW_RECORD_SIZE (Header->PrivateDataSize); in FtwWrite()