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

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Scsi/ScsiBusDxe/
ScsiBus.h 2 Header file for SCSI Bus Driver.
38 #include <IndustryStandard/Scsi.h>
43 UINT32 Scsi;
59 // SCSI Bus Controller device strcuture
64 // SCSI Bus Timeout Experience Value
326 Retrieves the device type information of the SCSI Controller.
330 the SCSI Controller.
344 Retrieves the device location in the SCSI channel.
347 @param Target A pointer to the Target ID of a SCSI device
348 on the SCSI channel.
    [all...]
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/
dpath.c 589 SCSI_DEVICE_PATH *Scsi;
591 Scsi = DevPath;
592 CatPrint(Str, L"Scsi(Pun%x,Lun%x)", Scsi->Pun, Scsi->Lun);
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/
Edd.h 84 EDD_SCSI Scsi;
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DevicePathToText.c 580 Converts a SCSI device path structure to its string representative.
600 SCSI_DEVICE_PATH *Scsi;
602 Scsi = DevPath;
603 UefiDevicePathLibCatPrint (Str, L"Scsi(0x%x,0x%x)", Scsi->Pun, Scsi->Lun);
    [all...]
DevicePathFromText.c 1238 Converts a text device path node to SCSI device path structure.
1242 @return A pointer to the newly-created SCSI device path structure.
1252 SCSI_DEVICE_PATH *Scsi;
1256 Scsi = (SCSI_DEVICE_PATH *) CreateDeviceNode (
1262 Scsi->Pun = (UINT16) Strtoi (PunStr);
1263 Scsi->Lun = (UINT16) Strtoi (LunStr);
1265 return (EFI_DEVICE_PATH_PROTOCOL *) Scsi;
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
ConsistMapping.c 971 DevicePathNode must be SCSI type and this will populate the MappingItem.
986 SCSI_DEVICE_PATH *Scsi;
991 Scsi = (SCSI_DEVICE_PATH *) DevicePathNode;
992 AppendCSDNum (MappingItem, Scsi->Pun);
993 AppendCSDNum (MappingItem, Scsi->Lun);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
EfiDevicePath.h 496 SCSI_DEVICE_PATH Scsi;
544 SCSI_DEVICE_PATH *Scsi;
  /external/syslinux/efi32/include/efi/
efidevp.h 344 SCSI_DEVICE_PATH Scsi;
378 SCSI_DEVICE_PATH *Scsi;
  /external/syslinux/efi64/include/efi/
efidevp.h 344 SCSI_DEVICE_PATH Scsi;
378 SCSI_DEVICE_PATH *Scsi;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efidevp.h 344 SCSI_DEVICE_PATH Scsi;
378 SCSI_DEVICE_PATH *Scsi;
  /external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
DevicePath.h 465 SCSI_DEVICE_PATH Scsi;
503 SCSI_DEVICE_PATH *Scsi;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DevicePath.h 310 /// system. This Device Path can describe physical messaging information like SCSI ID, or abstract
336 /// SCSI Device Path SubType.
342 /// Target ID on the SCSI bus (PUN).
756 /// Serial Attached SCSI (SAS) Device Path.
769 /// SAS Address for Serial Attached SCSI Target.
787 /// Serial Attached SCSI (SAS) Ex Device Path SubType
793 /// 8-byte array of the SAS Address for Serial Attached SCSI Target Port.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h     [all...]

Completed in 720 milliseconds