Home
last modified time | relevance | path

Searched refs:ErrorParameters (Results 1 – 5 of 5) sorted by relevance

/reactos/subsystems/csr/csrsrv/
H A Dserver.c650 ULONG_PTR ErrorParameters[4]; in CsrUnhandledExceptionFilter() local
693 ErrorParameters[0] = (ULONG_PTR)&ErrorSource; in CsrUnhandledExceptionFilter()
694 ErrorParameters[1] = ExceptionInfo->ExceptionRecord->ExceptionCode; in CsrUnhandledExceptionFilter()
695 ErrorParameters[2] = (ULONG_PTR)ExceptionInfo->ExceptionRecord->ExceptionAddress; in CsrUnhandledExceptionFilter()
696 ErrorParameters[3] = (ULONG_PTR)ExceptionInfo->ContextRecord; in CsrUnhandledExceptionFilter()
702 ErrorParameters, in CsrUnhandledExceptionFilter()
/reactos/dll/win32/kernel32/client/
H A Dexcept.c284 ULONG_PTR ErrorParameters[4]; in UnhandledExceptionFilter() local
375 ErrorParameters[0] = (ULONG_PTR)ExceptionRecord->ExceptionCode; in UnhandledExceptionFilter()
376 ErrorParameters[1] = (ULONG_PTR)ExceptionRecord->ExceptionAddress; in UnhandledExceptionFilter()
384 ErrorParameters[2] = ExceptionRecord->ExceptionInformation[2]; in UnhandledExceptionFilter()
389 ErrorParameters[2] = ExceptionRecord->ExceptionInformation[0]; in UnhandledExceptionFilter()
393 ErrorParameters[3] = ExceptionRecord->ExceptionInformation[1]; in UnhandledExceptionFilter()
511 ErrorParameters, in UnhandledExceptionFilter()
H A Dproc.c2266 ULONG_PTR ErrorParameters[2]; in CreateProcessInternalW() local
3636 ErrorParameters[0] = (ULONG_PTR)&PathName; in CreateProcessInternalW()
3640 ErrorParameters, in CreateProcessInternalW()
/reactos/base/system/smss/
H A Dsminit.c1434 ULONG_PTR ErrorParameters[3]; in SmpInitializeKnownDllsInternal() local
1575 ErrorParameters[0] = (ULONG_PTR)&ErrorResponse; in SmpInitializeKnownDllsInternal()
1576 ErrorParameters[1] = Status; in SmpInitializeKnownDllsInternal()
1577 ErrorParameters[2] = (ULONG_PTR)&RegEntry->Value; in SmpInitializeKnownDllsInternal()
1578 SmpTerminate(ErrorParameters, 5, RTL_NUMBER_OF(ErrorParameters)); in SmpInitializeKnownDllsInternal()
1585 ErrorParameters[0] = (ULONG_PTR)&ErrorResponse; in SmpInitializeKnownDllsInternal()
1586 ErrorParameters[1] = STATUS_INVALID_IMPORT_OF_NON_DLL; in SmpInitializeKnownDllsInternal()
1587 ErrorParameters[2] = (ULONG_PTR)&RegEntry->Value; in SmpInitializeKnownDllsInternal()
1588 SmpTerminate(ErrorParameters, 5, RTL_NUMBER_OF(ErrorParameters)); in SmpInitializeKnownDllsInternal()
/reactos/ntoskrnl/config/
H A Dcmsysini.c1275 PVOID ErrorParameters; in _Function_class_() local
1334 ErrorParameters = &FileName; in _Function_class_()
1338 (PULONG_PTR)&ErrorParameters, in _Function_class_()
1367 ErrorParameters = &FileName; in _Function_class_()
1371 (PULONG_PTR)&ErrorParameters, in _Function_class_()