Searched defs:ErrorOut (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/
H A DNullMemoryTest.c136 @param ErrorOut Any time the memory error occurs, this will be
154 OUT BOOLEAN *ErrorOut,
158 *ErrorOut = FALSE;
150 GenPerformMemoryTest( IN EFI_GENERIC_MEMORY_TEST_PROTOCOL *This, IN OUT UINT64 *TestedMemorySize, OUT UINT64 *TotalMemorySize, OUT BOOLEAN *ErrorOut, IN BOOLEAN TestAbort ) argument
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/
H A DMemoryTest.c221 BOOLEAN ErrorOut; local
248 ErrorOut = FALSE;
299 &ErrorOut,
302 if (ErrorOut && (Status == EFI_DEVICE_ERROR)) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/MemoryTest/GenericMemoryTestDxe/
H A DLightMemoryTest.c524 @param[out] ErrorOut TRUE if the memory error occured.
538 OUT BOOLEAN *ErrorOut,
548 *ErrorOut = FALSE;
601 *ErrorOut = TRUE;
534 GenPerformMemoryTest( IN EFI_GENERIC_MEMORY_TEST_PROTOCOL *This, OUT UINT64 *TestedMemorySize, OUT UINT64 *TotalMemorySize, OUT BOOLEAN *ErrorOut, IN BOOLEAN TestAbort ) argument

Completed in 2257 milliseconds