Go to the source code of this file.
|
#define | DPRINT_NONE 0 |
|
#define | DPRINT_WARNING 1 |
|
#define | DPRINT_MEMORY 2 |
|
#define | DPRINT_FILESYSTEM 3 |
|
#define | DPRINT_INIFILE 4 |
|
#define | DPRINT_UI 5 |
|
#define | DPRINT_DISK 6 |
|
#define | DPRINT_CACHE 7 |
|
#define | DPRINT_REGISTRY 8 |
|
#define | DPRINT_REACTOS 9 |
|
#define | DPRINT_LINUX 10 |
|
#define | DPRINT_HWDETECT 11 |
|
#define | DPRINT_WINDOWS 12 |
|
#define | DPRINT_PELOADER 13 |
|
#define | DPRINT_SCSIPORT 14 |
|
#define | DPRINT_HEAP 15 |
|
#define | DBG_CHANNELS_COUNT 16 |
|
#define | DBG_DEFAULT_CHANNEL(ch) |
|
#define | ERR_CH(ch, fmt, ...) |
|
#define | FIXME_CH(ch, fmt, ...) |
|
#define | WARN_CH(ch, fmt, ...) |
|
#define | TRACE_CH(ch, fmt, ...) |
|
#define | ERR(fmt, ...) |
|
#define | FIXME(fmt, ...) |
|
#define | WARN(fmt, ...) |
|
#define | TRACE(fmt, ...) |
|
#define | UNIMPLEMENTED |
|
#define | DebugInit(DebugString) |
|
#define | BugCheck(fmt, ...) |
|
#define | DbgDumpBuffer(mask, buf, len) |
|
#define | DebugDisableScreenPort() |
|
#define | DbgParseDebugChannels(val) |
|
◆ BugCheck
◆ DBG_CHANNELS_COUNT
◆ DBG_DEFAULT_CHANNEL
#define DBG_DEFAULT_CHANNEL |
( |
|
ch | ) |
|
◆ DbgDumpBuffer
◆ DbgParseDebugChannels
◆ DebugDisableScreenPort
#define DebugDisableScreenPort |
( |
| ) |
|
◆ DebugInit
◆ DPRINT_CACHE
◆ DPRINT_DISK
◆ DPRINT_FILESYSTEM
◆ DPRINT_HEAP
◆ DPRINT_HWDETECT
◆ DPRINT_INIFILE
◆ DPRINT_LINUX
◆ DPRINT_MEMORY
◆ DPRINT_NONE
◆ DPRINT_PELOADER
◆ DPRINT_REACTOS
◆ DPRINT_REGISTRY
◆ DPRINT_SCSIPORT
◆ DPRINT_UI
◆ DPRINT_WARNING
◆ DPRINT_WINDOWS
◆ ERR
◆ ERR_CH
◆ FIXME
◆ FIXME_CH
◆ TRACE
◆ TRACE_CH
◆ UNIMPLEMENTED
◆ WARN
◆ WARN_CH
◆ _FRLDR_BUGCHECK_CODES
Enumerator |
---|
TEST_BUGCHECK | |
MISSING_HARDWARE_REQUIREMENTS | |
FREELDR_IMAGE_CORRUPTION | |
MEMORY_INIT_FAILURE | |
Definition at line 141 of file debug.h.
142{
147#ifdef UEFIBOOT
148 EXIT_BOOTSERVICES_FAILURE,
149#endif
150};
@ FREELDR_IMAGE_CORRUPTION
@ MISSING_HARDWARE_REQUIREMENTS
◆ FrLdrBugCheck()
Definition at line 261 of file i386bug.c.
262{
264}
void NTAPI FrLdrBugCheckEx(ULONG BugCode, PCHAR File, ULONG Line)
◆ FrLdrBugCheckWithMessage()
◆ BugCheckInfo
◆ BugCodeStrings