ReactOS
0.4.15-dev-5608-gafb953a
|
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] |
Definition at line 427 of file debug.c.
Referenced by BlStatusPrint(), Fast486DumpState(), PciDebugDumpQueryCapabilities(), RtlAssert(), SepDumpAccessRightsStats(), SepDumpAces(), SepDumpAclInfo(), SepDumpSdDebugInfo(), SepDumpSidsOfToken(), and SepDumpTokenDebugInfo().
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 467 of file debug.c.
VOID NTAPI RtlAssert | ( | IN PVOID | FailedAssertion, |
IN PVOID | FileName, | ||
IN ULONG | LineNumber, | ||
IN PCHAR Message | OPTIONAL | ||
) |
Definition at line 491 of file debug.c.
Referenced by USBPORT_AssertFailure().
ULONG_PTR BugCheckInfo[5] |
Definition at line 523 of file debug.c.
Referenced by FrLdrBugCheckEx().
char* BugCodeStrings[] |
Definition at line 515 of file debug.c.
Referenced by FrLdrBugCheckEx(), and FrLdrBugCheckWithMessage().