ReactOS 0.4.16-dev-13-ge2fc578
|
Go to the source code of this file.
Classes | |
struct | _FRAME |
Macros | |
#define | SCREEN_ATTR 0x1F |
Typedefs | |
typedef struct _FRAME | FRAME |
Functions | |
static void | i386PrintText (CHAR *pszText) |
static void | PrintTextV (const CHAR *Format, va_list args) |
static void | PrintText (const CHAR *Format,...) |
static void | i386PrintFrames (PKTRAP_FRAME TrapFrame) |
void NTAPI | i386PrintExceptionText (ULONG TrapIndex, PKTRAP_FRAME TrapFrame, PKSPECIAL_REGISTERS Special) |
VOID | FrLdrBugCheckWithMessage (ULONG BugCode, PCHAR File, ULONG Line, PSTR Format,...) |
void NTAPI | FrLdrBugCheckEx (ULONG BugCode, PCHAR File, ULONG Line) |
void NTAPI | FrLdrBugCheck (ULONG BugCode) |
Variables | |
static const CHAR * | i386ExceptionDescriptionText [] |
static ULONG | i386_ScreenPosX = 0 |
static ULONG | i386_ScreenPosY = 0 |
Definition at line 260 of file i386bug.c.
Definition at line 231 of file i386bug.c.
Referenced by FrLdrBugCheck().
Definition at line 197 of file i386bug.c.
void NTAPI i386PrintExceptionText | ( | ULONG | TrapIndex, |
PKTRAP_FRAME | TrapFrame, | ||
PKSPECIAL_REGISTERS | Special | ||
) |
Definition at line 109 of file i386bug.c.
|
static |
Definition at line 89 of file i386bug.c.
Referenced by i386PrintExceptionText().
Definition at line 42 of file i386bug.c.
Referenced by PrintTextV().
Definition at line 79 of file i386bug.c.
Referenced by FrLdrBugCheckEx(), FrLdrBugCheckWithMessage(), i386PrintExceptionText(), and i386PrintFrames().
Definition at line 68 of file i386bug.c.
Referenced by FrLdrBugCheckWithMessage(), and PrintText().
|
static |
Definition at line 38 of file i386bug.c.
Referenced by FrLdrBugCheckEx(), FrLdrBugCheckWithMessage(), i386PrintExceptionText(), and i386PrintText().
|
static |
Definition at line 39 of file i386bug.c.
Referenced by FrLdrBugCheckEx(), FrLdrBugCheckWithMessage(), i386PrintExceptionText(), and i386PrintText().
Definition at line 12 of file i386bug.c.
Referenced by i386PrintExceptionText().