HomeSort by relevance Sort by last modified time
    Searched full:namesuffixed (Results 1 - 1 of 1) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiIfrSupportLib/
IfrVariable.c 473 CHAR16 *NameSuffixed;
482 NameSuffixed = EfiLibAllocateZeroPool ((NameLength + SuffixLength + 1) * sizeof (CHAR16));
484 EfiStrCpy (NameSuffixed, Name);
485 EfiStrCat (NameSuffixed, Suffix);
487 Status = EfiLibHiiVariableRetrieveFromNv (NameSuffixed, Guid, Size, &Var);
488 gBS->FreePool (NameSuffixed);

Completed in 561 milliseconds