|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <iotypes.h>

| PDEVICE_OBJECT _DRIVER_OBJECT::DeviceObject |
Definition at line 2279 of file iotypes.h.
Referenced by IopInitializeDriverModule(), and VideoPortGetAccessRanges().
| PDRIVER_EXTENSION _DRIVER_OBJECT::DriverExtension |
Definition at line 2284 of file iotypes.h.
Referenced by FsRtlRegisterFileSystemFilterCallbacks(), MxDriverObject::GetDriverExtensionAddDevice(), HalpDriverEntry(), IopInitializeDriverModule(), IopReinitializeBootDrivers(), IopReinitializeDrivers(), NdisMRegisterMiniport(), PiCallDriverAddDevice(), PnpRootDriverEntry(), and MxDriverObject::SetDriverExtensionAddDevice().
| PDRIVER_INITIALIZE _DRIVER_OBJECT::DriverInit |
Definition at line 2288 of file iotypes.h.
Referenced by IoCreateDriver(), and IopInitializeDriverModule().
| UNICODE_STRING _DRIVER_OBJECT::DriverName |
Definition at line 2285 of file iotypes.h.
Referenced by IopInitializeDriverModule(), and IopLogWorker().
| PVOID _DRIVER_OBJECT::DriverSection |
Definition at line 2283 of file iotypes.h.
Referenced by IopInitializeDriverModule().
| ULONG _DRIVER_OBJECT::DriverSize |
Definition at line 2282 of file iotypes.h.
Referenced by IopInitializeDriverModule().
| PVOID _DRIVER_OBJECT::DriverStart |
Definition at line 2281 of file iotypes.h.
Referenced by IopInitializeDriverModule(), PciGetDescriptionMessage(), and SSI_DEF().
| PDRIVER_STARTIO _DRIVER_OBJECT::DriverStartIo |
| PDRIVER_UNLOAD _DRIVER_OBJECT::DriverUnload |
Definition at line 2290 of file iotypes.h.
Referenced by _Function_class_(), MxDriverObject::GetDriverUnload(), IopLoadUnloadDriverWorker(), NdisMRegisterUnloadHandler(), ScsiPortInitialize(), and MxDriverObject::SetDriverUnload().
| struct _FAST_IO_DISPATCH* _DRIVER_OBJECT::FastIoDispatch |
| ULONG _DRIVER_OBJECT::Flags |
Definition at line 2280 of file iotypes.h.
Referenced by IopInitializeDriverModule(), IopReinitializeBootDrivers(), IopReinitializeDrivers(), MxDriverObject::IsDriverObjectFlagSet(), and MxDriverObject::SetDriverObjectFlag().
| PUNICODE_STRING _DRIVER_OBJECT::HardwareDatabase |
Definition at line 2286 of file iotypes.h.
Referenced by IopInitializeDriverModule().
| PDRIVER_DISPATCH _DRIVER_OBJECT::MajorFunction[IRP_MJ_MAXIMUM_FUNCTION+1] |
Definition at line 2291 of file iotypes.h.
Referenced by DriverEntry(), IopInitializeDriverModule(), NdisMRegisterMiniport(), and MxDriverObject::SetMajorFunction().
| CSHORT _DRIVER_OBJECT::Size |
Definition at line 2278 of file iotypes.h.
Referenced by IopInitializeDriverModule().
| CSHORT _DRIVER_OBJECT::Type |
Definition at line 2277 of file iotypes.h.
Referenced by IopInitializeDriverModule(), and NdisAllocateGenericObject().