ReactOS 0.4.16-dev-297-gc569aee
|
#include "ioprivshared.hpp"
Go to the source code of this file.
Functions | |
_Must_inspect_result_ NTSTATUS | FX_VF_METHOD (FxPkgIo, VerifyDispatchContext)(_In_ PFX_DRIVER_GLOBALS FxDriverGlobals |
PAGED_CODE_LOCKED () | |
for (next=m_DynamicDispatchInfoListHead.Flink;next !=&m_DynamicDispatchInfoListHead;next=next->Flink) | |
if (FALSE==ctxValid) | |
_Must_inspect_result_ NTSTATUS | FX_VF_METHOD (FxPkgIo, VerifyEnqueueRequestUpdateFlags)(_In_ PFX_DRIVER_GLOBALS FxDriverGlobals |
if (NT_SUCCESS(status)) | |
Request | Unlock (irql) |
VOID | FX_VF_METHOD (FxPkgIo, VerifyEnqueueRequestRestoreFlags)(_In_ PFX_DRIVER_GLOBALS FxDriverGlobals |
Request | ClearVerifierFlagsLocked (~OrigVerifierFlags) |
Request | SetVerifierFlagsLocked (OrigVerifierFlags) |
static VOID | GetIoQueueList_ProcessQueueListEntry (PLIST_ENTRY QueueLE, PSINGLE_LIST_ENTRY SListHead, PVOID Tag) |
Variables | |
_Must_inspect_result_ NTSTATUS _In_ WDFCONTEXT | DispatchContext |
BOOLEAN | ctxValid |
PLIST_ENTRY | next |
return | status = Request->VerifyRequestIsInCallerContext(FxDriverGlobals) |
_Must_inspect_result_ NTSTATUS _In_ FxRequest * | Request |
_Must_inspect_result_ NTSTATUS _In_ FxRequest _Inout_ SHORT * | OrigVerifierFlags |
KIRQL | irql |
Request ClearVerifierFlagsLocked | ( | ~ | OrigVerifierFlags | ) |
for | ( | next | = m_DynamicDispatchInfoListHead.Flink; next != &m_DynamicDispatchInfoListHead; next = next->Flink | ) |
Definition at line 141 of file fxpkgio.cpp.
_Must_inspect_result_ NTSTATUS FX_VF_METHOD | ( | FxPkgIo | , |
VerifyDispatchContext | |||
) |
_Must_inspect_result_ NTSTATUS FX_VF_METHOD | ( | FxPkgIo | , |
VerifyEnqueueRequestUpdateFlags | |||
) |
|
static |
Definition at line 1451 of file fxpkgio.cpp.
Referenced by FxPkgIo::GetIoQueueListLocked().
Definition at line 150 of file fxpkgio.cpp.
if | ( | NT_SUCCESS(status) | ) |
Definition at line 569 of file fxpkgio.cpp.
PAGED_CODE_LOCKED | ( | ) |
Referenced by FX_VF_METHOD().
Request SetVerifierFlagsLocked | ( | OrigVerifierFlags | ) |
ctxValid |
Definition at line 129 of file fxpkgio.cpp.
Referenced by for(), and VerifyWdfDeviceWdmDispatchIrp().
Definition at line 125 of file fxpkgio.cpp.
Definition at line 562 of file fxpkgio.cpp.
Referenced by FX_VF_METHOD().
PLIST_ENTRY next |
Definition at line 130 of file fxpkgio.cpp.
Referenced by for().
Definition at line 555 of file fxpkgio.cpp.
Definition at line 159 of file fxpkgio.cpp.