ReactOS 0.4.15-dev-6069-g56a4501
|
#include <ntdddisk.h>
Public Attributes | |
struct _MAPPED_ADDRESS * | NextMappedAddress |
PVOID | MappedAddress |
ULONG | NumberOfBytes |
LARGE_INTEGER | IoAddress |
ULONG | BusNumber |
Definition at line 756 of file ntdddisk.h.
ULONG _MAPPED_ADDRESS::BusNumber |
Definition at line 761 of file ntdddisk.h.
Referenced by ScsiPortGetDeviceBase().
LARGE_INTEGER _MAPPED_ADDRESS::IoAddress |
Definition at line 760 of file ntdddisk.h.
Referenced by ScsiPortGetDeviceBase().
PVOID _MAPPED_ADDRESS::MappedAddress |
Definition at line 758 of file ntdddisk.h.
Referenced by ScsiPortFreeDeviceBase(), and ScsiPortGetDeviceBase().
struct _MAPPED_ADDRESS* _MAPPED_ADDRESS::NextMappedAddress |
Definition at line 757 of file ntdddisk.h.
Referenced by ScsiPortFreeDeviceBase(), and ScsiPortGetDeviceBase().
ULONG _MAPPED_ADDRESS::NumberOfBytes |
Definition at line 759 of file ntdddisk.h.
Referenced by ScsiPortFreeDeviceBase(), and ScsiPortGetDeviceBase().