ReactOS 0.4.16-dev-290-g89a3b8f
|
#include <ntoskrnl.h>
#include <debug.h>
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Variables | |
BOOLEAN | ExReadyForErrors = FALSE |
PVOID | ExpDefaultErrorPort = NULL |
PEPROCESS | ExpDefaultErrorPortProcess = NULL |
NTSTATUS NTAPI ExpRaiseHardError | ( | IN NTSTATUS | ErrorStatus, |
IN ULONG | NumberOfParameters, | ||
IN ULONG | UnicodeStringParameterMask, | ||
IN PULONG_PTR | Parameters, | ||
IN ULONG | ValidResponseOptions, | ||
OUT PULONG | Response | ||
) |
Definition at line 99 of file harderr.c.
Referenced by ExRaiseHardError(), and NtRaiseHardError().
NTSTATUS NTAPI ExpSystemErrorHandler | ( | IN NTSTATUS | ErrorStatus, |
IN ULONG | NumberOfParameters, | ||
IN ULONG | UnicodeStringParameterMask, | ||
IN PULONG_PTR | Parameters, | ||
IN BOOLEAN | Shutdown | ||
) |
Definition at line 53 of file harderr.c.
Referenced by ExpRaiseHardError().
Definition at line 308 of file harderr.c.
Referenced by ProbeForRead(), and ProbeForWrite().
Definition at line 330 of file harderr.c.
Referenced by ProbeForRead(), and ProbeForWrite().
NTSTATUS NTAPI ExRaiseHardError | ( | IN NTSTATUS | ErrorStatus, |
IN ULONG | NumberOfParameters, | ||
IN ULONG | UnicodeStringParameterMask, | ||
IN PULONG_PTR | Parameters, | ||
IN ULONG | ValidResponseOptions, | ||
OUT PULONG | Response | ||
) |
Definition at line 384 of file harderr.c.
Referenced by NtRaiseHardError().
Definition at line 349 of file harderr.c.
Referenced by _IRQL_requires_max_(), NtAddAtom(), NtAllocateUuids(), NtCancelTimer(), NtCompareTokens(), NtCreateDebugObject(), NtCreateDirectoryObject(), NtCreateEvent(), NtCreateEventPair(), NtCreateIoCompletion(), NtCreateMutant(), NtCreateProfile(), NtCreateSemaphore(), NtCreateSymbolicLinkObject(), NtCreateTimer(), NtFindAtom(), NtOpenDirectoryObject(), NtOpenEvent(), NtOpenEventPair(), NtOpenIoCompletion(), NtOpenMutant(), NtOpenSemaphore(), NtOpenSymbolicLinkObject(), NtOpenTimer(), NtPulseEvent(), NtQueryDefaultLocale(), NtQueryDefaultUILanguage(), NtQueryDirectoryObject(), NtQueryEvent(), NtQueryInformationAtom(), NtQueryInstallUILanguage(), NtQueryIntervalProfile(), NtQueryIoCompletion(), NtQueryMutant(), NtQueryObject(), NtQueryPerformanceCounter(), NtQuerySecurityObject(), NtQuerySemaphore(), NtQuerySymbolicLinkObject(), NtQuerySystemEnvironmentValue(), NtQuerySystemInformation(), NtQueryTimer(), NtReleaseMutant(), NtReleaseSemaphore(), NtRemoveIoCompletion(), NtResetEvent(), NtSetEvent(), NtSetInformationDebugObject(), NtSetSystemTime(), NtSetThreadExecutionState(), NtSetTimer(), NtStartProfile(), NtWaitForDebugEvent(), ObpCaptureObjectCreateInformation(), ObpCaptureObjectName(), ObQueryTypeInfo(), and ProbeAndCaptureObjectAttributes().
NTSTATUS NTAPI NtRaiseHardError | ( | IN NTSTATUS | ErrorStatus, |
IN ULONG | NumberOfParameters, | ||
IN ULONG | UnicodeStringParameterMask, | ||
IN PULONG_PTR | Parameters, | ||
IN ULONG | ValidResponseOptions, | ||
OUT PULONG | Response | ||
) |
Definition at line 551 of file harderr.c.
Referenced by _Function_class_(), _main(), CreateProcessInternalW(), CsrLoadServerDll(), CsrUnhandledExceptionFilter(), FatalAppExitW(), LdrpMapDll(), LdrpSnapThunk(), MessageBoxTimeoutIndirectW(), NtProcessStartup(), PsLocateSystemDll(), SmpTerminate(), UnhandledExceptionFilter(), and WinMain().
Definition at line 740 of file harderr.c.
Referenced by CsrServerInitialization().
Definition at line 18 of file harderr.c.
Referenced by ExpRaiseHardError(), ExShutdownSystem(), and NtSetDefaultHardErrorPort().
Definition at line 19 of file harderr.c.
Referenced by ExpRaiseHardError(), ExShutdownSystem(), and NtSetDefaultHardErrorPort().
Definition at line 17 of file harderr.c.
Referenced by ExpRaiseHardError(), and NtSetDefaultHardErrorPort().