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

Public Attributes | |
| BL_LOCAL_DEVICE_TYPE | Type |
| union { | |
| struct { | |
| ULONG DriveNumber | |
| } FloppyDisk | |
| BL_HARDDISK_DEVICE HardDisk | |
| BL_HARDDISK_DEVICE VirtualHardDisk | |
| struct { | |
| PHYSICAL_ADDRESS ImageBase | |
| LARGE_INTEGER ImageSize | |
| ULONG ImageOffset | |
| } RamDisk | |
| ULONG File | |
| }; | |
| union { ... } _BL_LOCAL_DEVICE::@148 |
| ULONG _BL_LOCAL_DEVICE::File |
Definition at line 944 of file bl.h.
Referenced by BlockIoEfiCompareDevice().
| struct { ... } _BL_LOCAL_DEVICE::FloppyDisk |
Referenced by BlockIoEfiCompareDevice().
| BL_HARDDISK_DEVICE _BL_LOCAL_DEVICE::HardDisk |
Definition at line 933 of file bl.h.
Referenced by BlockIoEfiCompareDevice().
| PHYSICAL_ADDRESS _BL_LOCAL_DEVICE::ImageBase |
| LARGE_INTEGER _BL_LOCAL_DEVICE::ImageSize |
| struct { ... } _BL_LOCAL_DEVICE::RamDisk |
Referenced by BlockIoEfiCompareDevice().
| BL_LOCAL_DEVICE_TYPE _BL_LOCAL_DEVICE::Type |
Definition at line 925 of file bl.h.
Referenced by BlDeviceIsVirtualPartitionDevice(), BlockIoEfiCompareDevice(), BmFwVerifySelfIntegrity(), and MmFwGetMemoryMap().
| BL_HARDDISK_DEVICE _BL_LOCAL_DEVICE::VirtualHardDisk |
Definition at line 935 of file bl.h.
Referenced by BlDeviceIsVirtualPartitionDevice().