ReactOS 0.4.15-dev-8614-gbc76250
|
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 CACHE_MANAGER_CALLBACKS | Callbacks |
static CC_FILE_SIZES | FileSizes |
#define IOCTL_FINISH_TEST 2 |
Definition at line 14 of file CcPinMappedData_drv.c.
#define IOCTL_START_TEST 1 |
Definition at line 13 of file CcPinMappedData_drv.c.
#define NDEBUG |
Definition at line 10 of file CcPinMappedData_drv.c.
typedef struct _TEST_CONTEXT * PTEST_CONTEXT |
typedef struct _TEST_CONTEXT TEST_CONTEXT |
Definition at line 70 of file CcPinMappedData_drv.c.
Definition at line 87 of file CcPinMappedData_drv.c.
|
static |
Definition at line 475 of file CcPinMappedData_drv.c.
Referenced by TestMessageHandler().
Definition at line 117 of file CcPinMappedData_drv.c.
Referenced by TestIrpHandler().
|
static |
Definition at line 268 of file CcPinMappedData_drv.c.
Referenced by TestMessageHandler().
Definition at line 150 of file CcPinMappedData_drv.c.
Referenced by PerformTest().
Definition at line 201 of file CcPinMappedData_drv.c.
Referenced by PerformTest().
Definition at line 79 of file CcPinMappedData_drv.c.
Definition at line 96 of file CcPinMappedData_drv.c.
NTSTATUS TestEntry | ( | _In_ PDRIVER_OBJECT | DriverObject, |
_In_ PCUNICODE_STRING | RegistryPath, | ||
_Out_ PCWSTR * | DeviceName, | ||
_Inout_ INT * | Flags | ||
) |
Definition at line 37 of file CcPinMappedData_drv.c.
|
static |
Definition at line 547 of file CcPinMappedData_drv.c.
|
static |
Definition at line 512 of file CcPinMappedData_drv.c.
VOID TestUnload | ( | _In_ PDRIVER_OBJECT | DriverObject | ) |
Definition at line 62 of file CcPinMappedData_drv.c.
|
static |
Definition at line 102 of file CcPinMappedData_drv.c.
Referenced by PerformTest().
|
static |
Definition at line 109 of file CcPinMappedData_drv.c.
Referenced by PerformTest(), PinInAnotherThread(), and PinInAnotherThreadExclusive().
|
static |
Definition at line 32 of file CcPinMappedData_drv.c.
Referenced by CleanupTest(), PerformTest(), and TestIrpHandler().
|
static |
Definition at line 31 of file CcPinMappedData_drv.c.
Referenced by CleanupTest(), PerformTest(), PinInAnotherThread(), PinInAnotherThreadExclusive(), and TestIrpHandler().
|
static |
Definition at line 33 of file CcPinMappedData_drv.c.
Referenced by TestEntry().
|
static |
Definition at line 34 of file CcPinMappedData_drv.c.
Referenced by TestEntry().
|
static |
Definition at line 30 of file CcPinMappedData_drv.c.
Referenced by CleanupTest(), PerformTest(), PinInAnotherThread(), and PinInAnotherThreadExclusive().