ReactOS 0.4.16-dev-205-g7b2bb7e
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
#define | DPRINTC DPRINT |
Definition at line 59 of file reqtools.c.
#define NDEBUG |
Definition at line 56 of file reqtools.c.
NTSTATUS NTAPI MiGetOnePage | ( | PMMSUPPORT | AddressSpace, |
PMEMORY_AREA | MemoryArea, | ||
PMM_REQUIRED_RESOURCES | Required | ||
) |
Definition at line 83 of file reqtools.c.
NTSTATUS NTAPI MiReadFilePage | ( | PMMSUPPORT | AddressSpace, |
PMEMORY_AREA | MemoryArea, | ||
PMM_REQUIRED_RESOURCES | RequiredResources | ||
) |
Definition at line 133 of file reqtools.c.
NTSTATUS NTAPI MiSwapInPage | ( | PMMSUPPORT | AddressSpace, |
PMEMORY_AREA | MemoryArea, | ||
PMM_REQUIRED_RESOURCES | Resources | ||
) |
Definition at line 220 of file reqtools.c.
NTSTATUS NTAPI MiWriteFilePage | ( | PMMSUPPORT | AddressSpace, |
PMEMORY_AREA | MemoryArea, | ||
PMM_REQUIRED_RESOURCES | Required | ||
) |
Definition at line 271 of file reqtools.c.
VOID NTAPI MmBuildMdlFromPages | ( | PMDL | Mdl, |
PPFN_NUMBER | Pages | ||
) |
Definition at line 111 of file pagefile.c.
Referenced by MiReadFilePage(), and MiWritePage().