Home
last modified time | relevance | path

Searched refs:MDL_ALLOCATED_FIXED_SIZE (Results 1 – 3 of 3) sorted by relevance

/reactos/ntoskrnl/io/iomgr/
H A Diomdl.c51 Flags |= MDL_ALLOCATED_FIXED_SIZE; in IoAllocateMdl()
127 TargetMdl->MdlFlags &= (MDL_ALLOCATED_FIXED_SIZE | MDL_ALLOCATED_MUST_SUCCEED); in IoBuildPartialMdl()
152 if (!(Mdl->MdlFlags & MDL_ALLOCATED_FIXED_SIZE)) in IoFreeMdl()
/reactos/sdk/include/xdk/
H A Dmmtypes.h21 #define MDL_ALLOCATED_FIXED_SIZE 0x0008 macro
/reactos/modules/rosapps/drivers/vcdrom/
H A Dvcdrom.c603 …if ((Irp->MdlAddress->MdlFlags & (MDL_ALLOCATED_FIXED_SIZE | MDL_PAGES_LOCKED | MDL_MAPPED_TO_SYST… in VcdRead()
604 (MDL_ALLOCATED_FIXED_SIZE | MDL_PAGES_LOCKED | MDL_MAPPED_TO_SYSTEM_VA)) in VcdRead()