ReactOS
0.4.15-dev-2350-g7194f2f
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
|
static |
Definition at line 241 of file pdo.c.
Referenced by IsaPdoRepeatRequest().
NTSTATUS NTAPI IsaPdoPnp | ( | IN PISAPNP_PDO_EXTENSION | PdoExt, |
IN PIRP | Irp, | ||
IN PIO_STACK_LOCATION | IrpSp | ||
) |
Definition at line 298 of file pdo.c.
Referenced by IsaPnp().
NTSTATUS NTAPI IsaPdoQueryCapabilities | ( | IN PISAPNP_PDO_EXTENSION | PdoExt, |
IN PIRP | Irp, | ||
IN PIO_STACK_LOCATION | IrpSp | ||
) |
Definition at line 47 of file pdo.c.
Referenced by IsaPdoPnp().
NTSTATUS NTAPI IsaPdoQueryDeviceRelations | ( | IN PISAPNP_PDO_EXTENSION | PdoExt, |
IN PIRP | Irp, | ||
IN PIO_STACK_LOCATION | IrpSp | ||
) |
Definition at line 16 of file pdo.c.
Referenced by IsaPdoPnp().
NTSTATUS NTAPI IsaPdoQueryId | ( | IN PISAPNP_PDO_EXTENSION | PdoExt, |
IN PIRP | Irp, | ||
IN PIO_STACK_LOCATION | IrpSp | ||
) |
Definition at line 92 of file pdo.c.
Referenced by IsaPdoPnp().
NTSTATUS NTAPI IsaPdoQueryPnpDeviceState | ( | IN PISAPNP_PDO_EXTENSION | PdoExt, |
IN PIRP | Irp, | ||
IN PIO_STACK_LOCATION | IrpSp | ||
) |
NTSTATUS NTAPI IsaPdoQueryResourceRequirements | ( | IN PISAPNP_PDO_EXTENSION | PdoExt, |
IN PIRP | Irp, | ||
IN PIO_STACK_LOCATION | IrpSp | ||
) |
Definition at line 165 of file pdo.c.
Referenced by IsaPdoPnp().
NTSTATUS NTAPI IsaPdoQueryResources | ( | IN PISAPNP_PDO_EXTENSION | PdoExt, |
IN PIRP | Irp, | ||
IN PIO_STACK_LOCATION | IrpSp | ||
) |
Definition at line 142 of file pdo.c.
Referenced by IsaPdoPnp().
NTSTATUS NTAPI IsaPdoRepeatRequest | ( | IN PISAPNP_PDO_EXTENSION | PdoExt, |
IN PIRP | Irp, | ||
IN BOOLEAN | NeedsVote | ||
) |
Definition at line 269 of file pdo.c.
Referenced by IsaPdoPnp().
|
static |
Definition at line 189 of file pdo.c.
Referenced by IsaPdoPnp().