HomeSort by relevance Sort by last modified time
    Searched defs:SenseData (Results 1 - 20 of 20) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/DiskInfo/
DiskInfo.h 92 IN OUT VOID *SenseData,
99 Return the results of the Request Sense command to a drive in SenseData.
104 SenseData - Results of Request Sense command to device
105 SenseDataSize - Size of SenseData in bytes.
106 SenseDataNumber - Type of SenseData
127 Return the results of the Request Sense command to a drive in SenseData.
174 EFI_DISK_INFO_SENSE_DATA SenseData;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DiskInfo.h 141 @param[in,out] SenseData Pointer to the SenseData.
142 @param[in,out] SenseDataSize Size of SenseData in bytes.
147 @retval EFI_DEVICE_ERROR Error reading SenseData from device.
155 IN OUT VOID *SenseData,
199 /// Return the results of the Request Sense command to a drive in SenseData. Data
202 EFI_DISK_INFO_SENSE_DATA SenseData;
ScsiPassThru.h 89 VOID *SenseData;
122 /// On input, the length in bytes of the SenseData buffer. On
123 /// output, the number of bytes written to the SenseData buffer.
175 SenseDataLength, and SenseData in that order
181 TargetStatus, SenseDataLength, and SenseData in
188 TargetStatus, SenseDataLength, and SenseData in
199 TargetStatus, SenseDataLength, and SenseData in
ScsiIo.h 117 VOID *SenseData;
155 /// On input, the length in bytes of the SenseData buffer. On
156 /// output, the number of bytes written to the SenseData buffer.
259 SenseDataLength, and SenseData in that order
265 TargetStatus, SenseDataLength, and SenseData in
272 TargetStatus, SenseDataLength, and SenseData in
284 TargetStatus, SenseDataLength, and SenseData in
ScsiPassThruExt.h 107 VOID *SenseData;
144 /// On input, the length in bytes of the SenseData buffer. On
145 /// output, the number of bytes written to the SenseData buffer.
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
IdeBus.h 98 ATAPI_REQUEST_SENSE_DATA *SenseData;
489 @param SenseData Pointer to the SenseData.
490 @param SenseDataSize Size of SenseData in bytes.
503 IN OUT VOID *SenseData,
Atapi.c 745 IdeDev->SenseData = AllocatePool (IdeDev->SenseDataNumber * sizeof (ATAPI_REQUEST_SENSE_DATA));
746 if (IdeDev->SenseData == NULL) {
787 ZeroMem (IdeDev->SenseData, sizeof (ATAPI_REQUEST_SENSE_DATA) * (IdeDev->SenseDataNumber));
798 Ptr = (UINT16 *) IdeDev->SenseData;
869 ATAPI_REQUEST_SENSE_DATA *SenseData;
878 SenseData = IdeDev->SenseData;
881 switch (SenseData->sense_key) {
886 switch (SenseData->addnl_sense_code) {
894 if (SenseData->addnl_sense_code_qualifier == ATA_ASCQ_IN_PROGRESS) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsBlockIoPei/
UfsBlockIoPei.c 169 Packet.SenseData = NULL;
186 @param[out] SenseData A pointer to output sense data.
198 OUT VOID *SenseData, OPTIONAL
215 Packet.SenseData = SenseData;
234 @param[out] SenseData A pointer to output sense data.
248 OUT VOID *SenseData, OPTIONAL
268 Packet.SenseData = SenseData;
291 @param[out] SenseData A pointer to output sense data.
    [all...]
UfsBlockIoPei.h 70 VOID *SenseData;
97 /// On input, the length in bytes of the SenseData buffer. On
98 /// output, the number of bytes written to the SenseData buffer.
UfsHci.h 575 UINT8 SenseData[18]; /* Sense Data */
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
UsbMassBoot.c 37 USB_BOOT_REQUEST_SENSE_DATA SenseData;
49 ZeroMem (&SenseData, sizeof (USB_BOOT_REQUEST_SENSE_DATA));
60 &SenseData,
80 switch (USB_BOOT_SENSE_KEY (SenseData.SenseKey)) {
95 if (SenseData.Asc == USB_BOOT_ASC_NO_MEDIA) {
98 } else if (SenseData.Asc == USB_BOOT_ASC_NOT_READY) {
109 if (SenseData.Asc == USB_BOOT_ASC_MEDIA_CHANGE) {
131 USB_BOOT_SENSE_KEY (SenseData.SenseKey),
132 SenseData.Asc,
133 SenseData.Ascq
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/ScsiIo/
ScsiIo.h 76 VOID *SenseData;
215 SenseDataLength, and SenseData in that order
221 TargetStatus, SenseDataLength, and SenseData in
228 TargetStatus, SenseDataLength, and SenseData in
240 TargetStatus, SenseDataLength, and SenseData in
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/ScsiPassThru/
ScsiPassThru.h 70 VOID *SenseData;
125 SenseDataLength,and SenseData in that order
131 TargetStatus, SenseDataLength, and SenseData in
138 TargetStatus, SenseDataLength, and SenseData in
149 TargetStatus, SenseDataLength, and SenseData in
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/
ScsiDisk.h 61 EFI_SCSI_SENSE_DATA *SenseData;
120 EFI_SCSI_SENSE_DATA *SenseData;
643 @param[in, out] SenseData Pointer to the SenseData.
644 @param[in, out] SenseDataSize Size of SenseData in bytes.
649 @retval EFI_DEVICE_ERROR Error reading SenseData from device.
657 IN OUT VOID *SenseData,
729 @param SenseData The pointer of EFI_SCSI_SENSE_DATA
740 IN EFI_SCSI_SENSE_DATA *SenseData,
    [all...]
ScsiDisk.c 267 ScsiDiskDevice->SenseData = (EFI_SCSI_SENSE_DATA *) AllocateZeroPool (
270 if (ScsiDiskDevice->SenseData == NULL) {
292 FreePool (ScsiDiskDevice->SenseData);
346 gBS->FreePool (ScsiDiskDevice->SenseData);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/ScsiPassThruExt/
ScsiPassThruExt.h 84 VOID *SenseData;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
IScsiProto.c     [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
IScsiProto.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsPassThruDxe/
UfsPassThruHci.h 575 UINT8 SenseData[18]; /* Sense Data */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
classpnp.h 675 PSENSE_DATA SenseData;
1191 (Srb->SenseInfoBuffer != FdoExtension->SenseData)));
1202 ASSERT(Srb->SenseInfoBuffer != FdoExtension->SenseData);
1205 Srb->SenseInfoBuffer = FdoExtension->SenseData;

Completed in 1515 milliseconds