ReactOS 0.4.16-dev-570-g1868985
|
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 261 of file i386bug.c.
Definition at line 232 of file i386bug.c.
Referenced by FrLdrBugCheck().
Definition at line 198 of file i386bug.c.
void NTAPI i386PrintExceptionText | ( | ULONG | TrapIndex, |
PKTRAP_FRAME | TrapFrame, | ||
PKSPECIAL_REGISTERS | Special | ||
) |
Definition at line 110 of file i386bug.c.
|
static |
Definition at line 90 of file i386bug.c.
Referenced by i386PrintExceptionText().
Definition at line 43 of file i386bug.c.
Referenced by PrintTextV().
Definition at line 80 of file i386bug.c.
Referenced by FrLdrBugCheckEx(), FrLdrBugCheckWithMessage(), i386PrintExceptionText(), and i386PrintFrames().
Definition at line 69 of file i386bug.c.
Referenced by FrLdrBugCheckWithMessage(), and PrintText().
|
static |
Definition at line 39 of file i386bug.c.
Referenced by FrLdrBugCheckEx(), FrLdrBugCheckWithMessage(), i386PrintExceptionText(), and i386PrintText().
|
static |
Definition at line 40 of file i386bug.c.
Referenced by FrLdrBugCheckEx(), FrLdrBugCheckWithMessage(), i386PrintExceptionText(), and i386PrintText().
Definition at line 13 of file i386bug.c.
Referenced by i386PrintExceptionText().