Home
last modified time | relevance | path

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

/freebsd/sys/contrib/edk2/Include/Library/
H A DDebugLib.h462 #define ASSERT_EFI_ERROR(StatusParameter) \ argument
465 if (EFI_ERROR (StatusParameter)) { \
466 DEBUG ((DEBUG_ERROR, "\nASSERT_EFI_ERROR (Status = %r)\n", StatusParameter)); \
467 _ASSERT (!EFI_ERROR (StatusParameter)); \
472 #define ASSERT_EFI_ERROR(StatusParameter) \ argument
475 (VOID) (StatusParameter); \
493 #define ASSERT_RETURN_ERROR(StatusParameter) \ argument
496 if (RETURN_ERROR (StatusParameter)) { \
498 StatusParameter)); \
499 _ASSERT (!RETURN_ERROR (StatusParameter)); \
[all …]