ReactOS 0.4.15-dev-8612-g0707475
|
#include <bl.h>
Public Attributes | |
ULONG | DeviceId |
ULONG | Flags |
ULONG | Unknown |
ULONG | ReferenceCount |
BL_DEVICE_CALLBACKS | Callbacks |
PVOID | DeviceSpecificData |
PBL_DEVICE_DESCRIPTOR | DeviceDescriptor |
BL_DEVICE_CALLBACKS _BL_DEVICE_ENTRY::Callbacks |
Definition at line 1266 of file bl.h.
Referenced by BlDeviceGetInformation(), BlDeviceRead(), BlDeviceSetInformation(), BlockIoDeviceTableDestroyEntry(), BlockIoEfiCreateDeviceEntry(), BlockIoOpen(), and DeviceTableDestroyEntry().
PBL_DEVICE_DESCRIPTOR _BL_DEVICE_ENTRY::DeviceDescriptor |
Definition at line 1268 of file bl.h.
Referenced by BlDeviceGetInformation(), BlockIoDeviceTableCompare(), BlockIoDeviceTableDestroyEntry(), BlockIoEfiCompareDevice(), BlockIoEfiCreateDeviceEntry(), BlockIoFirmwareOpen(), BlpDeviceOpen(), DeviceTableCompare(), and DeviceTableDestroyEntry().
ULONG _BL_DEVICE_ENTRY::DeviceId |
Definition at line 1262 of file bl.h.
Referenced by BlpDeviceOpen(), and DeviceTablePurge().
PVOID _BL_DEVICE_ENTRY::DeviceSpecificData |
Definition at line 1267 of file bl.h.
Referenced by BlockIoEfiCompareDevice(), BlockIoEfiCreateDeviceEntry(), BlockIoFirmwareOpen(), BlockIoOpen(), and BlockIopFirmwareOperation().
ULONG _BL_DEVICE_ENTRY::Flags |
Definition at line 1263 of file bl.h.
Referenced by BlDeviceClose(), BlDeviceGetInformation(), BlDeviceRead(), BlDeviceSetInformation(), BlpDeviceOpen(), DeviceTableCompare(), DeviceTablePurge(), and FileIoOpen().
ULONG _BL_DEVICE_ENTRY::ReferenceCount |
Definition at line 1265 of file bl.h.
Referenced by BlDeviceClose(), BlpDeviceOpen(), FileIoOpen(), and FileTableDestroyEntry().
ULONG _BL_DEVICE_ENTRY::Unknown |
Definition at line 1264 of file bl.h.
Referenced by BlDeviceRead(), BlpDeviceOpen(), and DeviceTableCompare().