Searched refs:Erase (Results 1 – 7 of 7) sorted by relevance
328 UINT8 Erase; in FvbProtocolEraseBlocks() local333 Erase = 0; in FvbProtocolEraseBlocks()354 Erase = (UINT8) (Erase | BIT0); in FvbProtocolEraseBlocks()357 Erase = (UINT8) (Erase | BIT1); in FvbProtocolEraseBlocks()367 if ((Erase & BIT0) != 0) { in FvbProtocolEraseBlocks()373 if ((Erase & BIT1) != 0) { in FvbProtocolEraseBlocks()
71 Dev->VarStore.Erase = MemEraseStore; in MemStorageConstructor()97 EfiConvertPointer (0, (VOID **)&Dev->VarStore.Erase); in OnVirtualAddressChangeMs()
76 ERASE_STORE Erase; member
259 Dev->VarStore.Erase = FileEraseStore; in FileStorageConstructor()369 EfiConvertPointer (0, (VOID **) &Dev->VarStore.Erase); in OnVirtualAddressChangeFs()
407 Status = mGlobal->VariableStore[StorageType]->Erase ( in Reclaim()1907 mGlobal->VariableStore[Volatile]->Erase (mGlobal->VariableStore[Volatile]); in VariableServiceInitialize()
468 UINT8 Erase; // 0xAA, Initiate Erase, 0x00 Get Erase Status member
1356 #string STR_SECURE_ERASE_PROMPT #language en-US "eMMC Secure Erase"1357 …_HELP #language en-US "Disable/Enable eMMC Secure Erase. When enabled, all…