|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Classes | |
| struct | _TEST_FCB |
Macros | |
| #define | NDEBUG |
| #define | ok_read_called(_Offset, _Length) |
| #define | ok_read_not_called() ok(!ReadCalled, "CcCopyWrite shouldn't have triggered a read.\n") |
Typedefs | |
| typedef struct _TEST_FCB | TEST_FCB |
| typedef struct _TEST_FCB * | PTEST_FCB |
Variables | |
| static PFILE_OBJECT | TestFileObject |
| static PDEVICE_OBJECT | TestDeviceObject |
| static KMT_IRP_HANDLER | TestIrpHandler |
| static FAST_IO_DISPATCH | TestFastIoDispatch |
| static BOOLEAN | InBehaviourTest |
| BOOLEAN | ReadCalled |
| LARGE_INTEGER | ReadOffset |
| ULONG | ReadLength |
| static CACHE_MANAGER_CALLBACKS | Callbacks |
| #define NDEBUG |
Definition at line 10 of file CcCopyWrite_drv.c.
Definition at line 186 of file CcCopyWrite_drv.c.
| #define ok_read_not_called | ( | ) | ok(!ReadCalled, "CcCopyWrite shouldn't have triggered a read.\n") |
Definition at line 192 of file CcCopyWrite_drv.c.
Definition at line 106 of file CcCopyWrite_drv.c.
Definition at line 123 of file CcCopyWrite_drv.c.
|
static |
Definition at line 34 of file CcCopyWrite_drv.c.
Referenced by TestEntry().
|
static |
Definition at line 51 of file CcCopyWrite_drv.c.
Referenced by TestEntry().
Definition at line 147 of file CcCopyWrite_drv.c.
Referenced by TestIrpHandler().
Definition at line 115 of file CcCopyWrite_drv.c.
Definition at line 132 of file CcCopyWrite_drv.c.
Definition at line 179 of file CcCopyWrite_drv.c.
Referenced by Test_CcCopyWrite().
|
static |
Definition at line 196 of file CcCopyWrite_drv.c.
| NTSTATUS TestEntry | ( | _In_ PDRIVER_OBJECT | DriverObject, |
| _In_ PCUNICODE_STRING | RegistryPath, | ||
| _Out_ PCWSTR * | DeviceName, | ||
| _Inout_ INT * | Flags | ||
| ) |
Definition at line 66 of file CcCopyWrite_drv.c.
|
static |
Definition at line 275 of file CcCopyWrite_drv.c.
| VOID TestUnload | ( | _In_ PDRIVER_OBJECT | DriverObject | ) |
Definition at line 98 of file CcCopyWrite_drv.c.
|
static |
Definition at line 138 of file CcCopyWrite_drv.c.
Referenced by TestIrpHandler().
|
static |
Definition at line 25 of file CcCopyWrite_drv.c.
Referenced by TestIrpHandler().
| BOOLEAN ReadCalled |
Definition at line 27 of file CcCopyWrite_drv.c.
Referenced by reset_read(), and TestIrpHandler().
| ULONG ReadLength |
Definition at line 29 of file CcCopyWrite_drv.c.
Referenced by reset_read(), and TestIrpHandler().
Definition at line 28 of file CcCopyWrite_drv.c.
|
static |
Definition at line 22 of file CcCopyWrite_drv.c.
Referenced by TestIrpHandler().
|
static |
Definition at line 24 of file CcCopyWrite_drv.c.
Referenced by TestEntry().
|
static |
Definition at line 21 of file CcCopyWrite_drv.c.
Referenced by TestIrpHandler().
|
static |
Definition at line 23 of file CcCopyWrite_drv.c.
Referenced by TestEntry().