ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Classes | |
struct | STREAM_CLASS_DRIVER_EXTENSION |
struct | MEMORY_RESOURCE_LIST |
struct | STREAM_DEVICE_EXTENSION |
struct | HW_STREAM_REQUEST_BLOCK_EXT |
Macros | |
#define | STREAMDEBUG_LEVEL DebugLevelMaximum |
Typedefs | |
typedef BOOLEAN(NTAPI * | SYNCHRONIZE_FUNC) (IN PKINTERRUPT Interrupt, IN PKSYNCHRONIZE_ROUTINE SynchronizeRoutine, IN PVOID SynchronizeContext) |
typedef struct STREAM_CLASS_DRIVER_EXTENSION * | PSTREAM_CLASS_DRIVER_EXTENSION |
typedef struct MEMORY_RESOURCE_LIST * | PMEMORY_RESOURCE_LIST |
typedef struct STREAM_DEVICE_EXTENSION * | PSTREAM_DEVICE_EXTENSION |
typedef struct HW_STREAM_REQUEST_BLOCK_EXT * | PHW_STREAM_REQUEST_BLOCK_EXT |
#define STREAMDEBUG_LEVEL DebugLevelMaximum |
typedef struct MEMORY_RESOURCE_LIST * PMEMORY_RESOURCE_LIST |
typedef BOOLEAN(NTAPI * SYNCHRONIZE_FUNC) (IN PKINTERRUPT Interrupt, IN PKSYNCHRONIZE_ROUTINE SynchronizeRoutine, IN PVOID SynchronizeContext) |
Definition at line 12 of file pnp.c.
Referenced by _Dispatch_type_(), AfdEventReceiveDatagramHandler(), FxPkgIo::DispatchStep1(), FxPkgIo::DispatchStep2(), Ext2LockControl(), StreamClassStartDevice(), UDFCommonDeviceControl(), UDFMountVolume(), and VfatDispatchRequest().
NTSTATUS NTAPI StreamClassAddDevice | ( | IN PDRIVER_OBJECT | DriverObject, |
IN PDEVICE_OBJECT | PhysicalDeviceObject | ||
) |
Definition at line 13 of file driver.c.
Referenced by StreamClassAddDevice(), StreamClassRegisterAdapter(), and StreamClassStartDevice().
Definition at line 39 of file control.c.
Referenced by StreamClassRegisterAdapter().
Definition at line 261 of file filter.c.
Referenced by StreamClassAddDevice().
Definition at line 63 of file control.c.
Referenced by StreamClassRegisterAdapter().
Definition at line 51 of file control.c.
Referenced by StreamClassRegisterAdapter().
VOID NTAPI StreamClassInterruptDpc | ( | IN PKDPC | Dpc, |
IN PVOID | DeferredContext, | ||
IN PVOID | SystemArgument1, | ||
IN PVOID | SystemArgument2 | ||
) |
Definition at line 74 of file pnp.c.
Referenced by StreamClassAddDevice().
Definition at line 87 of file pnp.c.
Referenced by StreamClassStartDevice().
Definition at line 456 of file pnp.c.
Referenced by StreamClassRegisterAdapter().
Definition at line 15 of file control.c.
Referenced by StreamClassRegisterAdapter().
BOOLEAN NTAPI StreamClassSynchronize | ( | IN PKINTERRUPT | Interrupt, |
IN PKSYNCHRONIZE_ROUTINE | SynchronizeRoutine, | ||
IN PVOID | SynchronizeContext | ||
) |
Definition at line 61 of file pnp.c.
Referenced by StreamClassStartDevice().
Definition at line 27 of file control.c.
Referenced by StreamClassRegisterAdapter().