Home
last modified time | relevance | path

Searched refs:WWN (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DDevicePath.h364 UINT64 WWN; member
384 UINT8 WWN[8]; member
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DDevicePathToText.c632 UefiDevicePathLibCatPrint (Str, L"Fibre(0x%lx,0x%lx)", Fibre->WWN, Fibre->Lun); in DevPathToTextFibre()
661 for (Index = 0; Index < sizeof (FibreEx->WWN) / sizeof (FibreEx->WWN[0]); Index++) { in DevPathToTextFibreEx()
662 UefiDevicePathLibCatPrint (Str, L"%02x", FibreEx->WWN[Index]); in DevPathToTextFibreEx()
DDevicePathFromText.c1294 Strtoi64 (WWNStr, &Fibre->WWN); in DevPathFromTextFibre()
1326 Strtoi64 (WWNStr, (UINT64 *) (&FibreEx->WWN)); in DevPathFromTextFibreEx()
1329 *(UINT64 *) (&FibreEx->WWN) = SwapBytes64 (*(UINT64 *) (&FibreEx->WWN)); in DevPathFromTextFibreEx()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
DEfiDevicePath.h189 UINT64 WWN; member
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/
DBiosBlkIo.c760 Node.FibreChannel.WWN = Drive->Parameters.DevicePath.FibreChannel.Wwn; in BuildEdd30DevicePath()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
DConsistMapping.c557 Status = AppendCSDNum (MappingItem, Fibre->WWN); in DevPathSerialFibre()