ReactOS 0.4.16-dev-336-gb667d82
|
#include "bl.h"
Go to the source code of this file.
Functions | |
BOOLEAN | BdDebuggerInitialized (VOID) |
NTSTATUS | BlBdPullRemoteFile (_In_ PWCHAR FilePath, _Out_ PVOID BaseAddress, _Out_ PULONGLONG FileSize) |
BOOLEAN | BlBdDebuggerEnabled (VOID) |
VOID | BlStatusPrint (_In_ PCWCH Format,...) |
VOID | BlStatusError (_In_ ULONG ErrorCode, _In_ ULONG Parameter1, _In_ ULONG_PTR Parameter2, _In_ ULONG_PTR Parameter3, _In_ ULONG_PTR Parameter4) |
Definition at line 25 of file debug.c.
Referenced by BlBdDebuggerEnabled().
Definition at line 53 of file debug.c.
Referenced by BlBdPullRemoteFile(), BlImgLoadBootApplication(), BlStatusError(), BlStatusPrint(), and MmHapReportHeapCorruption().
NTSTATUS BlBdPullRemoteFile | ( | _In_ PWCHAR | FilePath, |
_Out_ PVOID | BaseAddress, | ||
_Out_ PULONGLONG | FileSize | ||
) |
Definition at line 34 of file debug.c.
Referenced by ImgpOpenFile().
VOID BlStatusError | ( | _In_ ULONG | ErrorCode, |
_In_ ULONG | Parameter1, | ||
_In_ ULONG_PTR | Parameter2, | ||
_In_ ULONG_PTR | Parameter3, | ||
_In_ ULONG_PTR | Parameter4 | ||
) |
Definition at line 121 of file debug.c.
Referenced by BmFatalErrorEx().
Definition at line 75 of file debug.c.
Referenced by BiEnumerateSubObjectElements(), BlStatusError(), BmFatalErrorEx(), BmFwMemoryInitialize(), MmHapReportHeapCorruption(), OslAbortBoot(), and OslFatalErrorEx().
CHAR AnsiBuffer[1024] |
Definition at line 15 of file debug.c.
Referenced by BlStatusPrint(), IopReassignSystemRoot(), IsShortName_U(), MsgiAnsiToUnicodeReply(), and User32CreateWindowEx().
BOOLEAN BdArchBlockDebuggerOperation |
Definition at line 18 of file debug.c.
Referenced by BdDebuggerInitialized().
BOOLEAN BdDebuggerNotPresent |
Definition at line 16 of file debug.c.
Referenced by BlBdDebuggerEnabled(), and BlImgLoadBootApplication().
BOOLEAN BdSubsystemInitialized |
Definition at line 17 of file debug.c.
Referenced by BdDebuggerInitialized().
PBL_STATUS_ERROR_HANDLER BlpStatusErrorHandler |
Definition at line 20 of file debug.c.
Referenced by BlStatusError(), and OslPrepareTarget().
BOOLEAN BlpStatusErrorInProgress |
Definition at line 19 of file debug.c.
Referenced by BlStatusError().