|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <ntoskrnl.h>#include <debug.h>
Go to the source code of this file.
Macros | |
| #define | NDEBUG |
| NTSTATUS IopSynchronousCall | ( | _In_ PDEVICE_OBJECT | DeviceObject, |
| _In_ PIO_STACK_LOCATION | IoStackLocation, | ||
| _Out_ PVOID * | Information | ||
| ) |
Definition at line 14 of file pnpirp.c.
Referenced by PiIrpCancelStopDevice(), PiIrpQueryDeviceRelations(), PiIrpQueryDeviceText(), PiIrpQueryPnPDeviceState(), PiIrpQueryResourceRequirements(), PiIrpQueryResources(), PiIrpQueryStopDevice(), PiIrpStartDevice(), and PiIrpStopDevice().
| NTSTATUS PiIrpCancelStopDevice | ( | _In_ PDEVICE_NODE | DeviceNode | ) |
Definition at line 154 of file pnpirp.c.
Referenced by PiDevNodeStateMachine().
| NTSTATUS PiIrpQueryDeviceRelations | ( | _In_ PDEVICE_NODE | DeviceNode, |
| _In_ DEVICE_RELATION_TYPE | Type | ||
| ) |
Definition at line 176 of file pnpirp.c.
Referenced by PiDevNodeStateMachine().
| NTSTATUS PiIrpQueryDeviceText | ( | _In_ PDEVICE_NODE | DeviceNode, |
| _In_ LCID | LocaleId, | ||
| _In_ DEVICE_TEXT_TYPE | Type, | ||
| _Out_ PWSTR * | DeviceText | ||
| ) |
Definition at line 253 of file pnpirp.c.
Referenced by PiSetDevNodeText().
| NTSTATUS PiIrpQueryPnPDeviceState | ( | _In_ PDEVICE_NODE | DeviceNode, |
| _Out_ PPNP_DEVICE_STATE | DeviceState | ||
| ) |
Definition at line 284 of file pnpirp.c.
Referenced by PiUpdateDeviceState().
| NTSTATUS PiIrpQueryResourceRequirements | ( | _In_ PDEVICE_NODE | DeviceNode, |
| _Out_ PIO_RESOURCE_REQUIREMENTS_LIST * | Resources | ||
| ) |
Definition at line 227 of file pnpirp.c.
Referenced by PiFakeResourceRebalance().
| NTSTATUS PiIrpQueryResources | ( | _In_ PDEVICE_NODE | DeviceNode, |
| _Out_ PCM_RESOURCE_LIST * | Resources | ||
| ) |
Definition at line 201 of file pnpirp.c.
Referenced by PiFakeResourceRebalance().
| NTSTATUS PiIrpQueryStopDevice | ( | _In_ PDEVICE_NODE | DeviceNode | ) |
Definition at line 133 of file pnpirp.c.
Referenced by PiDevNodeStateMachine().
| NTSTATUS PiIrpStartDevice | ( | _In_ PDEVICE_NODE | DeviceNode | ) |
Definition at line 87 of file pnpirp.c.
Referenced by PiDevNodeStateMachine().
| NTSTATUS PiIrpStopDevice | ( | _In_ PDEVICE_NODE | DeviceNode | ) |
Definition at line 111 of file pnpirp.c.
Referenced by PiDevNodeStateMachine().