ReactOS 0.4.16-dev-746-g329a414
|
Go to the source code of this file.
Functions | |
VOID | DebugInit (_In_ PCSTR DebugString) |
ULONG | DbgPrint (PCCH Format,...) |
VOID | DbgPrint2 (ULONG Mask, ULONG Level, const char *File, ULONG Line, char *Format,...) |
VOID | DebugDumpBuffer (ULONG Mask, PVOID Buffer, ULONG Length) |
VOID | DbgParseDebugChannels (PCHAR Value) |
ULONG | MsgBoxPrint (const char *Format,...) |
DECLSPEC_NORETURN VOID NTAPI | KeBugCheckEx (IN ULONG BugCheckCode, IN ULONG_PTR BugCheckParameter1, IN ULONG_PTR BugCheckParameter2, IN ULONG_PTR BugCheckParameter3, IN ULONG_PTR BugCheckParameter4) |
VOID NTAPI | RtlAssert (IN PVOID FailedAssertion, IN PVOID FileName, IN ULONG LineNumber, IN PCHAR Message OPTIONAL) |
Variables | |
char * | BugCodeStrings [] |
ULONG_PTR | BugCheckInfo [5] |
Definition at line 462 of file debug.c.
DECLSPEC_NORETURN VOID NTAPI KeBugCheckEx | ( | IN ULONG | BugCheckCode, |
IN ULONG_PTR | BugCheckParameter1, | ||
IN ULONG_PTR | BugCheckParameter2, | ||
IN ULONG_PTR | BugCheckParameter3, | ||
IN ULONG_PTR | BugCheckParameter4 | ||
) |
Definition at line 470 of file debug.c.
VOID NTAPI RtlAssert | ( | IN PVOID | FailedAssertion, |
IN PVOID | FileName, | ||
IN ULONG | LineNumber, | ||
IN PCHAR Message | OPTIONAL | ||
) |
Definition at line 526 of file debug.c.
Referenced by USBPORT_AssertFailure().
ULONG_PTR BugCheckInfo[5] |
Definition at line 561 of file debug.c.
Referenced by FrLdrBugCheckEx().
char* BugCodeStrings[] |
Definition at line 550 of file debug.c.
Referenced by FrLdrBugCheckEx(), and FrLdrBugCheckWithMessage().