ReactOS 0.4.16-dev-87-g3dfbe52
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
NTSTATUS NTAPI | PciSetEventCompletion (IN PDEVICE_OBJECT DeviceObject, IN PIRP Irp, IN PVOID Context) |
NTSTATUS NTAPI | PciCallDownIrpStack (IN PPCI_FDO_EXTENSION DeviceExtension, IN PIRP Irp) |
NTSTATUS NTAPI | PciPassIrpFromFdoToPdo (IN PPCI_FDO_EXTENSION DeviceExtension, IN PIRP Irp) |
NTSTATUS NTAPI | PciDispatchIrp (IN PDEVICE_OBJECT DeviceObject, IN PIRP Irp) |
NTSTATUS NTAPI | PciIrpNotSupported (IN PIRP Irp, IN PIO_STACK_LOCATION IoStackLocation, IN PPCI_FDO_EXTENSION DeviceExtension) |
NTSTATUS NTAPI | PciIrpInvalidDeviceRequest (IN PIRP Irp, IN PIO_STACK_LOCATION IoStackLocation, IN PPCI_FDO_EXTENSION DeviceExtension) |
Variables | |
IO_COMPLETION_ROUTINE | PciSetEventCompletion |
#define NDEBUG |
Definition at line 13 of file dispatch.c.
Definition at line 39 of file dispatch.c.
Referenced by PciDispatchIrp(), and PciFdoIrpQueryInterface().
Definition at line 99 of file dispatch.c.
NTSTATUS NTAPI PciIrpInvalidDeviceRequest | ( | IN PIRP | Irp, |
IN PIO_STACK_LOCATION | IoStackLocation, | ||
IN PPCI_FDO_EXTENSION | DeviceExtension | ||
) |
Definition at line 277 of file dispatch.c.
NTSTATUS NTAPI PciIrpNotSupported | ( | IN PIRP | Irp, |
IN PIO_STACK_LOCATION | IoStackLocation, | ||
IN PPCI_FDO_EXTENSION | DeviceExtension | ||
) |
Definition at line 261 of file dispatch.c.
Definition at line 70 of file dispatch.c.
Referenced by PciDispatchIrp(), and PciFdoIrpQueryInterface().
NTSTATUS NTAPI PciSetEventCompletion | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN PIRP | Irp, | ||
IN PVOID | Context | ||
) |
Definition at line 22 of file dispatch.c.
IO_COMPLETION_ROUTINE PciSetEventCompletion |
Definition at line 18 of file dispatch.c.
Referenced by PciCallDownIrpStack().