HomeSort by relevance Sort by last modified time
    Searched refs:DEBUG_ERROR (Results 1 - 25 of 101) sorted by null

1 2 3 4 5

  /device/linaro/bootloader/edk2/MdePkg/Library/BaseStackCheckLib/
BaseStackCheckGcc.c 43 DEBUG ((DEBUG_ERROR, "STACK FAULT: Buffer Overflow in function %a.\n", __builtin_return_address(0)));
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeRsa2048Sha256GuidedSectionExtractLib/
DxeRsa2048Sha256GuidedSectionExtractLib.c 230 DEBUG ((DEBUG_ERROR, "DxeRsa2048Sha256: HASH type of section is not supported\n"));
240 DEBUG ((DEBUG_ERROR, "DxeRsa2048Sha256: Can not allocate hash context\n"));
251 DEBUG ((DEBUG_ERROR, "DxeRsa2048Sha256: Sha256Init() failed\n"));
257 DEBUG ((DEBUG_ERROR, "DxeRsa2048Sha256: Sha256Update() failed\n"));
263 DEBUG ((DEBUG_ERROR, "DxeRsa2048Sha256: Sha256Final() failed\n"));
288 DEBUG ((DEBUG_ERROR, "DxeRsa2048Sha256: Public key in section is not supported\n"));
298 DEBUG ((DEBUG_ERROR, "DxeRsa2048Sha256: RsaNew() failed\n"));
309 DEBUG ((DEBUG_ERROR, "DxeRsa2048Sha256: RsaSetKey(RsaKeyN) failed\n"));
315 DEBUG ((DEBUG_ERROR, "DxeRsa2048Sha256: RsaSetKey(RsaKeyE) failed\n"));
326 DEBUG ((DEBUG_ERROR, "DxeRsa2048Sha256: Sha256Init() failed\n"));
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/PeiRsa2048Sha256GuidedSectionExtractLib/
PeiRsa2048Sha256GuidedSectionExtractLib.c 214 DEBUG ((DEBUG_ERROR, "PeiRsa2048Sha256: HASH type of section is not supported\n"));
224 DEBUG ((DEBUG_ERROR, "PeiRsa2048Sha256: Can not allocate hash context\n"));
235 DEBUG ((DEBUG_ERROR, "PeiRsa2048Sha256: Sha256Init() failed\n"));
241 DEBUG ((DEBUG_ERROR, "PeiRsa2048Sha256: Sha256Update() failed\n"));
247 DEBUG ((DEBUG_ERROR, "PeiRsa2048Sha256: Sha256Final() failed\n"));
272 DEBUG ((DEBUG_ERROR, "PeiRsa2048Sha256: Public key in section is not supported\n"));
282 DEBUG ((DEBUG_ERROR, "PeiRsa2048Sha256: RsaNew() failed\n"));
293 DEBUG ((DEBUG_ERROR, "PeiRsa2048Sha256: RsaSetKey(RsaKeyN) failed\n"));
299 DEBUG ((DEBUG_ERROR, "PeiRsa2048Sha256: RsaSetKey(RsaKeyE) failed\n"));
310 DEBUG ((DEBUG_ERROR, "PeiRsa2048Sha256: Sha256Init() failed\n"));
    [all...]
  /device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
