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

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsBlockIoPei/
UfsBlockIoPei.c 155 UINT8 Cdb[UFS_SCSI_OP_LENGTH_SIX];
159 ZeroMem (Cdb, sizeof (Cdb));
161 Cdb[0] = EFI_SCSI_OP_REQUEST_SENSE;
164 Packet.Cdb = Cdb;
165 Packet.CdbLength = sizeof (Cdb);
203 UINT8 Cdb[UFS_SCSI_OP_LENGTH_SIX];
207 ZeroMem (Cdb, sizeof (Cdb));
    [all...]
UfsBlockIoPei.h 75 VOID *Cdb;
87 /// The length, in bytes, of the buffer Cdb. The standard values are 6,
88 /// 10, 12, and 16, but other values are possible if a variable length CDB is used.
UfsHci.h 528 UINT8 Cdb[16];
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiScsiLib/
UefiScsiLib.c 149 UINT8 Cdb[EFI_SCSI_OP_LENGTH_SIX];
157 ZeroMem (Cdb, EFI_SCSI_OP_LENGTH_SIX);
165 CommandPacket.Cdb = Cdb;
167 // Fill Cdb for Test Unit Ready Command
169 Cdb[0] = EFI_SCSI_OP_TEST_UNIT_READY;
289 UINT8 Cdb[EFI_SCSI_OP_LENGTH_SIX];
298 ZeroMem (Cdb, EFI_SCSI_OP_LENGTH_SIX);
305 CommandPacket.Cdb = Cdb;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/ScsiIo/
ScsiIo.h 77 VOID *Cdb;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/ScsiPassThru/
ScsiPassThru.h 71 VOID *Cdb;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/SnpDxe/
Snp.h 58 UINT64 Cdb
109 PXE_CDB Cdb;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
ScsiPassThru.h 94 VOID *Cdb;
101 /// The length, in bytes, of the buffer Cdb. The standard values are
102 /// 6, 10, 12, and 16, but other values are possible if a variable length CDB is used.
ScsiIo.h 122 VOID *Cdb;
134 /// The length, in bytes, of the buffer Cdb. The standard values are
135 /// 6, 10, 12, and 16, but other values are possible if a variable length CDB is used.
ScsiPassThruExt.h 112 VOID *Cdb;
124 /// The length, in bytes, of the buffer Cdb. The standard values are 6,
125 /// 10, 12, and 16, but other values are possible if a variable length CDB is used.
  /device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/
VirtioScsi.h 67 UINT8 Cdb[VIRTIO_SCSI_CDB_SIZE];
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/ScsiPassThruExt/
ScsiPassThruExt.h 85 VOID *Cdb;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
AtaAtapiPassThru.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
scsiscan.h 94 UCHAR Cdb[16];
srb.h 304 UCHAR Cdb[16];
  /device/linaro/bootloader/edk2/OptionRomPkg/AtapiPassThruDxe/
AtapiPassThru.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/
ScsiDisk.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddscsi.h 54 UCHAR Cdb[16];
70 UCHAR Cdb[16];
87 UCHAR Cdb[16];
103 UCHAR Cdb[16];
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
IScsiProto.h 222 UINT8 Cdb[16];
  /device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
IScsiProto.h 281 UINT8 Cdb[16];
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsPassThruDxe/
UfsPassThruHci.h 528 UINT8 Cdb[16];
    [all...]

Completed in 437 milliseconds