|
ReactOS 0.4.16-dev-2491-g3dc6630
|
Go to the source code of this file.
Enumerations | |
| enum | _FRLDR_BUGCHECK_CODES { TEST_BUGCHECK , MISSING_HARDWARE_REQUIREMENTS , FREELDR_IMAGE_CORRUPTION , MEMORY_INIT_FAILURE , ASSERT_FAILURE } |
Functions | |
| DECLSPEC_NORETURN void NTAPI | FrLdrBugCheck (ULONG BugCode) |
| DECLSPEC_NORETURN VOID | FrLdrBugCheckWithMessage (ULONG BugCode, PCHAR File, ULONG Line, PCSTR Format,...) |
Variables | |
| char * | BugCodeStrings [] |
| ULONG_PTR | BugCheckInfo [5] |
| #define __STRLINE__ __STRING__(__LINE__) |
| #define DebugInit | ( | DebugString | ) |
| Enumerator | |
|---|---|
| TEST_BUGCHECK | |
| MISSING_HARDWARE_REQUIREMENTS | |
| FREELDR_IMAGE_CORRUPTION | |
| MEMORY_INIT_FAILURE | |
| ASSERT_FAILURE | |
Definition at line 153 of file debug.h.
| DECLSPEC_NORETURN void NTAPI FrLdrBugCheck | ( | ULONG | BugCode | ) |
Definition at line 267 of file i386bug.c.
| DECLSPEC_NORETURN VOID FrLdrBugCheckWithMessage | ( | ULONG | BugCode, |
| PCHAR | File, | ||
| ULONG | Line, | ||
| PCSTR | Format, | ||
| ... | |||
| ) |
Definition at line 30 of file debug.c.
Referenced by AddMemoryDescriptor(), FrLdrCheckCpuCompatibility(), MmCheckFreeldrImageFile(), PcMemCheckUsableMemorySize(), ReserveMemory(), RtlAssert(), and UefiExitBootServices().
|
extern |
Definition at line 566 of file debug.c.
Referenced by FrLdrBugCheckEx().
|
extern |
Definition at line 554 of file debug.c.
Referenced by FrLdrBugCheckEx(), and FrLdrBugCheckWithMessage().