Home
last modified time | relevance | path

Searched refs:NormalRoutine (Results 1 – 22 of 22) sorted by relevance

/reactos/ntoskrnl/ke/
H A Dapc.c119 if (Apc->NormalRoutine) in KiInsertQueueApc()
314 PKNORMAL_ROUTINE NormalRoutine; in KiDeliverApc() local
351 NormalRoutine = Apc->NormalRoutine; in KiDeliverApc()
358 if (!NormalRoutine) in KiDeliverApc()
369 &NormalRoutine, in KiDeliverApc()
422 if (NormalRoutine) in KiDeliverApc()
462 NormalRoutine = Apc->NormalRoutine; in KiDeliverApc()
475 &NormalRoutine, in KiDeliverApc()
481 if (!NormalRoutine) in KiDeliverApc()
687 Apc->NormalRoutine = NormalRoutine; in KeInitializeApc()
[all …]
H A Dthrdobj.c572 IN PKNORMAL_ROUTINE *NormalRoutine, in KiSuspendNop() argument
579 UNREFERENCED_PARAMETER(NormalRoutine); in KiSuspendNop()
/reactos/ntoskrnl/ps/arm/
H A Dpsctx.c39 IN OUT PKNORMAL_ROUTINE* NormalRoutine, in PspGetOrSetContextKernelRoutine() argument
/reactos/ntoskrnl/ps/amd64/
H A Dpsctx.c24 _Inout_ PKNORMAL_ROUTINE* NormalRoutine, in _IRQL_requires_()
/reactos/ntoskrnl/ke/arm/
H A Dusercall.c268 IN PKNORMAL_ROUTINE NormalRoutine, in KiInitializeUserApc() argument
302 TrapFrame->R3 = (ULONG)NormalRoutine; in KiInitializeUserApc()
/reactos/ntoskrnl/ke/amd64/
H A Dusercall.c51 _In_ PKNORMAL_ROUTINE NormalRoutine, in KiInitializeUserApc() argument
79 Context->P4Home = (ULONG64)NormalRoutine; in KiInitializeUserApc()
/reactos/sdk/include/asm/
H A Dksx.template.h368 OFFSET(ApNormalRoutine, KAPC, NormalRoutine),
378 RELOFFSET(ArNormalRoutine, KAPC, NormalRoutine, NormalRoutine),
379 RELOFFSET(ArNormalContext, KAPC, NormalContext, NormalRoutine),
380 RELOFFSET(ArSystemArgument1, KAPC, SystemArgument1, NormalRoutine),
381 RELOFFSET(ArSystemArgument2, KAPC, SystemArgument2, NormalRoutine),
/reactos/ntoskrnl/ps/i386/
H A Dpsctx.c45 IN OUT PKNORMAL_ROUTINE* NormalRoutine, in PspGetOrSetContextKernelRoutine() argument
/reactos/ntoskrnl/include/internal/
H A Dps.h221 PKNORMAL_ROUTINE *NormalRoutine,
422 IN OUT PKNORMAL_ROUTINE* NormalRoutine,
H A Dke.h531 IN PKNORMAL_ROUTINE *NormalRoutine,
683 IN PKNORMAL_ROUTINE NormalRoutine,
H A Dio.h1027 IN PKNORMAL_ROUTINE* NormalRoutine,
/reactos/ntoskrnl/ke/i386/
H A Dusercall.c49 IN PKNORMAL_ROUTINE NormalRoutine, in KiInitializeUserApc() argument
106 *(PULONG_PTR)(Stack + 0 * sizeof(ULONG_PTR)) = (ULONG_PTR)NormalRoutine; in KiInitializeUserApc()
/reactos/ntoskrnl/ex/
H A Dtimer.c173 IN OUT PKNORMAL_ROUTINE* NormalRoutine, in ExpTimerApcKernelRoutine() argument
209 *NormalRoutine = NULL; in ExpTimerApcKernelRoutine()
H A Dwork.c615 OUT PKNORMAL_ROUTINE *NormalRoutine, in ExpSetSwappingKernelApc() argument
/reactos/ntoskrnl/io/iomgr/
H A Diofunc.c128 PKNORMAL_ROUTINE NormalRoutine; in IopPerformSynchronousRequest() local
151 NormalRoutine = NULL; in IopPerformSynchronousRequest()
156 &NormalRoutine, in IopPerformSynchronousRequest()
2294 PKNORMAL_ROUTINE NormalRoutine; in NtQueryInformationFile() local
2663 NormalRoutine = NULL; in NtQueryInformationFile()
2667 &NormalRoutine, in NtQueryInformationFile()
3110 PKNORMAL_ROUTINE NormalRoutine; in NtSetInformationFile() local
3509 NormalRoutine = NULL; in NtSetInformationFile()
3513 &NormalRoutine, in NtSetInformationFile()
H A Derror.c491 IN OUT PKNORMAL_ROUTINE* NormalRoutine, in IopFreeApc() argument
H A Dirp.c26 IN PKNORMAL_ROUTINE *NormalRoutine, in IopFreeIrpKernelApc() argument
239 IN PKNORMAL_ROUTINE* NormalRoutine, in IopCompleteRequest() argument
/reactos/ntoskrnl/ps/
H A Dstate.c21 IN OUT PKNORMAL_ROUTINE* NormalRoutine, in PspQueueApcSpecialApc() argument
H A Dkill.c923 IN OUT PKNORMAL_ROUTINE* NormalRoutine, in PsExitSpecialApc() argument
/reactos/sdk/include/xdk/
H A Dketypes.h541 IN OUT PKNORMAL_ROUTINE *NormalRoutine OPTIONAL,
558 PKNORMAL_ROUTINE NormalRoutine; member
/reactos/sdk/include/ndk/
H A Dkefuncs.h94 _In_ PKNORMAL_ROUTINE NormalRoutine,
H A Dketypes.h756 IN OUT PKNORMAL_ROUTINE *NormalRoutine OPTIONAL,