ReactOS 0.4.15-dev-7918-g2a2556c
_BL_DEVICE_CALLBACKS Struct Reference

#include <bl.h>

Collaboration diagram for _BL_DEVICE_CALLBACKS:

Public Attributes

PBL_DEVICE_ENUMERATE_DEVICE_CLASS EnumerateDeviceClass
 
PBL_DEVICE_OPEN Open
 
PBL_DEVICE_CLOSE Close
 
PBL_DEVICE_READ Read
 
PBL_DEVICE_WRITE Write
 
PBL_DEVICE_GET_INFORMATION GetInformation
 
PBL_DEVICE_SET_INFORMATION SetInformation
 
PBL_DEVICE_RESET Reset
 
PBL_DEVICE_FLUSH Flush
 
PBL_DEVICE_CREATE Create
 

Detailed Description

Definition at line 1246 of file bl.h.

Member Data Documentation

◆ Close

PBL_DEVICE_CLOSE _BL_DEVICE_CALLBACKS::Close

Definition at line 1250 of file bl.h.

Referenced by BlockIoDeviceTableDestroyEntry(), and DeviceTableDestroyEntry().

◆ Create

PBL_DEVICE_CREATE _BL_DEVICE_CALLBACKS::Create

Definition at line 1257 of file bl.h.

◆ EnumerateDeviceClass

PBL_DEVICE_ENUMERATE_DEVICE_CLASS _BL_DEVICE_CALLBACKS::EnumerateDeviceClass

Definition at line 1248 of file bl.h.

◆ Flush

PBL_DEVICE_FLUSH _BL_DEVICE_CALLBACKS::Flush

Definition at line 1256 of file bl.h.

Referenced by BlockIoEfiCreateDeviceEntry().

◆ GetInformation

PBL_DEVICE_GET_INFORMATION _BL_DEVICE_CALLBACKS::GetInformation

Definition at line 1253 of file bl.h.

Referenced by BlDeviceGetInformation().

◆ Open

PBL_DEVICE_OPEN _BL_DEVICE_CALLBACKS::Open

Definition at line 1249 of file bl.h.

Referenced by BlockIoOpen(), and BlpDeviceOpen().

◆ Read

PBL_DEVICE_READ _BL_DEVICE_CALLBACKS::Read

Definition at line 1251 of file bl.h.

Referenced by BlDeviceRead().

◆ Reset

PBL_DEVICE_RESET _BL_DEVICE_CALLBACKS::Reset

Definition at line 1255 of file bl.h.

Referenced by BlockIoEfiCreateDeviceEntry().

◆ SetInformation

PBL_DEVICE_SET_INFORMATION _BL_DEVICE_CALLBACKS::SetInformation

Definition at line 1254 of file bl.h.

Referenced by BlDeviceSetInformation().

◆ Write

PBL_DEVICE_WRITE _BL_DEVICE_CALLBACKS::Write

Definition at line 1252 of file bl.h.


The documentation for this struct was generated from the following file: