ReactOS
0.4.15-dev-4603-gb922b6d
|
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 62 of file csqtest.c.
Referenced by DriverEntry().
Definition at line 49 of file csqtest.c.
Referenced by DriverEntry().
Definition at line 43 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 co_IntClientLoadLibrary(), DECLARE_INTERFACE_(), DriverEntry(), IntLoadHookModule(), KdpReportLoadSymbolsStateChange(), KdpSymbol(), and KdpTrap().
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().