ReactOS 0.4.16-dev-306-g647d351
|
#include <ntoskrnl.h>
#include <debug.h>
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
PMDL NTAPI | IoAllocateMdl (IN PVOID VirtualAddress, IN ULONG Length, IN BOOLEAN SecondaryBuffer, IN BOOLEAN ChargeQuota, IN PIRP Irp) |
VOID NTAPI | IoBuildPartialMdl (IN PMDL SourceMdl, IN PMDL TargetMdl, IN PVOID VirtualAddress, IN ULONG Length) |
VOID NTAPI | IoFreeMdl (PMDL Mdl) |
PMDL NTAPI IoAllocateMdl | ( | IN PVOID | VirtualAddress, |
IN ULONG | Length, | ||
IN BOOLEAN | SecondaryBuffer, | ||
IN BOOLEAN | ChargeQuota, | ||
IN PIRP | Irp | ||
) |
Definition at line 22 of file iomdl.c.
VOID NTAPI IoBuildPartialMdl | ( | IN PMDL | SourceMdl, |
IN PMDL | TargetMdl, | ||
IN PVOID | VirtualAddress, | ||
IN ULONG | Length | ||
) |
Definition at line 96 of file iomdl.c.
Referenced by __attribute__(), _Requires_lock_held_(), CdMultipleXAAsync(), Ext2ReadWriteBlocks(), FatMultipleAsync(), FatPagingFileIo(), FreeBT_DispatchRead(), FreeBT_DispatchWrite(), FreeBT_WriteCompletion(), Mx::MxBuildPartialMdl(), NdisCopyBuffer(), ScratchBuffer_SetupReadWriteSrb(), SubmitTransferPacket(), USBSTOR_CBWCompletionRoutine(), USBSTOR_SendRequest(), VfatReadDiskPartial(), and VfatWriteDiskPartial().