Searched refs:StatusParameter (Results 1 – 1 of 1) sorted by relevance
462 #define ASSERT_EFI_ERROR(StatusParameter) \ argument465 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) \ argument475 (VOID) (StatusParameter); \493 #define ASSERT_RETURN_ERROR(StatusParameter) \ argument496 if (RETURN_ERROR (StatusParameter)) { \498 StatusParameter)); \499 _ASSERT (!RETURN_ERROR (StatusParameter)); \[all …]