ReactOS 0.4.16-dev-117-g38f21f9
|
#include "fxdmapch.hpp"
Go to the source code of this file.
Variables | |
_Must_inspect_result_ __in WDFDMAENABLER | DmaEnabler |
_Must_inspect_result_ __in WDFDMAENABLER __in __in_opt WDF_OBJECT_ATTRIBUTES * | Attributes |
_Must_inspect_result_ __in WDFDMAENABLER __in __in_opt WDF_OBJECT_ATTRIBUTES __out WDFCOMMONBUFFER * | CommonBufferHandle |
FxDmaEnabler * | pDmaEnabler |
NTSTATUS | status = FxVerifierCheckIrqlLevel(pFxDriverGlobals, PASSIVE_LEVEL) |
WDFOBJECT | handle |
PFX_DRIVER_GLOBALS | pFxDriverGlobals |
pComBuf | |
else | |
_Must_inspect_result_ __in WDFDMAENABLER __in __in PWDF_COMMON_BUFFER_CONFIG | Config |
__in WDFCOMMONBUFFER | CommonBuffer |
__drv_maxIRQL | ( | DISPATCH_LEVEL | ) |
_Must_inspect_result_ __drv_maxIRQL | ( | PASSIVE_LEVEL | ) |
_Must_inspect_result_ __in WDFDMAENABLER __in __drv_when | ( | Length | = = 0 , |
__drv_reportError(Length cannot be zero) | |||
) |
FxObjectHandleGetPtr | ( | GetFxDriverGlobals(DriverGlobals) | , |
CommonBuffer | , | ||
FX_TYPE_COMMON_BUFFER | , | ||
(PVOID *) & | pComBuf | ||
) |
FxObjectHandleGetPtrAndGlobals | ( | GetFxDriverGlobals(DriverGlobals) | , |
DmaEnabler | , | ||
FX_TYPE_DMA_ENABLER | , | ||
(PVOID *) & | pDmaEnabler, | ||
& | pFxDriverGlobals | ||
) |
FxPointerNotNull | ( | pFxDriverGlobals | , |
CommonBufferHandle | |||
) |
FxPointerNotNull | ( | pFxDriverGlobals | , |
Config | |||
) |
Referenced by DECLARE_INTERFACE_().
if | ( | ! | NT_SUCCESSstatus | ) |
Definition at line 73 of file fxcommonbufferapi.cpp.
if | ( | Config->Size ! | = sizeof(WDF_COMMON_BUFFER_CONFIG) | ) |
Definition at line 175 of file fxcommonbufferapi.cpp.
if | ( | Length | = = 0 | ) |
Definition at line 80 of file fxcommonbufferapi.cpp.
if | ( | NT_SUCCESS(status) | ) |
Definition at line 115 of file fxcommonbufferapi.cpp.
Definition at line 101 of file fxcommonbufferapi.cpp.
_Must_inspect_result_ __in WDFDMAENABLER __in __in PWDF_COMMON_BUFFER_CONFIG __in_opt WDF_OBJECT_ATTRIBUTES* Attributes |
Definition at line 48 of file fxcommonbufferapi.cpp.
__in WDFCOMMONBUFFER CommonBuffer |
Definition at line 255 of file fxcommonbufferapi.cpp.
* CommonBufferHandle |
Definition at line 50 of file fxcommonbufferapi.cpp.
_Must_inspect_result_ __in WDFDMAENABLER __in __in PWDF_COMMON_BUFFER_CONFIG Config |
Definition at line 148 of file fxcommonbufferapi.cpp.
_Must_inspect_result_ __in WDFDMAENABLER DmaEnabler |
Definition at line 43 of file fxcommonbufferapi.cpp.
else |
Definition at line 128 of file fxcommonbufferapi.cpp.
Definition at line 56 of file fxcommonbufferapi.cpp.
pComBuf |
Definition at line 98 of file fxcommonbufferapi.cpp.
Referenced by if().
FxDmaEnabler * pDmaEnabler |
Definition at line 54 of file fxcommonbufferapi.cpp.
Referenced by FxCommonBuffer::FxCommonBuffer().
PFX_DRIVER_GLOBALS pFxDriverGlobals |
Definition at line 57 of file fxcommonbufferapi.cpp.
Referenced by if().
Definition at line 55 of file fxcommonbufferapi.cpp.
Referenced by if().