ReactOS 0.4.16-dev-320-g3bd9ddc
|
Go to the source code of this file.
Functions | |
static PVOID | SerialGetUserBuffer (IN PIRP Irp) |
static VOID | ReadBytes (IN PDEVICE_OBJECT DeviceObject, IN PIRP Irp, PWORKITEM_DATA WorkItemData) |
static VOID NTAPI | SerialReadWorkItem (IN PDEVICE_OBJECT DeviceObject, IN PVOID pWorkItemData) |
NTSTATUS NTAPI | SerialRead (IN PDEVICE_OBJECT DeviceObject, IN PIRP Irp) |
NTSTATUS NTAPI | SerialWrite (IN PDEVICE_OBJECT DeviceObject, IN PIRP Irp) |
Variables | |
static IO_WORKITEM_ROUTINE | SerialReadWorkItem |
|
static |
Definition at line 28 of file rw.c.
Referenced by SerialRead(), and SerialReadWorkItem().
Definition at line 17 of file rw.c.
Referenced by ReadBytes(), SerialRead(), and SerialWrite().
Definition at line 148 of file rw.c.
|
static |
Definition at line 127 of file rw.c.
Definition at line 259 of file rw.c.
|
static |
Definition at line 14 of file rw.c.
Referenced by SerialRead().