ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Functions | |
ULONG | DbgPrint (PCCH Format,...) |
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] |
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 468 of file debug.c.
Definition at line 436 of file debug.c.
VOID NTAPI RtlAssert | ( | IN PVOID | FailedAssertion, |
IN PVOID | FileName, | ||
IN ULONG | LineNumber, | ||
IN PCHAR Message | OPTIONAL | ||
) |
Definition at line 492 of file debug.c.
Referenced by USBPORT_AssertFailure().
ULONG_PTR BugCheckInfo[5] |
Definition at line 527 of file debug.c.
Referenced by FrLdrBugCheckEx().
char* BugCodeStrings[] |
Definition at line 516 of file debug.c.
Referenced by FrLdrBugCheckEx(), and FrLdrBugCheckWithMessage().