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

Public Attributes | |
| struct _MAPPED_ADDRESS * | NextMappedAddress |
| PVOID | MappedAddress |
| ULONG | NumberOfBytes |
| LARGE_INTEGER | IoAddress |
| ULONG | BusNumber |
Definition at line 751 of file ntdddisk.h.
| ULONG _MAPPED_ADDRESS::BusNumber |
Definition at line 756 of file ntdddisk.h.
Referenced by ScsiPortGetDeviceBase().
| LARGE_INTEGER _MAPPED_ADDRESS::IoAddress |
Definition at line 755 of file ntdddisk.h.
Referenced by ScsiPortGetDeviceBase().
| PVOID _MAPPED_ADDRESS::MappedAddress |
Definition at line 753 of file ntdddisk.h.
Referenced by ScsiPortFreeDeviceBase(), and ScsiPortGetDeviceBase().
| struct _MAPPED_ADDRESS* _MAPPED_ADDRESS::NextMappedAddress |
Definition at line 752 of file ntdddisk.h.
Referenced by ScsiPortFreeDeviceBase(), and ScsiPortGetDeviceBase().
| ULONG _MAPPED_ADDRESS::NumberOfBytes |
Definition at line 754 of file ntdddisk.h.
Referenced by ScsiPortFreeDeviceBase(), and ScsiPortGetDeviceBase().