Searched refs:ErrorStr (Results 1 – 2 of 2) sorted by relevance
696 CONST CHAR8 *ErrorStr; member720 CONST CHAR8 *ErrorStr in XenStoreGetError() argument726 if (!AsciiStrCmp (ErrorStr, gXenStoreErrors[Index].ErrorStr)) { in XenStoreGetError()730 DEBUG ((EFI_D_WARN, "XenStore gave unknown error %a\n", ErrorStr)); in XenStoreGetError()
2108 CHAR16 *ErrorStr; in ValidateQuestion() local2111 ErrorStr = NULL; in ValidateQuestion()2160 ErrorStr = GetToken (Expression->Error, FormSet->HiiHandle); in ValidateQuestion()2174 PopupErrorMessage(BrowserStatus, FormSet->HiiHandle, Expression->OpCode, ErrorStr); in ValidateQuestion()2177 if (ErrorStr != NULL) { in ValidateQuestion()2178 FreePool (ErrorStr); in ValidateQuestion()