|
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 |
| #define | ok_bcb(B, L, O) |
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 BOOLEAN | TestWriteCalled = FALSE |
| static ULONGLONG | Memory = 0 |
| static BOOLEAN | TS = FALSE |
| LARGE_INTEGER | WriteOffset |
| ULONG | WriteLength |
| static CACHE_MANAGER_CALLBACKS | Callbacks |
| static CC_FILE_SIZES | FileSizes |
| static CC_FILE_SIZES | SmallFileSizes |
| #define IOCTL_FINISH_TEST 2 |
Definition at line 14 of file CcPinRead_drv.c.
| #define IOCTL_START_TEST 1 |
Definition at line 13 of file CcPinRead_drv.c.
| #define NDEBUG |
Definition at line 10 of file CcPinRead_drv.c.
Definition at line 189 of file CcPinRead_drv.c.
| typedef struct _TEST_CONTEXT * PTEST_CONTEXT |
| typedef struct _TEST_CONTEXT TEST_CONTEXT |
Definition at line 106 of file CcPinRead_drv.c.
Definition at line 123 of file CcPinRead_drv.c.
|
static |
Definition at line 691 of file CcPinRead_drv.c.
Referenced by TestMessageHandler().
Definition at line 159 of file CcPinRead_drv.c.
Referenced by TestIrpHandler().
|
static |
Definition at line 400 of file CcPinRead_drv.c.
Referenced by TestMessageHandler().
Definition at line 201 of file CcPinRead_drv.c.
Referenced by PerformTest().
Definition at line 319 of file CcPinRead_drv.c.
Referenced by PerformTest().
Definition at line 115 of file CcPinRead_drv.c.
Definition at line 132 of file CcPinRead_drv.c.
| NTSTATUS TestEntry | ( | _In_ PDRIVER_OBJECT | DriverObject, |
| _In_ PCUNICODE_STRING | RegistryPath, | ||
| _Out_ PCWSTR * | DeviceName, | ||
| _Inout_ INT * | Flags | ||
| ) |
Definition at line 43 of file CcPinRead_drv.c.
|
static |
Definition at line 773 of file CcPinRead_drv.c.
|
static |
Definition at line 738 of file CcPinRead_drv.c.
| VOID TestUnload | ( | _In_ PDRIVER_OBJECT | DriverObject | ) |
Definition at line 98 of file CcPinRead_drv.c.
|
static |
Definition at line 138 of file CcPinRead_drv.c.
Referenced by PerformTest().
|
static |
Definition at line 145 of file CcPinRead_drv.c.
Referenced by PerformTest().
Definition at line 36 of file CcPinRead_drv.c.
|
static |
Definition at line 151 of file CcPinRead_drv.c.
Referenced by PerformTest().
|
static |
Definition at line 32 of file CcPinRead_drv.c.
Referenced by CleanupTest(), PerformTest(), and TestIrpHandler().
|
static |
Definition at line 31 of file CcPinRead_drv.c.
Referenced by CleanupTest(), PerformTest(), PinInAnotherThread(), PinInAnotherThreadExclusive(), and TestIrpHandler().
|
static |
Definition at line 33 of file CcPinRead_drv.c.
Referenced by TestEntry().
|
static |
Definition at line 34 of file CcPinRead_drv.c.
Referenced by TestEntry().
|
static |
Definition at line 30 of file CcPinRead_drv.c.
Referenced by CleanupTest(), PerformTest(), PinInAnotherThread(), PinInAnotherThreadExclusive(), and TestIrpHandler().
Definition at line 35 of file CcPinRead_drv.c.
Referenced by CleanupTest(), and TestIrpHandler().
Definition at line 37 of file CcPinRead_drv.c.
Referenced by PerformTest(), and TestEntry().
| ULONG WriteLength |
Definition at line 40 of file CcPinRead_drv.c.
Referenced by _Requires_lock_held_(), PerformTest(), RxCommonWrite(), TestIrpHandler(), UDFCommonWrite(), VfatWriteDisk(), VfatWriteDiskPartial(), and WriteAttribute().
Definition at line 39 of file CcPinRead_drv.c.