Searched defs:DEBUG_ERROR (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/BootSectImage/
H A Dbootsectimage.c26 #define DEBUG_ERROR 0x2 macro
121 DebugMsg (NULL, 0, DEBUG_ERROR, NULL, "Open file: %s", FileName);
128 DebugMsg (NULL, 0, DEBUG_ERROR, NULL, "Write file: %s", FileName);
159 DebugMsg (NULL, 0, DEBUG_ERROR, NULL, "ERROR: E0001: Error opening file: %s", FileName);
165 DebugMsg (NULL, 0, DEBUG_ERROR, NULL, "ERROR: E0004: Error reading file: %s", FileName);
227 DebugMsg (NULL, 0, DEBUG_ERROR, NULL, "ERROR: E3003: FAT - Signature Invalid - %04x, expected: %04x",
237 DebugMsg (NULL, 0, DEBUG_ERROR, NULL, "ERROR: E3003: FAT - BS_jmpBoot - %02x, expected: %02x or %02x",
246 DebugMsg (NULL, 0, DEBUG_ERROR, NULL, "ERROR: E3003: FAT - BPB_BytsPerSec - %04x, expected: %04x, %04x, %04x, or %04x",
262 DebugMsg (NULL, 0, DEBUG_ERROR, NULL, "ERROR: E3003: FAT - BPB_SecPerClus - %02x, expected: %02x, %02x, %02x, %02x, %02x, %02x, %02x, or %02x",
267 DebugMsg (NULL, 0, DEBUG_ERROR, NUL
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DDebugLib.h56 #define DEBUG_ERROR 0x80000000 // Error macro
77 #define EFI_D_ERROR DEBUG_ERROR

Completed in 36 milliseconds