Searched refs:StatusParameter (Results 1 – 1 of 1) sorted by relevance
386 #define ASSERT_EFI_ERROR(StatusParameter) \ argument389 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) argument412 #define ASSERT_RETURN_ERROR(StatusParameter) \ argument415 if (RETURN_ERROR (StatusParameter)) { \417 StatusParameter)); \418 _ASSERT (!RETURN_ERROR (StatusParameter)); \423 #define ASSERT_RETURN_ERROR(StatusParameter) argument