|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | IO_READ_OFF(p) (p)->Parameters.Read.ByteOffset.QuadPart |
| #define | IO_READ_LEN(p) (p)->Parameters.Read.Length |
Functions | |
| NTSTATUS NTAPI | VfdReadWrite (IN PDEVICE_OBJECT DeviceObject, IN PIRP Irp) |
| static PVOID | MmGetSystemAddressForMdlPrettySafe (IN PMDL Mdl, IN MM_PAGE_PRIORITY Priority) |
| VOID | VfdReadData (IN PDEVICE_EXTENSION DeviceExtension, IN OUT PIRP Irp, IN ULONG Length, IN PLARGE_INTEGER Offset) |
| VOID | VfdWriteData (IN PDEVICE_EXTENSION DeviceExtension, IN OUT PIRP Irp, IN ULONG Length, IN PLARGE_INTEGER Offset) |
| #define IO_READ_OFF | ( | p | ) | (p)->Parameters.Read.ByteOffset.QuadPart |
|
static |
Definition at line 184 of file vfdrdwr.c.
Referenced by VfdReadData(), and VfdWriteData().
| VOID VfdReadData | ( | IN PDEVICE_EXTENSION | DeviceExtension, |
| IN OUT PIRP | Irp, | ||
| IN ULONG | Length, | ||
| IN PLARGE_INTEGER | Offset | ||
| ) |
Definition at line 217 of file vfdrdwr.c.
Referenced by VfdDeviceThread().
Definition at line 24 of file vfdrdwr.c.
Referenced by DriverEntry().
| VOID VfdWriteData | ( | IN PDEVICE_EXTENSION | DeviceExtension, |
| IN OUT PIRP | Irp, | ||
| IN ULONG | Length, | ||
| IN PLARGE_INTEGER | Offset | ||
| ) |
Definition at line 287 of file vfdrdwr.c.
Referenced by VfdDeviceThread().