Searched refs:TempVarName (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/CapsuleRuntimeDxe/ |
D | CapsuleService.c | 101 CHAR16 *TempVarName; in UpdateCapsule() local 206 TempVarName = CapsuleVarName + StrLen (CapsuleVarName); in UpdateCapsule() 208 UnicodeValueToString (TempVarName, 0, mTimes, 0); in UpdateCapsule()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/CapsulePei/ |
D | UefiCapsule.c | 585 CHAR16 *TempVarName; in GetCapsuleDescriptors() local 590 TempVarName = NULL; in GetCapsuleDescriptors() 603 TempVarName = CapsuleVarName + StrLen (CapsuleVarName); in GetCapsuleDescriptors() 633 UnicodeValueToString (TempVarName, 0, Index, 0); in GetCapsuleDescriptors() 708 CHAR16 *TempVarName; in CapsuleCoalesce() local 752 TempVarName = CapsuleVarName + StrLen (CapsuleVarName); in CapsuleCoalesce() 755 UnicodeValueToString (TempVarName, 0, Index, 0); in CapsuleCoalesce()
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/PlatformBdsLib/ |
D | BdsPlatform.c | 1602 CHAR16 *TempVarName; in PlatformBdsPolicyBehavior() 1664 TempVarName = CapsuleVarName + StrLen (CapsuleVarName); in PlatformBdsPolicyBehavior() 1669 UnicodeValueToString (TempVarName, 0, Index, 0); in PlatformBdsPolicyBehavior()
|