|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Classes | |
| struct | _TEST_FCB |
| struct | _TEST_CONTEXT |
Macros | |
| #define | NDEBUG |
| #define | IOCTL_START_TEST 1 |
| #define | IOCTL_FINISH_TEST 2 |
Typedefs | |
| typedef struct _TEST_FCB | TEST_FCB |
| typedef struct _TEST_FCB * | PTEST_FCB |
| typedef struct _TEST_CONTEXT | TEST_CONTEXT |
| typedef struct _TEST_CONTEXT * | PTEST_CONTEXT |
Variables | |
| static ULONG | TestTestId = -1 |
| static PFILE_OBJECT | TestFileObject |
| static PDEVICE_OBJECT | TestDeviceObject |
| static KMT_IRP_HANDLER | TestIrpHandler |
| static KMT_MESSAGE_HANDLER | TestMessageHandler |
| static ULONGLONG | Memory = 0 |
| static BOOLEAN | TS = FALSE |
| static CACHE_MANAGER_CALLBACKS | Callbacks |
| static CC_FILE_SIZES | FileSizes |
| #define IOCTL_FINISH_TEST 2 |
Definition at line 14 of file CcMapData_drv.c.
| #define IOCTL_START_TEST 1 |
Definition at line 13 of file CcMapData_drv.c.
| #define NDEBUG |
Definition at line 10 of file CcMapData_drv.c.
| typedef struct _TEST_CONTEXT * PTEST_CONTEXT |
| typedef struct _TEST_CONTEXT TEST_CONTEXT |
Definition at line 101 of file CcMapData_drv.c.
Definition at line 118 of file CcMapData_drv.c.
|
static |
Definition at line 454 of file CcMapData_drv.c.
Referenced by TestMessageHandler().
Definition at line 148 of file CcMapData_drv.c.
Referenced by TestIrpHandler().
Definition at line 181 of file CcMapData_drv.c.
Referenced by PerformTest().
|
static |
Definition at line 266 of file CcMapData_drv.c.
Referenced by TestMessageHandler().
Definition at line 110 of file CcMapData_drv.c.
Definition at line 127 of file CcMapData_drv.c.
| NTSTATUS TestEntry | ( | _In_ PDRIVER_OBJECT | DriverObject, |
| _In_ PCUNICODE_STRING | RegistryPath, | ||
| _Out_ PCWSTR * | DeviceName, | ||
| _Inout_ INT * | Flags | ||
| ) |
Definition at line 39 of file CcMapData_drv.c.
|
static |
Definition at line 526 of file CcMapData_drv.c.
|
static |
Definition at line 491 of file CcMapData_drv.c.
| VOID TestUnload | ( | _In_ PDRIVER_OBJECT | DriverObject | ) |
Definition at line 93 of file CcMapData_drv.c.
|
static |
Definition at line 133 of file CcMapData_drv.c.
Referenced by PerformTest().
|
static |
Definition at line 140 of file CcMapData_drv.c.
Referenced by _Requires_lock_held_(), CcGetFileSizes(), CcInitializeCacheMap(), CcRosInitializeFileCache(), CcSetFileSizes(), Ext2InitializeVcb(), FatInitializeCacheMap(), FatSetupAllocationSupport(), and PerformTest().
Definition at line 35 of file CcMapData_drv.c.
|
static |
Definition at line 32 of file CcMapData_drv.c.
Referenced by CleanupTest(), PerformTest(), and TestIrpHandler().
|
static |
Definition at line 31 of file CcMapData_drv.c.
Referenced by CleanupTest(), MapInAnotherThread(), PerformTest(), and TestIrpHandler().
|
static |
Definition at line 33 of file CcMapData_drv.c.
Referenced by TestEntry().
|
static |
Definition at line 34 of file CcMapData_drv.c.
Referenced by TestEntry().
|
static |
Definition at line 30 of file CcMapData_drv.c.
Referenced by CleanupTest(), MapInAnotherThread(), and PerformTest().
Definition at line 36 of file CcMapData_drv.c.
Referenced by PerformTest(), and TestEntry().