|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <kmt_test.h>
Go to the source code of this file.
Macros | |
| #define | CheckObject(Handle, Pointers, Handles) |
| #define | CheckSection(SectionObject, SectionFlag) CheckSection_(__LINE__, SectionObject, SectionFlag) |
| #define | TestMapView(SectionObject, ExpectAtBase, ExpectM) |
Functions | |
| static void | CheckSection_ (ULONG Line, PVOID SectionObject, ULONG SectionFlag) |
| static VOID | TestCreateSection (IN HANDLE FileHandle1, IN PFILE_OBJECT FileObject1, IN HANDLE FileHandle2, IN PFILE_OBJECT FileObject2) |
| static VOID | TestPhysicalMemorySection (VOID) |
| START_TEST (MmSection) | |
Definition at line 10 of file MmSection.c.
| #define CheckSection | ( | SectionObject, | |
| SectionFlag | |||
| ) | CheckSection_(__LINE__, SectionObject, SectionFlag) |
Definition at line 50 of file MmSection.c.
| #define TestMapView | ( | SectionObject, | |
| ExpectAtBase, | |||
| ExpectM | |||
| ) |
Definition at line 52 of file MmSection.c.
Definition at line 22 of file MmSection.c.
| START_TEST | ( | MmSection | ) |
Definition at line 961 of file MmSection.c.
|
static |
Definition at line 93 of file MmSection.c.
Referenced by START_TEST().
Definition at line 536 of file MmSection.c.
Referenced by START_TEST().