Lines Matching refs:StatusParameter
462 #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)); \
504 #define ASSERT_RETURN_ERROR(StatusParameter) \ argument
507 (VOID) (StatusParameter); \