ReactOS 0.4.16-dev-125-g798ea90
|
Go to the source code of this file.
Classes | |
struct | _COMMON_DEVICE_EXTENSION |
struct | _FDO_DEVICE_EXTENSION |
struct | _PDO_DEVICE_EXTENSION |
Macros | |
#define | SERENUM_TAG 'ereS' |
#define | FLAG_ENUMERATION_DONE 0x01 |
Typedefs | |
typedef struct _COMMON_DEVICE_EXTENSION | COMMON_DEVICE_EXTENSION |
typedef struct _COMMON_DEVICE_EXTENSION * | PCOMMON_DEVICE_EXTENSION |
typedef struct _FDO_DEVICE_EXTENSION | FDO_DEVICE_EXTENSION |
typedef struct _FDO_DEVICE_EXTENSION * | PFDO_DEVICE_EXTENSION |
typedef struct _PDO_DEVICE_EXTENSION | PDO_DEVICE_EXTENSION |
typedef struct _PDO_DEVICE_EXTENSION * | PPDO_DEVICE_EXTENSION |
Enumerations | |
enum | SERENUM_DEVICE_STATE { dsStopped , dsStarted , dsPaused , dsRemoved , dsSurpriseRemoved } |
Variables | |
DRIVER_ADD_DEVICE | SerenumAddDevice |
typedef struct _FDO_DEVICE_EXTENSION * PFDO_DEVICE_EXTENSION |
typedef struct _PDO_DEVICE_EXTENSION * PPDO_DEVICE_EXTENSION |
NTSTATUS NTAPI DriverEntry | ( | IN PDRIVER_OBJECT | DriverObject, |
IN PUNICODE_STRING | RegPath | ||
) |
Definition at line 367 of file beep.c.
NTSTATUS DuplicateUnicodeString | ( | IN ULONG | Flags, |
IN PCUNICODE_STRING | SourceString, | ||
OUT PUNICODE_STRING | DestinationString | ||
) |
Definition at line 31 of file misc.c.
Definition at line 18 of file misc.c.
NTSTATUS ForwardIrpAndWait | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN PIRP | Irp | ||
) |
Definition at line 108 of file misc.c.
Referenced by IrpStub(), and SerenumPdoPnp().
Definition at line 90 of file misc.c.
Referenced by IrpStub().
NTSTATUS SerenumDetectLegacyDevice | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN PDEVICE_OBJECT | LowerDevice | ||
) |
Definition at line 444 of file detect.c.
Referenced by SerenumFdoQueryBusRelations().
NTSTATUS SerenumDetectPnpDevice | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN PDEVICE_OBJECT | LowerDevice | ||
) |
Definition at line 223 of file detect.c.
Referenced by SerenumFdoQueryBusRelations().
NTSTATUS SerenumFdoPnp | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN PIRP | Irp | ||
) |
Definition at line 152 of file fdo.c.
Referenced by SerenumPnp().
NTSTATUS SerenumInitMultiSzString | ( | OUT PUNICODE_STRING | Destination, |
... | |||
) |
Definition at line 18 of file misc.c.
Referenced by SerenumDetectLegacyDevice().
NTSTATUS SerenumPdoPnp | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN PIRP | Irp | ||
) |
Definition at line 109 of file pdo.c.
Referenced by SerenumPnp().
DRIVER_ADD_DEVICE SerenumAddDevice |
Definition at line 77 of file serenum.h.
Referenced by DriverEntry().