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

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsPassThruDxe/
UfsPassThru.c 426 DevicePathNode->Ufs.Pun = 0;
464 UINT8 Pun;
491 Pun = (UINT8) DevicePathNode->Ufs.Pun;
494 if (Pun != 0) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Scsi/ScsiBusDxe/
ScsiBus.c 514 // no legal Pun and Lun found any more
820 CopyMem (*Target,&ScsiIoDevice->Pun, TARGET_MAX_BYTES);
897 CopyMem (Target,&ScsiIoDevice->Pun, TARGET_MAX_BYTES);
909 ScsiIoDevice->Pun.ScsiId.Scsi,
    [all...]
ScsiBus.h 99 SCSI_TARGET_ID Pun;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/
Edd.h 61 UINT16 Pun;
BiosBlkIo.c 733 Node.Scsi.Pun = Drive->Parameters.DevicePath.Scsi.Pun;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DevicePath.h 342 /// Target ID on the SCSI bus (PUN).
344 UINT16 Pun;
839 /// Target ID on the UFS bus (PUN).
841 UINT8 Pun;
    [all...]
  /external/syslinux/efi32/include/efi/
efidevp.h 168 UINT16 Pun;
  /external/syslinux/efi64/include/efi/
efidevp.h 168 UINT16 Pun;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efidevp.h 168 UINT16 Pun;
  /external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
DevicePath.h 191 UINT16 Pun;
  /device/linaro/bootloader/edk2/OvmfPkg/VirtioScsiDxe/
VirtioScsi.c 576 ScsiDevicePath->Pun = TargetValue;
609 if (ScsiDevicePath->Pun > Dev->MaxTarget ||
617 // c) ScsiDevicePath->Pun is an UINT16
620 CopyMem (Target, &ScsiDevicePath->Pun, 2);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
EfiDevicePath.h 181 UINT16 Pun;
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DevicePathToText.c 603 UefiDevicePathLibCatPrint (Str, L"Scsi(0x%x,0x%x)", Scsi->Pun, Scsi->Lun);
791 UefiDevicePathLibCatPrint (Str, L"UFS(0x%x,0x%x)", Ufs->Pun, Ufs->Lun);
    [all...]
DevicePathFromText.c 1262 Scsi->Pun = (UINT16) Strtoi (PunStr);
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
ConsistMapping.c 992 AppendCSDNum (MappingItem, Scsi->Pun);
    [all...]
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/
dpath.c 592 CatPrint(Str, L"Scsi(Pun%x,Lun%x)", Scsi->Pun, Scsi->Lun);

Completed in 380 milliseconds