DxeSupport.c 118 DEBUG (( DEBUG_ERROR,
169 DEBUG (( DEBUG_ERROR | DEBUG_POOL | DEBUG_INIT,
218 DEBUG (( DEBUG_ERROR | DEBUG_POOL | DEBUG_INIT,
Service.c 181 DEBUG (( DEBUG_ERROR | DEBUG_POOL | DEBUG_INIT,
205 DEBUG (( DEBUG_ERROR | DEBUG_INIT,
224 DEBUG (( DEBUG_ERROR | DEBUG_INIT,
379 DEBUG (( DEBUG_ERROR | DEBUG_POOL | DEBUG_INIT,
  /device/linaro/bootloader/edk2/StdLib/UseSocketDxe/
UseSocketDxe.c 140 DEBUG (( DEBUG_ERROR,
151 DEBUG (( DEBUG_ERROR,
217 DEBUG (( DEBUG_ERROR,
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
close.c 57 DEBUG (( DEBUG_ERROR,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/DataSource/
DataSource.c 350 DEBUG (( DEBUG_ERROR,
693 DEBUG (( DEBUG_ERROR,
702 DEBUG (( DEBUG_ERROR,
709 DEBUG (( DEBUG_ERROR,
746 DEBUG (( DEBUG_ERROR,
761 DEBUG (( DEBUG_ERROR,
776 DEBUG (( DEBUG_ERROR,
791 DEBUG (( DEBUG_ERROR,
806 DEBUG (( DEBUG_ERROR,
825 DEBUG (( DEBUG_ERROR,
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgPei/
TisPei.c 58 DEBUG ((DEBUG_ERROR, "Tpm is not ready for command!\n"));
86 DEBUG ((DEBUG_ERROR, "The send buffer too small!\n"));
101 DEBUG ((DEBUG_ERROR, "Wait for Tpm response data time out!!\n"));
  /device/linaro/bootloader/edk2/BaseTools/Source/C/BootSectImage/
bootsectimage.c 26 #define DEBUG_ERROR 0x2
123 DebugMsg (NULL, 0, DEBUG_ERROR, NULL, "Open file: %s", FileName);
130 DebugMsg (NULL, 0, DEBUG_ERROR, NULL, "Write file: %s", FileName);
161 DebugMsg (NULL, 0, DEBUG_ERROR, NULL, "ERROR: E0001: Error opening file: %s", FileName);
167 DebugMsg (NULL, 0, DEBUG_ERROR, NULL, "ERROR: E0004: Error reading file: %s", FileName);
229 DebugMsg (NULL, 0, DEBUG_ERROR, NULL, "ERROR: E3003: FAT - Signature Invalid - %04x, expected: %04x",
239 DebugMsg (NULL, 0, DEBUG_ERROR, NULL, "ERROR: E3003: FAT - BS_jmpBoot - %02x, expected: %02x or %02x",
248 DebugMsg (NULL, 0, DEBUG_ERROR, NULL, "ERROR: E3003: FAT - BPB_BytsPerSec - %04x, expected: %04x, %04x, %04x, or %04x",
264 DebugMsg (NULL, 0, DEBUG_ERROR, NULL, "ERROR: E3003: FAT - BPB_SecPerClus - %02x, expected: %02x, %02x, %02x, %02x, %02x, %02x, %02x, or %02x",
269 DebugMsg (NULL, 0, DEBUG_ERROR, NULL, "ERROR: E3003: FAT - BPB_BytsPerSec * BPB_SecPerClus - %08x, expected: <= %08x",
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/TemplateSec/
TemplateSec.c 54 DEBUG ((DEBUG_ERROR, "CEntryPoint (%x,%x,%x,%x)\n", MemoryBase, MemorySize, StackBase, StackSize));
  /device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
Malloc.c 93 DEBUG((DEBUG_ERROR, "ERROR malloc: Zero Size\n"));
105 DEBUG((DEBUG_ERROR, "\nERROR malloc: AllocatePool returned %r\n", Status));
184 DEBUG((DEBUG_ERROR, "ERROR free(0x%p): Signature is 0x%8X, expected 0x%8X\n",
248 DEBUG((DEBUG_ERROR, "ERROR realloc(0x%p): Signature is 0x%8X, expected 0x%8X\n",
  /device/linaro/bootloader/edk2/StdLib/SocketDxe/
EntryUnload.c 114 DEBUG (( DEBUG_ERROR | DEBUG_POOL | DEBUG_INIT | DEBUG_INFO,
132 DEBUG (( DEBUG_ERROR | DEBUG_INIT | DEBUG_INFO,
202 DEBUG (( DEBUG_ERROR | DEBUG_POOL | DEBUG_INIT,
326 DEBUG (( DEBUG_ERROR | DEBUG_POOL | DEBUG_INIT,
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspNotifyDxe/
FspNotifyDxe.c 77 DEBUG((DEBUG_ERROR, "FSP NotifyPhase AfterPciEnumeration failed, status: 0x%x\n", Status));
109 DEBUG((DEBUG_ERROR, "FSP NotifyPhase ReadyToBoot failed, status: 0x%x\n", Status));
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/
LcdGraphicsOutputDxe.c 142 DEBUG((DEBUG_ERROR, "InitializeDisplay: ERROR - Can not initialise the display. Exit Status=%r\n", Status));
178 DEBUG((DEBUG_ERROR, "GraphicsOutputDxeInitialize: Can not install the protocol. Exit Status=%r\n", Status));
193 DEBUG((DEBUG_ERROR, "GraphicsOutputDxeInitialize: Can not install the ExitBootServicesEvent handler. Exit Status=%r\n", Status));
267 DEBUG((DEBUG_ERROR, "LcdGraphicsQueryMode: ERROR - For mode number %d : Invalid Parameter.\n", ModeNumber ));
317 DEBUG((DEBUG_ERROR, "LcdGraphicsSetMode: ERROR - Unsupported mode number %d .\n", ModeNumber ));
334 DEBUG ((DEBUG_ERROR, "LcdGraphicsSetMode: ERROR - Couldn't get bytes per pixel, status: %r\n", Status));
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
Misc.c 466 DEBUG ((DEBUG_ERROR, "ROM Header Checksum Error\n\r"));
473 DEBUG ((DEBUG_ERROR, "ROM ID Offset Error\n\r"));
480 DEBUG ((DEBUG_ERROR, "No ROM ID Structure found....\n\r"));
488 DEBUG ((DEBUG_ERROR, "ROM ID Checksum Error\n\r"));
528 DEBUG ((DEBUG_ERROR, "We had a failure in AllocatePages, status code = 0x%X\n", Status));
578 DEBUG ((DEBUG_ERROR, "We had a failure in AllocatePages, status code = 0x%X\n", Status));
596 DEBUG ((DEBUG_ERROR, "We had a failure in AllocatePages, status code = 0x%X\n", Status));
611 DEBUG ((DEBUG_ERROR, "We had a failure in AllocatePages, status code = 0x%X\n", Status));
769 DEBUG ((DEBUG_ERROR, "!PXE Structure not found....\n\r"));
777 DEBUG ((DEBUG_ERROR, "!PXE Checksum Error\n\r"));
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/
WebServer.c 76 DEBUG (( DEBUG_ERROR | DEBUG_POOL,
90 DEBUG (( DEBUG_ERROR | DEBUG_POOL,
176 DEBUG (( DEBUG_ERROR | DEBUG_POOL,
363 DEBUG (( DEBUG_ERROR,
375 DEBUG (( DEBUG_ERROR,
389 DEBUG (( DEBUG_ERROR,
505 DEBUG (( DEBUG_ERROR | DEBUG_SOCKET_POLL,
  /device/linaro/bootloader/edk2/IntelFspPkg/FspDxeIpl/
DxeIpl.c 192 DEBUG ((DEBUG_ERROR, "GetInfo from guided section Failed - %r\n", Status));
232 DEBUG ((DEBUG_ERROR, "Extract guided section Failed - %r\n", Status));
318 DEBUG ((DEBUG_ERROR, "Decompress GetInfo Failed - %r\n", Status));
352 DEBUG ((DEBUG_ERROR, "Decompress Failed - %r\n", Status));
450 DEBUG ((DEBUG_ERROR, "No FSP API should be called after FSP is DONE!\n"));
  /device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772/
DriverBinding.c 197 DEBUG (( DEBUG_ERROR | DEBUG_INIT | DEBUG_INFO,
202 DEBUG (( DEBUG_ERROR | DEBUG_INIT | DEBUG_INFO,
208 DEBUG (( DEBUG_ERROR | DEBUG_INIT | DEBUG_INFO,
379 DEBUG (( DEBUG_ERROR | DEBUG_POOL | DEBUG_INIT | DEBUG_INFO,
397 DEBUG (( DEBUG_ERROR | DEBUG_INIT | DEBUG_INFO,
  /device/linaro/bootloader/edk2/ArmPlatformPkg/FileSystem/BootMonFs/
BootMonFsImages.c 65 DEBUG ((DEBUG_ERROR, "BootMonFsComputeFooterChecksum: Unable to allocate memory.\n"));
124 DEBUG ((DEBUG_ERROR, "Warning: failed to compute checksum for image '%a'\n", Desc->Footer.Filename));
128 DEBUG ((DEBUG_ERROR, "Warning: image '%a' checksum mismatch.\n", Desc->Footer.Filename));
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/
RegularExpressionDxe.c 104 DEBUG ((DEBUG_ERROR, "Unsupported regex syntax - using default\n"));
124 DEBUG ((DEBUG_ERROR, "Regex compilation failed: %a\n", ErrorMessage));
152 DEBUG ((DEBUG_ERROR, "Regex match failed: %a\n", ErrorMessage));
  /device/linaro/bootloader/edk2/StdLib/LibC/Main/
Main.c 95 DEBUG((DEBUG_ERROR, "ABORTING: Argv[%d] contains an unconvertable character.\n", count));
105 DEBUG((DEBUG_ERROR, "ABORTING: Insufficient memory.\n"));
120 DEBUG((DEBUG_ERROR, "ABORTING: Internal Argv[%d] conversion error.\n", count));
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/
DxeLoad.c 246 DEBUG ((DEBUG_ERROR, "Locate Recovery PPI Failed.(Status = %r)\n", Status));
260 DEBUG ((DEBUG_ERROR, "Load Recovery Capsule Failed.(Status = %r)\n", Status));
513 DEBUG ((DEBUG_ERROR, "GetInfo from guided section Failed - %r\n", Status));
553 DEBUG ((DEBUG_ERROR, "Extract guided section Failed - %r\n", Status));
640 DEBUG ((DEBUG_ERROR, "Decompress GetInfo Failed - %r\n", Status));
674 DEBUG ((DEBUG_ERROR, "Decompress Failed - %r\n", Status));
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SectionExtractionDxe/
SectionExtractionDxe.c 245 DEBUG ((DEBUG_ERROR, "GetInfo from guided section Failed - %r\n", Status));
290 DEBUG ((DEBUG_ERROR, "Extract guided section Failed - %r\n", Status));
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SectionExtractionPei/
SectionExtractionPei.c 179 DEBUG ((DEBUG_ERROR, "GetInfo from guided section Failed - %r\n", Status));
219 DEBUG ((DEBUG_ERROR, "Extract guided section Failed - %r\n", Status));

Completed in 749 milliseconds

1 2 3 4 5