Searched refs:ErrorOut (Results 1 - 6 of 6) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Protocol/ |
H A D | GenericMemoryTest.h | 63 @param ErrorOut TRUE if the memory error occured. 77 OUT BOOLEAN *ErrorOut,
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/ |
H A D | NullMemoryTest.h | 73 @param ErrorOut Any time the memory error occurs, this will be 91 OUT BOOLEAN *ErrorOut,
|
H A D | NullMemoryTest.c | 136 @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 D | MemoryTest.c | 221 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 D | LightMemoryTest.h | 290 @param[out] ErrorOut TRUE if the memory error occured. 304 OUT BOOLEAN *ErrorOut,
|
H A D | LightMemoryTest.c | 524 @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 588 milliseconds