Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
DFrontPage.c721 UINT8 StrIndex; in UpdateFrontPageStrings() local
754 StrIndex = Type0Record->BiosVersion; in UpdateFrontPageStrings()
755 …GetOptionalStringByIndex ((CHAR8*)((UINT8*)Type0Record + Type0Record->Hdr.Length), StrIndex, &NewS… in UpdateFrontPageStrings()
764 StrIndex = Type1Record->ProductName; in UpdateFrontPageStrings()
765 …GetOptionalStringByIndex ((CHAR8*)((UINT8*)Type1Record + Type1Record->Hdr.Length), StrIndex, &NewS… in UpdateFrontPageStrings()
774 StrIndex = Type4Record->ProcessorVersion; in UpdateFrontPageStrings()
775 …GetOptionalStringByIndex ((CHAR8*)((UINT8*)Type4Record + Type4Record->Hdr.Length), StrIndex, &NewS… in UpdateFrontPageStrings()
/device/linaro/bootloader/edk2/MdeModulePkg/Application/UiApp/
DFrontPage.c853 UINT8 StrIndex; in UpdateFrontPageStrings() local
890 StrIndex = Type0Record->BiosVersion; in UpdateFrontPageStrings()
891 …GetOptionalStringByIndex ((CHAR8*)((UINT8*)Type0Record + Type0Record->Hdr.Length), StrIndex, &NewS… in UpdateFrontPageStrings()
907 StrIndex = Type1Record->ProductName; in UpdateFrontPageStrings()
908 …GetOptionalStringByIndex ((CHAR8*)((UINT8*)Type1Record + Type1Record->Hdr.Length), StrIndex, &NewS… in UpdateFrontPageStrings()
921 StrIndex = Type4Record->ProcessorVersion; in UpdateFrontPageStrings()
922 …GetOptionalStringByIndex ((CHAR8*)((UINT8*)Type4Record + Type4Record->Hdr.Length), StrIndex, &NewS… in UpdateFrontPageStrings()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
DIp4Config2Nv.c306 UINTN StrIndex; in Ip4Config2IpListToStr() local
312 StrIndex = 0; in Ip4Config2IpListToStr()
336 Str[StrIndex++] = L'\0'; in Ip4Config2IpListToStr()
338 Str[StrIndex++] = L' '; in Ip4Config2IpListToStr()
342 Str[StrIndex++] = *(TempStr + TemIndex); in Ip4Config2IpListToStr()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SmbiosDxe/
DSmbiosDxe.c556 UINTN StrIndex; in SmbiosUpdateString() local
641 … for (StrIndex = 1, TargetStrOffset = 0; StrIndex < *StringNumber; StrStart++, TargetStrOffset++) { in SmbiosUpdateString()
646 StrIndex++; in SmbiosUpdateString()
/device/linaro/bootloader/edk2/MdeModulePkg/Application/BootManagerMenuApp/
DBootManagerMenu.c307 UINTN StrIndex; in InitializeBootMenuData() local
320 for (StrIndex = 0, Index = 0; Index < BootOptionCount; Index++) { in InitializeBootMenuData()
326 BootMenuData->PtrTokens[StrIndex++] = HiiSetString ( in InitializeBootMenuData()
334 BootMenuData->ItemCount = StrIndex; in InitializeBootMenuData()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformSetupDxe/
DSetupInfoRecords.c823 UINT8 StrIndex; in UpdateAdditionalInformation()
892 StrIndex = Type0Record->BiosVersion; in UpdateAdditionalInformation()
893 …GetOptionalStringByIndex ((CHAR8*)((UINT8*)Type0Record + Type0Record->Hdr.Length), StrIndex, &Bios… in UpdateAdditionalInformation()