ReactOS 0.4.16-dev-937-g7afcd2a
|
Go to the source code of this file.
Functions | |
static NTSTATUS | CreateTestDevices (_In_ PDRIVER_OBJECT DriverObject) |
NTSTATUS | TestEntry (_In_ PDRIVER_OBJECT DriverObject, _In_ PCUNICODE_STRING RegistryPath, _Out_ PCWSTR *DeviceName, _Inout_ INT *Flags) |
VOID | TestUnload (IN PDRIVER_OBJECT DriverObject) |
static VOID NTAPI | RequestedPowerCompletion (_In_ PDEVICE_OBJECT DeviceObject, _In_ UCHAR MinorFunction, _In_ POWER_STATE PowerState, _In_opt_ PVOID Context, _In_ PIO_STATUS_BLOCK IoStatus) |
static NTSTATUS | RequestedPowerIrpHandler (_In_ PDEVICE_OBJECT DeviceObject, _In_ PIRP Irp, _In_ PIO_STACK_LOCATION IoStackLocation) |
static VOID | TestPoRequestPowerIrp (VOID) |
static NTSTATUS | TestMessageHandler (_In_ PDEVICE_OBJECT DeviceObject, _In_ ULONG ControlCode, _In_ PVOID Buffer OPTIONAL, _In_ SIZE_T InLength, _Inout_ PSIZE_T OutLength) |
Variables | |
static PDRIVER_OBJECT | TestDriverObject |
static KMT_MESSAGE_HANDLER | TestMessageHandler |
static PDEVICE_OBJECT | DeviceObject1 |
static PDEVICE_OBJECT | DeviceObject2 |
static PDEVICE_OBJECT | DeviceObject3 |
static KEVENT | TestDoneEvent |
static PIRP | RequestedPowerIrp |
static PIRP | RequestedPowerIrpReturned |
|
static |
Definition at line 20 of file PoIrp_drv.c.
Referenced by TestMessageHandler().
|
static |
Definition at line 117 of file PoIrp_drv.c.
Referenced by RequestedPowerIrpHandler(), and TestPoRequestPowerIrp().
|
static |
Definition at line 153 of file PoIrp_drv.c.
Referenced by TestPoRequestPowerIrp().
NTSTATUS TestEntry | ( | _In_ PDRIVER_OBJECT | DriverObject, |
_In_ PCUNICODE_STRING | RegistryPath, | ||
_Out_ PCWSTR * | DeviceName, | ||
_Inout_ INT * | Flags | ||
) |
Definition at line 76 of file PoIrp_drv.c.
|
static |
Definition at line 237 of file PoIrp_drv.c.
Definition at line 207 of file PoIrp_drv.c.
Referenced by TestMessageHandler().
VOID TestUnload | ( | IN PDRIVER_OBJECT | DriverObject | ) |
Definition at line 99 of file PoIrp_drv.c.
|
static |
Definition at line 14 of file PoIrp_drv.c.
Referenced by CreateTestDevices(), RequestedPowerIrpHandler(), and TestMessageHandler().
|
static |
Definition at line 15 of file PoIrp_drv.c.
Referenced by CreateTestDevices(), RequestedPowerCompletion(), RequestedPowerIrpHandler(), TestMessageHandler(), and TestPoRequestPowerIrp().
|
static |
Definition at line 16 of file PoIrp_drv.c.
Referenced by CreateTestDevices(), RequestedPowerIrpHandler(), and TestMessageHandler().
|
static |
Definition at line 111 of file PoIrp_drv.c.
Referenced by RequestedPowerCompletion(), RequestedPowerIrpHandler(), and TestPoRequestPowerIrp().
|
static |
Definition at line 112 of file PoIrp_drv.c.
Referenced by TestPoRequestPowerIrp().
|
static |
Definition at line 110 of file PoIrp_drv.c.
Referenced by RequestedPowerCompletion(), and TestPoRequestPowerIrp().
|
static |
Definition at line 11 of file PoIrp_drv.c.
Referenced by TestEntry(), and TestMessageHandler().
|
static |
Definition at line 12 of file PoIrp_drv.c.
Referenced by TestEntry().