Home
last modified time | relevance | path

Searched refs:CompletionContext (Results 1 – 25 of 40) sorted by relevance

12

/reactos/modules/rostests/kmtests/fltmgr/fltmgr_create/
H A Dfltmgr_create.c21 _Outptr_result_maybenull_ PVOID *CompletionContext
30 _In_opt_ PVOID CompletionContext,
124 _Outptr_result_maybenull_ PVOID *CompletionContext) in TestFilterPreOperation() argument
139 _In_opt_ PVOID CompletionContext, in TestFilterPostOperation() argument
/reactos/drivers/network/afd/afd/
H A Dtdi.c340 PVOID CompletionContext) in TdiConnect() argument
495 PVOID CompletionContext) in TdiListen() argument
905 PVOID CompletionContext) in TdiSend() argument
964 CompletionContext, /* Completion context */ in TdiSend()
983 PVOID CompletionContext) in TdiReceive() argument
1044 CompletionContext, /* Completion context */ in TdiReceive()
1066 PVOID CompletionContext) in TdiReceiveDatagram() argument
1158 PVOID CompletionContext) in TdiSendDatagram() argument
1237 CompletionContext, /* Completion context */ in TdiSendDatagram()
1255 PVOID CompletionContext, in TdiDisconnect() argument
[all …]
/reactos/drivers/filesystems/fastfat/
H A Ddevctrl.c154 PVOID CompletionContext = NULL; in _Requires_lock_held_() local
209 CompletionContext = &WaitEvent; in _Requires_lock_held_()
223 CompletionContext, in _Requires_lock_held_()
340 if (Status == STATUS_PENDING && CompletionContext) { in _Requires_lock_held_()
356 if (CompletionContext) { in _Requires_lock_held_()
H A Dresrcsup.c885 OUT PVOID *CompletionContext in _Requires_lock_held_()
964 UNREFERENCED_PARAMETER( CompletionContext ); in _Requires_lock_held_()
/reactos/modules/rostests/kmtests/kmtest_drv/
H A Dkmtest_fsminifilter.c77 _Outptr_result_maybenull_ PVOID *CompletionContext
85 _In_opt_ PVOID CompletionContext,
518 _Outptr_result_maybenull_ PVOID *CompletionContext) in FilterPreOperation() argument
534 CompletionContext); in FilterPreOperation()
546 _In_opt_ PVOID CompletionContext, in FilterPostOperation() argument
563 CompletionContext, in FilterPostOperation()
/reactos/drivers/network/afd/include/
H A Dtdi_proto.h8 PVOID CompletionContext );
23 PVOID CompletionContext,
H A Dafd.h362 PVOID CompletionContext);
371 PVOID CompletionContext);
380 PVOID CompletionContext);
390 PVOID CompletionContext);
399 PVOID CompletionContext);
/reactos/dll/win32/kernel32/client/
H A Dactctx.c47 IN PVOID CompletionContext, in BasepAllocateActivationContextActivationBlock() argument
119 (*ActivationBlock)->CompletionContext = CompletionContext; in BasepAllocateActivationContextActivationBlock()
/reactos/drivers/filesystems/cdfs/
H A Dresrcsup.c287 _Unreferenced_parameter_ PVOID *CompletionContext in _Requires_lock_held_()
362 UNREFERENCED_PARAMETER( CompletionContext ); in _Requires_lock_held_()
/reactos/ntoskrnl/fsrtl/
H A Doplock.c49 PVOID CompletionContext; member
106 WaitCtx->CompletionRoutine(WaitCtx->CompletionContext, Irp); in FsRtlRemoveAndCompleteWaitIrp()
150 IN PVOID CompletionContext, in FsRtlWaitOnIrp() argument
158 …DPRINT("FsRtlWaitOnIrp(%p, %p, %p, %p, %p, %p)\n", Oplock, Irp, CompletionContext, CompletionRouti… in FsRtlWaitOnIrp()
173 WaitCtx->CompletionContext = CompletionContext; in FsRtlWaitOnIrp()
179 WaitCtx->CompletionContext = WaitEvent; in FsRtlWaitOnIrp()
186 PostIrpRoutine(CompletionContext, Irp); in FsRtlWaitOnIrp()
1641 WaitCtx->CompletionRoutine(WaitCtx->CompletionContext, WaitCtx->Irp); in FsRtlUninitializeOplock()
H A Dfastio.c1581 PVOID CompletionContext; in FsRtlAcquireFileExclusiveCommon() local
1594 Status = FilterCallbacks->PreAcquireForSectionSynchronization(&CbData, &CompletionContext); in FsRtlAcquireFileExclusiveCommon()
1605 … FilterCallbacks->PostAcquireForSectionSynchronization(&CbData, Status, CompletionContext); in FsRtlAcquireFileExclusiveCommon()
/reactos/sdk/include/ddk/
H A Doprghdlr.h20 PVOID CompletionContext);
/reactos/sdk/lib/drivers/wdf/shared/inc/private/common/
H A Dfxrequestbase.hpp177 __in_opt WDFCONTEXT CompletionContext = NULL in SetCompletionRoutine() argument
181 m_TargetCompletionContext = CompletionContext; in SetCompletionRoutine()
/reactos/ntoskrnl/io/iomgr/
H A Diofunc.c291 if ((FileObject->CompletionContext) && (UserApcRoutine)) in IopDeviceFsIoControl()
431 if (FileObject->CompletionContext) in IopDeviceFsIoControl()
433 CompletionInfo = *(FileObject->CompletionContext); in IopDeviceFsIoControl()
1679 if ((FileObject->CompletionContext) && (ApcRoutine)) in NtNotifyChangeDirectoryFile()
1805 if ((FileObject->CompletionContext) && (ApcRoutine)) in NtLockFile()
1897 if (FileObject->CompletionContext != NULL && ApcContext != NULL) in NtLockFile()
2108 if (FileObject->CompletionContext != NULL && ApcRoutine != NULL) in NtQueryDirectoryFile()
2765 if ((FileObject->CompletionContext) && (ApcRoutine)) in NtReadFile()
3325 (FileObject->CompletionContext)) in NtSetInformationFile()
3352 CompletionContext, in NtSetInformationFile()
[all …]
H A Diocomp.c571 IN PVOID CompletionContext, in NtSetIoCompletion() argument
591 CompletionContext, in NtSetIoCompletion()
H A Dirp.c336 if ((FileObject) && (FileObject->CompletionContext)) in IopCompleteRequest()
339 Port = FileObject->CompletionContext->Port; in IopCompleteRequest()
340 Key = FileObject->CompletionContext->Key; in IopCompleteRequest()
/reactos/sdk/include/ndk/
H A Diofuncs.h483 _Out_ PVOID *CompletionContext,
539 _In_ PVOID CompletionContext,
966 _Out_ PVOID *CompletionContext,
1001 _In_ PVOID CompletionContext,
/reactos/dll/win32/kernel32/include/
H A Dkernel32.h103 PVOID CompletionContext; member
225 IN PVOID CompletionContext,
/reactos/dll/win32/wdmaud.drv/
H A Dmixer.c419 …Overlap->OriginalCompletionRoutine(dwErrorCode, PtrToUlong(Overlap->CompletionContext), lpOverlapp… in MixerCompletionRoutine()
525 Overlap->CompletionContext = UlongToPtr(Length); in WriteFileEx_Remixer()
H A Dlegacy.c606 DeviceInfo = (PWDMAUD_DEVICE_INFO)Overlap->CompletionContext; in LegacyCompletionRoutine()
677 Overlap->CompletionContext = (PVOID)DeviceInfo; in WdmAudCommitWaveBufferByLegacy()
H A Dmmixer.c935 lpHeader = Overlap->CompletionContext; in CommitWaveBufferApc()
982 Overlap->CompletionContext = lpHeader; in WdmAudCommitWaveBufferByMMixer()
/reactos/drivers/filters/fltmgr/
H A DInterface.c477 _Out_ PVOID *CompletionContext) in FltpPreFsFilterOperation() argument
480 UNREFERENCED_PARAMETER(CompletionContext); in FltpPreFsFilterOperation()
489 _In_ PVOID CompletionContext) in FltpPostFsFilterOperation() argument
493 UNREFERENCED_PARAMETER(CompletionContext); in FltpPostFsFilterOperation()
/reactos/sdk/include/wdf/kmdf/1.17/
H A Dwdfrequest.h897 WDFCONTEXT CompletionContext
909 WDFCONTEXT CompletionContext in _IRQL_requires_max_()
912 …tSetCompletionRoutineTableIndex])(WdfDriverGlobals, Request, CompletionRoutine, CompletionContext); in _IRQL_requires_max_()
/reactos/sdk/lib/drivers/wdf/kmdf/inc/private/
H A Dfxdmatransaction.hpp1145 __in_opt PVOID CompletionContext, in MapTransfer() argument
1207 CompletionContext in MapTransfer()
/reactos/sdk/lib/drivers/wdf/shared/core/
H A Dfxrequestapi.cpp2406 WDFCONTEXT CompletionContext in __drv_maxIRQL()
2425 Request, CompletionRoutine, CompletionContext); in __drv_maxIRQL()
2428 pRequest->SetCompletionRoutine(CompletionRoutine, CompletionContext); in __drv_maxIRQL()

12