Home
last modified time | relevance | path

Searched defs:ASSERT_EFI_ERROR (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
DEdkIIGlueDebugLib.h352 #define ASSERT_EFI_ERROR(StatusParameter) \ macro
363 #define ASSERT_EFI_ERROR(Expression) do{} while(0) macro
370 #define ASSERT_EFI_ERROR(StatusParameter) \ macro
380 #define ASSERT_EFI_ERROR(Expression) do{} while(0) macro
/device/linaro/bootloader/edk2/MdePkg/Include/Library/
DDebugLib.h338 #define ASSERT_EFI_ERROR(StatusParameter) \ macro
348 #define ASSERT_EFI_ERROR(StatusParameter) macro
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/
DEfiDebug.h130 #define ASSERT_EFI_ERROR(status) if (EFI_ERROR(status)) \ macro