Searched refs:Inquiry (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBotPei/
H A DPeiAtapi.c23 Sends out ATAPI Inquiry Packet Command to the specified device. This command will
29 @retval EFI_SUCCESS Inquiry command completes successfully.
30 @retval EFI_DEVICE_ERROR Inquiry command failed.
49 Packet.Inquiry.opcode = ATA_CMD_INQUIRY;
50 Packet.Inquiry.page_code = 0;
51 Packet.Inquiry.allocation_length = 36;
251 Packet.Inquiry.opcode = ATA_CMD_READ_CAPACITY;
380 // prepare command packet for the Inquiry Packet Command.
/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/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DLegacyIde.c22 Collect IDE Inquiry data from the IDE disks
196 Status = DiskInfo->Inquiry (
206 Status = DiskInfo->Inquiry (
217 // If ATAPI device then Inquiry will pass and ATA fail.
/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;
H A DAtapiPeim.h479 Sends out ATAPI Inquiry Packet Command to the specified device.
492 Inquiry (
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
H A DAtapi.c530 Sends out ATAPI Inquiry Packet Command to the specified device. This command will
536 @retval EFI_SUCCESS Inquiry command completes successfully.
537 @retval EFI_DEVICE_ERROR Inquiry command failed.
552 // prepare command packet for the ATAPI Inquiry Packet Command.
555 Packet.Inquiry.opcode = ATA_CMD_INQUIRY;
556 Packet.Inquiry.page_code = 0;
557 Packet.Inquiry.allocation_length = (UINT8) sizeof (ATAPI_INQUIRY_DATA);
565 // Send command packet and get requested Inquiry data.
595 2. Sends out ATAPI Inquiry Packet Command to the specified device.
655 // Send ATAPI Inquiry Packe
[all...]
H A DIde.c690 IdeDev->DiskInfo.Inquiry = IDEDiskInfoInquiry;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DAtapi.h450 ATAPI_INQUIRY_CMD Inquiry; member in union:__anon11615

Completed in 573 milliseconds