Home
last modified time | relevance | path

Searched refs:ErrorStr (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/OvmfPkg/XenBusDxe/
DXenStore.c693 CONST CHAR8 *ErrorStr; member
718 CONST CHAR8 *ErrorStr in XenStoreGetError() argument
724 if (!AsciiStrCmp (ErrorStr, gXenStoreErrors[Index].ErrorStr)) { in XenStoreGetError()
728 DEBUG ((EFI_D_WARN, "XenStore gave unknown error %a\n", ErrorStr)); in XenStoreGetError()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
DSetup.c2104 CHAR16 *ErrorStr; in ValidateQuestion() local
2107 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()