Searched defs:ErrorMsg (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DVfrError.cpp199 IN CONST CHAR8 *ErrorMsg
206 VerboseMsg ((CHAR8 *) ErrorMsg);
210 Error (FileName, FileLine, 0x3000, TokName, (CHAR8 *) "\t%s\n", (CHAR8 *) ErrorMsg);
223 CONST CHAR8 *ErrorMsg = NULL; local
231 ErrorMsg = mVfrErrorHandleTable[Index].mErrorMsg;
236 if (ErrorMsg != NULL) {
238 Error (FileName, FileLine, 0x3000, TokName, (CHAR8 *) "\t%s\n", (CHAR8 *) ErrorMsg);
H A DVfrFormPkg.cpp998 CHAR8 ErrorMsg[MAX_STRING_LEN] = {0, }; local
1060 sprintf (ErrorMsg, "Inconsistent OpCode Record list invalid QuestionId is 0x%X", QuestionId);
1061 gCVfrErrorHandle.PrintMsg (0, NULL, "Error", ErrorMsg);
1112 sprintf (ErrorMsg, "QuestionId required by Inconsistent OpCode is not found. QuestionId is 0x%X", QuestionId);
1113 gCVfrErrorHandle.PrintMsg (0, NULL, "Error", ErrorMsg);
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6Icmp.c581 NET_BUF *ErrorMsg; local
626 ErrorMsg = NetbufAlloc (PacketLen);
627 if (ErrorMsg == NULL) {
650 NetbufReserve (ErrorMsg, sizeof (EFI_IP6_HEADER));
655 IcmpHead = (IP6_ICMP_INFORMATION_HEAD *) NetbufAllocSpace (ErrorMsg, sizeof (IP6_ICMP_INFORMATION_HEAD), FALSE);
657 NetbufFree (ErrorMsg);
673 ErrorBody = NetbufAllocSpace (ErrorMsg, PayloadLen, FALSE);
682 return Ip6Output (IpSb, NULL, NULL, ErrorMsg, &Head, NULL, 0, Ip6SysPacketSent, NULL);

Completed in 48 milliseconds