HomeSort by relevance Sort by last modified time
    Searched refs:Sense (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/
VirtioScsi.h 76 UINT8 Sense[VIRTIO_SCSI_SENSE_SIZE];
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBotPei/
PeiAtapi.c 138 Sends out ATAPI Request Sense Packet Command to the specified device.
142 @param SenseCounts Length of sense buffer.
143 @param SenseKeyBuffer Pointer to sense buffer.
161 ATAPI_REQUEST_SENSE_DATA *Sense;
166 // fill command packet for Request Sense Packet Command
177 // request sense data from device continuously
178 // until no sense data exists in the device.
181 Sense = (ATAPI_REQUEST_SENSE_DATA *) Ptr;
184 // send out Request Sense Packet Command and get one Sense
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
Atapi.c 598 3. Allocate sense data space for future use. We don't detect the media
609 @retval EFI_OUT_OF_RESOURCES Allocate memory for sense data failed
741 // original sense data numbers
760 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.
767 This buffer is used to accommodate all the sense data returned
770 @retval EFI_SUCCESS Request Sense command completes successfully.
771 @retval EFI_DEVICE_ERROR Request Sense command failed.
780 ATAPI_REQUEST_SENSE_DATA *Sense;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/IdeBusPei/
AtapiPeim.c     [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/VirtioScsiDxe/
VirtioScsi.c 304 // return sense data (length and contents) in all cases, truncated if needed
311 ((UINT8 *) Packet->SenseData)[Idx] = Response->Sense[Idx];
    [all...]

Completed in 265 milliseconds