Searched refs:ErrorStr (Results 1 – 2 of 2) sorted by relevance
693 CONST CHAR8 *ErrorStr; member718 CONST CHAR8 *ErrorStr in XenStoreGetError() argument724 if (!AsciiStrCmp (ErrorStr, gXenStoreErrors[Index].ErrorStr)) { in XenStoreGetError()728 DEBUG ((EFI_D_WARN, "XenStore gave unknown error %a\n", ErrorStr)); in XenStoreGetError()
2104 CHAR16 *ErrorStr; in ValidateQuestion() local2107 ErrorStr = NULL; in ValidateQuestion()2156 ErrorStr = GetToken (Expression->Error, FormSet->HiiHandle); in ValidateQuestion()2170 PopupErrorMessage(BrowserStatus, FormSet->HiiHandle, Expression->OpCode, ErrorStr); in ValidateQuestion()2173 if (ErrorStr != NULL) { in ValidateQuestion()2174 FreePool (ErrorStr); in ValidateQuestion()