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

Public Attributes | |
| DEVICE_TYPE | DeviceType |
| ULONG | Flags |
| ULONG | Size |
| ULONG | Unknown |
| union { | |
| BL_LOCAL_DEVICE Local | |
| struct { | |
| ULONG Unknown | |
| } Remote | |
| struct { | |
| union { | |
| ULONG PartitionNumber | |
| } Mbr | |
| union { | |
| GUID PartitionGuid | |
| } Gpt | |
| BL_LOCAL_DEVICE Disk | |
| } Partition | |
| }; | |
| union { ... } _BL_DEVICE_DESCRIPTOR::@152 |
| DEVICE_TYPE _BL_DEVICE_DESCRIPTOR::DeviceType |
Definition at line 950 of file bl.h.
Referenced by BlDeviceGetInformation(), BlockIoEfiCompareDevice(), BmFwVerifySelfIntegrity(), BmOpenDataStore(), MmFwGetMemoryMap(), and OslPrepareTarget().
| BL_LOCAL_DEVICE _BL_DEVICE_DESCRIPTOR::Disk |
| ULONG _BL_DEVICE_DESCRIPTOR::Flags |
Definition at line 951 of file bl.h.
Referenced by BmpCreateDevices().
| union { ... } _BL_DEVICE_DESCRIPTOR::Gpt |
| BL_LOCAL_DEVICE _BL_DEVICE_DESCRIPTOR::Local |
Definition at line 956 of file bl.h.
Referenced by BlockIoEfiCompareDevice(), BmFwVerifySelfIntegrity(), and MmFwGetMemoryMap().
| union { ... } _BL_DEVICE_DESCRIPTOR::Mbr |
| struct { ... } _BL_DEVICE_DESCRIPTOR::Partition |
Referenced by BlockIoEfiCompareDevice().
| struct { ... } _BL_DEVICE_DESCRIPTOR::Remote |
| ULONG _BL_DEVICE_DESCRIPTOR::Size |
Definition at line 952 of file bl.h.
Referenced by BfLoadFontFile(), BiConvertRegistryDataToElement(), BiLoadHive(), BlGetBootOptionDevice(), BlpDeviceOpen(), BmOpenDataStore(), EfiInitCreateInputParametersEx(), EfiInitpConvertEfiDevicePath(), and ImgpInitializeBootApplicationParameters().