Searched defs:Inquiry (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DDiskInfo.h173 /// Return the results of the Inquiry command to a drive in InquiryData. Data
174 /// format of Inquiry data is defined by the Interface GUID.
176 EFI_DISK_INFO_INQUIRY Inquiry; member in struct:_EFI_DISK_INFO_PROTOCOL
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/IdeBusPei/
H A DAtapiPeim.c466 Status = Inquiry (AtapiBlkIoDev, DevicePosition, MediaInfo);
1418 Sends out ATAPI Inquiry Packet Command to the specified device.
1431 Inquiry ( function
1442 // prepare command packet for the ATAPI Inquiry Packet Command.
1446 Packet.Inquiry.opcode = ATA_CMD_INQUIRY;
1447 Packet.Inquiry.page_code = 0;
1448 Packet.Inquiry.allocation_length = (UINT8) sizeof (ATAPI_INQUIRY_DATA);
1451 // Send command packet and get requested Inquiry data.
1896 Packet.Inquiry.opcode = ATA_CMD_READ_CAPACITY;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DAtapi.h450 ATAPI_INQUIRY_CMD Inquiry; member in union:__anon11615

Completed in 41 milliseconds