ReactOS
0.4.15-dev-2350-g7194f2f
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
NTSTATUS NTAPI | IsaFdoStartDevice (IN PISAPNP_FDO_EXTENSION FdoExt, IN PIRP Irp, IN PIO_STACK_LOCATION IrpSp) |
NTSTATUS NTAPI | IsaFdoQueryDeviceRelations (IN PISAPNP_FDO_EXTENSION FdoExt, IN PIRP Irp, IN PIO_STACK_LOCATION IrpSp) |
NTSTATUS NTAPI | IsaFdoPnp (IN PISAPNP_FDO_EXTENSION FdoExt, IN PIRP Irp, IN PIO_STACK_LOCATION IrpSp) |
NTSTATUS NTAPI IsaFdoPnp | ( | IN PISAPNP_FDO_EXTENSION | FdoExt, |
IN PIRP | Irp, | ||
IN PIO_STACK_LOCATION | IrpSp | ||
) |
Definition at line 44 of file fdo.c.
Referenced by IsaPnp().
NTSTATUS NTAPI IsaFdoQueryDeviceRelations | ( | IN PISAPNP_FDO_EXTENSION | FdoExt, |
IN PIRP | Irp, | ||
IN PIO_STACK_LOCATION | IrpSp | ||
) |
Definition at line 31 of file fdo.c.
Referenced by IsaFdoPnp().
NTSTATUS NTAPI IsaFdoStartDevice | ( | IN PISAPNP_FDO_EXTENSION | FdoExt, |
IN PIRP | Irp, | ||
IN PIO_STACK_LOCATION | IrpSp | ||
) |