ReactOS 0.4.16-dev-92-g0c2cdca
|
#include <bl.h>
PBL_DEVICE_CLOSE _BL_DEVICE_CALLBACKS::Close |
Definition at line 1250 of file bl.h.
Referenced by BlockIoDeviceTableDestroyEntry(), and DeviceTableDestroyEntry().
PBL_DEVICE_CREATE _BL_DEVICE_CALLBACKS::Create |
PBL_DEVICE_ENUMERATE_DEVICE_CLASS _BL_DEVICE_CALLBACKS::EnumerateDeviceClass |
PBL_DEVICE_FLUSH _BL_DEVICE_CALLBACKS::Flush |
Definition at line 1256 of file bl.h.
Referenced by BlockIoEfiCreateDeviceEntry().
PBL_DEVICE_GET_INFORMATION _BL_DEVICE_CALLBACKS::GetInformation |
Definition at line 1253 of file bl.h.
Referenced by BlDeviceGetInformation().
PBL_DEVICE_OPEN _BL_DEVICE_CALLBACKS::Open |
Definition at line 1249 of file bl.h.
Referenced by BlockIoOpen(), and BlpDeviceOpen().
PBL_DEVICE_READ _BL_DEVICE_CALLBACKS::Read |
Definition at line 1251 of file bl.h.
Referenced by BlDeviceRead().
PBL_DEVICE_RESET _BL_DEVICE_CALLBACKS::Reset |
Definition at line 1255 of file bl.h.
Referenced by BlockIoEfiCreateDeviceEntry().
PBL_DEVICE_SET_INFORMATION _BL_DEVICE_CALLBACKS::SetInformation |
Definition at line 1254 of file bl.h.
Referenced by BlDeviceSetInformation().
PBL_DEVICE_WRITE _BL_DEVICE_CALLBACKS::Write |