Searched refs:Sense (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBotPei/
H A DPeiAtapi.c132 Sends out ATAPI Request Sense Packet Command to the specified device.
155 ATAPI_REQUEST_SENSE_DATA *Sense; local
160 // fill command packet for Request Sense Packet Command
175 Sense = (ATAPI_REQUEST_SENSE_DATA *) Ptr;
178 // send out Request Sense Packet Command and get one Sense
193 // failed to get Sense data
203 if (Sense->sense_key != ATA_SK_NO_SENSE) {
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
H A DAtapi.c760 Sends out ATAPI Request Sense Packet Command to the specified device. This command
761 will return all the current Sense data in the device. This function will pack
762 all the Sense data in one single buffer.
770 @retval EFI_SUCCESS Request Sense command completes successfully.
771 @retval EFI_DEVICE_ERROR Request Sense command failed.
780 ATAPI_REQUEST_SENSE_DATA *Sense; local
789 // fill command packet for Request Sense Packet Command
805 Sense = (ATAPI_REQUEST_SENSE_DATA *) Ptr;
808 // send out Request Sense Packet Command and get one Sense dat
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/IdeBusPei/
H A DAtapiPeim.c1535 // the device will produce corresponding Sense data.
1564 DEBUG ((EFI_D_INFO, "Atapi Request Sense Count is %d\n", SenseCounts));
1608 // If Request Sense data failed, reset the device and retry.
1766 Sends out ATAPI Request Sense Packet Command to the specified device.
1786 ATAPI_REQUEST_SENSE_DATA *Sense; local
1793 // fill command packet for Request Sense Packet Command
1809 Sense = (ATAPI_REQUEST_SENSE_DATA *) Ptr;
1812 // send out Request Sense Packet Command and get one Sense data form device
1823 // failed to get Sense dat
[all...]

Completed in 303 milliseconds