Searched refs:StrTemp (Results 1 - 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
H A DIp4Config2Nv.c147 CHAR16 *StrTemp; local
154 StrTemp = NULL;
199 StrTemp = AllocateZeroPool((EndIndex - BeginIndex + 1) * sizeof(CHAR16));
200 if (StrTemp == NULL) {
207 CopyMem (StrTemp, Str + BeginIndex, (EndIndex - BeginIndex) * sizeof(CHAR16));
208 *(StrTemp + (EndIndex - BeginIndex)) = L'\0';
210 if (Ip4Config2StrToIp (StrTemp, &((*PtrIpList)[IpIndex])) != EFI_SUCCESS) {
211 FreePool(StrTemp);
221 FreePool(StrTemp);
236 StrTemp
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerLib/
H A DBootOption.c562 CHAR16 StrTemp[20]; local
572 UnicodeSPrint (StrTemp, sizeof (StrTemp), L"%sOrder", Type);
574 GetEfiGlobalVariable2 (StrTemp, (VOID **) &OrderList, &OrderListSize);
590 UnicodeSPrint (StrTemp, sizeof (StrTemp), L"%s%04x", Type, (UINTN) OptionNumber);
591 DEBUG((EFI_D_ERROR,"Option = %s\n", StrTemp));
592 GetEfiGlobalVariable2 (StrTemp, (VOID **) &OptionBuffer, &OptionSize);
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeDeferImageLoadLib/
H A DDxeDeferImageLoadLib.c561 CHAR16 StrTemp[20]; local
602 UnicodeSPrint (StrTemp, sizeof (StrTemp), L"Boot%04x", Index);
603 GetEfiGlobalVariable2 (StrTemp, (VOID**)&OptionBuffer, NULL);
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DBootOption.c1371 CHAR16 StrTemp[20]; local
1381 UnicodeSPrint (StrTemp, sizeof (StrTemp), L"%sOrder", Type);
1384 StrTemp,
1404 UnicodeSPrint (StrTemp, sizeof (StrTemp), L"%s%04x", Type, (UINTN) OptionNumber);
1405 DEBUG((EFI_D_ERROR,"Option = %s\n", StrTemp));
1407 StrTemp,
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsMisc.c146 CHAR16 StrTemp[10]; local
156 UnicodeSPrint (StrTemp, sizeof (StrTemp), L"Boot%04x", Index);
158 UnicodeSPrint (StrTemp, sizeof (StrTemp), L"Driver%04x", Index);
164 StrTemp,
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsMisc.c146 CHAR16 StrTemp[10]; local
156 UnicodeSPrint (StrTemp, sizeof (StrTemp), L"Boot%04x", Index);
158 UnicodeSPrint (StrTemp, sizeof (StrTemp), L"Driver%04x", Index);
164 StrTemp,

Completed in 182 milliseconds