TianoCore EDK2 master
Loading...
Searching...
No Matches
_EFI_DISK_INFO_PROTOCOL Struct Reference

#include <MdePkg/Include/Protocol/DiskInfo.h>

Data Fields

EFI_GUID Interface
 
EFI_DISK_INFO_INQUIRY Inquiry
 
EFI_DISK_INFO_IDENTIFY Identify
 
EFI_DISK_INFO_SENSE_DATA SenseData
 
EFI_DISK_INFO_WHICH_IDE WhichIde
 

Detailed Description

The EFI_DISK_INFO_PROTOCOL provides controller specific information.

Definition at line 184 of file DiskInfo.h.

Field Documentation

◆ Identify

EFI_DISK_INFO_IDENTIFY _EFI_DISK_INFO_PROTOCOL::Identify

Return the results of the Identify command to a drive in IdentifyData. Data format of Identify data is defined by the Interface GUID.

Definition at line 199 of file DiskInfo.h.

◆ Inquiry

EFI_DISK_INFO_INQUIRY _EFI_DISK_INFO_PROTOCOL::Inquiry

Return the results of the Inquiry command to a drive in InquiryData. Data format of Inquiry data is defined by the Interface GUID.

Definition at line 194 of file DiskInfo.h.

◆ Interface

EFI_GUID _EFI_DISK_INFO_PROTOCOL::Interface

A GUID that defines the format of buffers for the other member functions of this protocol.

Definition at line 189 of file DiskInfo.h.

◆ SenseData

EFI_DISK_INFO_SENSE_DATA _EFI_DISK_INFO_PROTOCOL::SenseData

Return the results of the Request Sense command to a drive in SenseData. Data format of Sense data is defined by the Interface GUID.

Definition at line 204 of file DiskInfo.h.

◆ WhichIde

EFI_DISK_INFO_WHICH_IDE _EFI_DISK_INFO_PROTOCOL::WhichIde

Specific controller.

Definition at line 208 of file DiskInfo.h.


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