|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | assert(x) |
| #define | KdPrint(x) DbgPrint x |
| #define | NT_DEVICE_NAME L"\\Device\\csqtest" |
| #define | DOS_DEVICE_NAME L"\\??\\csqtest" |
Variables | |
| IO_CSQ | Csq |
| LIST_ENTRY | IrpQueue |
| KSPIN_LOCK | IrpQueueLock |
| PDEVICE_OBJECT | DeviceObject |
Definition at line 74 of file csqtest.c.
Referenced by DriverEntry().
| NTSTATUS NTAPI DispatchCreateCloseCleanup | ( | PDEVICE_OBJECT | DeviceObject, |
| PIRP | Irp | ||
| ) |
Definition at line 97 of file csqtest.c.
Referenced by DriverEntry().
| NTSTATUS NTAPI DispatchIoctl | ( | PDEVICE_OBJECT | DeviceObject, |
| PIRP | Irp | ||
| ) |
Definition at line 135 of file csqtest.c.
Referenced by DriverEntry().
| NTSTATUS NTAPI DispatchReadWrite | ( | PDEVICE_OBJECT | DeviceObject, |
| PIRP | Irp | ||
| ) |
Definition at line 125 of file csqtest.c.
Referenced by DriverEntry().
| NTSTATUS NTAPI DriverEntry | ( | PDRIVER_OBJECT | DriverObject, |
| PUNICODE_STRING | RegistryPath | ||
| ) |
Definition at line 179 of file csqtest.c.
| VOID NTAPI Unload | ( | PDRIVER_OBJECT | DriverObject | ) |
Definition at line 160 of file csqtest.c.
Referenced by DriverEntry().
| IO_CSQ Csq |
Definition at line 25 of file csqtest.c.
Referenced by CsqInsertIrpEx(), DispatchCreateCloseCleanup(), DispatchIoctl(), DispatchReadWrite(), and DriverEntry().
| LIST_ENTRY IrpQueue |
Definition at line 28 of file csqtest.c.
Referenced by CsqInsertIrp(), CsqPeekNextIrp(), and DriverEntry().
| KSPIN_LOCK IrpQueueLock |
Definition at line 29 of file csqtest.c.
Referenced by CsqAcquireLock(), CsqReleaseLock(), and DriverEntry().