Home
last modified time | relevance | path

Searched refs:StatusParameter (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/edk2/Include/Library/
H A DDebugLib.h386 #define ASSERT_EFI_ERROR(StatusParameter) \ argument
389 if (EFI_ERROR (StatusParameter)) { \
390 DEBUG ((EFI_D_ERROR, "\nASSERT_EFI_ERROR (Status = %r)\n", StatusParameter)); \
391 _ASSERT (!EFI_ERROR (StatusParameter)); \
396 #define ASSERT_EFI_ERROR(StatusParameter) argument
412 #define ASSERT_RETURN_ERROR(StatusParameter) \ argument
415 if (RETURN_ERROR (StatusParameter)) { \
417 StatusParameter)); \
418 _ASSERT (!RETURN_ERROR (StatusParameter)); \
423 #define ASSERT_RETURN_ERROR(StatusParameter) argument