Home
last modified time | relevance | path

Searched refs:DeviceLocator (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/MemorySubClassDxe/
DMemorySubClass.c436 EFI_STRING_ID DeviceLocator; in SmbiosAddType17Table() local
562 DeviceLocator = gDimmToDevLocator[Skt][Ch][Dimm]; in SmbiosAddType17Table()
563 if (DeviceLocator != 0xFFFF) in SmbiosAddType17Table()
566 StringBuffer = HiiGetPackageString (&gEfiCallerIdGuid, DeviceLocator, NULL); in SmbiosAddType17Table()
612 Type17Record->DeviceLocator = 1; in SmbiosAddType17Table()
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Drivers/PlatformSmbiosDxe/
DPlatformSmbiosDxe.c835 if (AsciiStrLen ((CHAR8 *)srcType17->DeviceLocator) && StrIndex < LastIndex) { in MemDevInfoUpdatedstType17()
836 mMemDevInfoType17Strings[StrIndex++] = (CHAR8 *)srcType17->DeviceLocator; in MemDevInfoUpdatedstType17()
837 dstType17.DeviceLocator = (SMBIOS_TABLE_STRING) StrIndex; in MemDevInfoUpdatedstType17()
839 dstType17.DeviceLocator = 0; in MemDevInfoUpdatedstType17()
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Binary/AmdModulePkg/Common/
DMemIscp.h136 …CHAR8 DeviceLocator[8]; ///< The string number of the string that ident… member
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
DMiscMemoryDeviceFunction.c301 SmbiosRecord->DeviceLocator= 1;
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/MemorySubClass/
DMemorySubClass.c368 Type17Record->DeviceLocator = 1; in MemorySubClassEntryPoint()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
DSmbios.h323 SMBIOS_TABLE_STRING DeviceLocator; member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/
DMemoryConv.c121 OFFSET_OF (SMBIOS_TABLE_TYPE17, DeviceLocator), in SmbiosFldMemoryType3()
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DSmBios.h1659 SMBIOS_TABLE_STRING DeviceLocator; member
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
DPrintInfo.c709 PRINT_PENDING_STRING (Struct, Type17, DeviceLocator); in SmbiosPrintStructure()