#include <wdm.h>
#include "cbm_driver.h"
#include "iec.h"
Go to the source code of this file.
Functions | |
| NTSTATUS | cbm_readwrite (IN PDEVICE_OBJECT Fdo, IN PIRP Irp) |
| Services reads from or writes to the driver. | |
| NTSTATUS | cbm_execute_readwrite (IN PDEVICE_EXTENSION Pdx, IN PIRP Irp) |
| Executes reads from or writes to the driver. | |
**************************************************************
Definition in file readwrite.c.
|
||||||||||||
|
Executes reads from or writes to the driver. Services reads from or writes to the driver
Definition at line 179 of file readwrite.c. References cbmiec_raw_read(), cbmiec_raw_write(), DBG_ASSERT, DBG_ERROR, DBG_IRPPATH_EXECUTE, DBG_PREFIX, FUNC_ENTER, PERF_EVENT_READ_EXECUTE, PERF_EVENT_WRITE_EXECUTE, and QueueCompleteIrp(). Referenced by cbm_startio(). |
|
||||||||||||
|
Services reads from or writes to the driver. Services reads from or writes to the driver
Generally, all Dispatch routines execute in an arbitrary thread context at IRQL PASSIVE_LEVEL, but there are exceptions. Definition at line 85 of file readwrite.c. References DBG_ASSERT, DBG_IRPPATH_PROCESS, FUNC_ENTER, PERF_EVENT_READ_QUEUE, PERF_EVENT_WRITE_QUEUE, QueueCompleteIrp(), and QueueStartPacket(). Referenced by DriverCommonInit(). |
1.4.2