ReactOS 0.4.16-dev-306-g647d351
|
#include "fxobjectpch.hpp"
Go to the source code of this file.
Functions | |
__drv_maxIRQL (DISPATCH_LEVEL) NTKERNELAPI PMDL STDCALL IoAllocateMdl(__in_opt __drv_aliasesMem PVOID VirtualAddress | |
PMDL | FxMdlAllocateDebug (__in PFX_DRIVER_GLOBALS FxDriverGlobals, __in FxObject *Owner, __in PVOID VirtualAddress, __in ULONG Length, __in BOOLEAN SecondaryBuffer, __in BOOLEAN ChargeQuota, __in PVOID CallersAddress) |
VOID | FxMdlFreeDebug (__in PFX_DRIVER_GLOBALS FxDriverGlobals, __in PMDL Mdl) |
VOID | FxMdlDump (__in PFX_DRIVER_GLOBALS FxDriverGlobals) |
Variables | |
__in ULONG | Length |
__in ULONG __in BOOLEAN | SecondaryBuffer |
__in ULONG __in BOOLEAN __in BOOLEAN | ChargeQuota |
__in ULONG __in BOOLEAN __in BOOLEAN __inout_opt PIRP | Irp |
__drv_maxIRQL | ( | DISPATCH_LEVEL | ) |
PMDL FxMdlAllocateDebug | ( | __in PFX_DRIVER_GLOBALS | FxDriverGlobals, |
__in FxObject * | Owner, | ||
__in PVOID | VirtualAddress, | ||
__in ULONG | Length, | ||
__in BOOLEAN | SecondaryBuffer, | ||
__in BOOLEAN | ChargeQuota, | ||
__in PVOID | CallersAddress | ||
) |
Definition at line 81 of file wdfpoolkm.cpp.
Referenced by FxMdlAllocate().
VOID FxMdlDump | ( | __in PFX_DRIVER_GLOBALS | FxDriverGlobals | ) |
Definition at line 239 of file wdfpoolkm.cpp.
Referenced by FxPoolDestroy().
VOID FxMdlFreeDebug | ( | __in PFX_DRIVER_GLOBALS | FxDriverGlobals, |
__in PMDL | Mdl | ||
) |
Definition at line 167 of file wdfpoolkm.cpp.
Referenced by FxMdlFree().
Definition at line 49 of file wdfpoolkm.cpp.
Referenced by FxMdlAllocateDebug().
Definition at line 50 of file wdfpoolkm.cpp.
Definition at line 47 of file wdfpoolkm.cpp.
Definition at line 48 of file wdfpoolkm.cpp.
Referenced by FxMdlAllocateDebug().