Home
last modified time | relevance | path

Searched refs:CapsuleVarName (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/CapsuleRuntimeDxe/
DCapsuleService.c100 CHAR16 CapsuleVarName[30]; in UpdateCapsule() local
113 CapsuleVarName[0] = 0; in UpdateCapsule()
205 StrCpyS (CapsuleVarName, sizeof(CapsuleVarName)/sizeof(CHAR16), EFI_CAPSULE_VARIABLE_NAME); in UpdateCapsule()
206 TempVarName = CapsuleVarName + StrLen (CapsuleVarName); in UpdateCapsule()
217 CapsuleVarName, in UpdateCapsule()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCapsuleLibFmp/
DDxeCapsuleReportLib.c367 CHAR16 CapsuleVarName[30]; in InitCapsuleUpdateVariable() local
375 …StrCpyS (CapsuleVarName, sizeof(CapsuleVarName)/sizeof(CapsuleVarName[0]), EFI_CAPSULE_VARIABLE_NA… in InitCapsuleUpdateVariable()
376 TempVarName = CapsuleVarName + StrLen (CapsuleVarName); in InitCapsuleUpdateVariable()
383 CapsuleVarName, in InitCapsuleUpdateVariable()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/CapsulePei/
DUefiCapsule.c722 CHAR16 CapsuleVarName[30]; in GetCapsuleDescriptors() local
729 CapsuleVarName[0] = 0; in GetCapsuleDescriptors()
740 StrCpyS (CapsuleVarName, sizeof(CapsuleVarName)/sizeof(CHAR16), EFI_CAPSULE_VARIABLE_NAME); in GetCapsuleDescriptors()
741 TempVarName = CapsuleVarName + StrLen (CapsuleVarName); in GetCapsuleDescriptors()
750 CapsuleVarName, in GetCapsuleDescriptors()
774 CapsuleVarName, in GetCapsuleDescriptors()
845 CHAR16 CapsuleVarName[30]; in CapsuleCoalesce() local
862 CapsuleVarName[0] = 0; in CapsuleCoalesce()
890 StrCpyS (CapsuleVarName, sizeof(CapsuleVarName)/sizeof(CHAR16), EFI_CAPSULE_VARIABLE_NAME); in CapsuleCoalesce()
891 TempVarName = CapsuleVarName + StrLen (CapsuleVarName); in CapsuleCoalesce()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Application/CapsuleApp/
DCapsuleApp.c431 CHAR16 CapsuleVarName[20]; in ClearCapsuleStatusVariable() local
434 StrCpyS (CapsuleVarName, sizeof(CapsuleVarName)/sizeof(CapsuleVarName[0]), L"Capsule"); in ClearCapsuleStatusVariable()
435 TempVarName = CapsuleVarName + StrLen (CapsuleVarName); in ClearCapsuleStatusVariable()
442 CapsuleVarName, in ClearCapsuleStatusVariable()
DCapsuleDump.c289 CHAR16 CapsuleVarName[20]; in DmpCapsuleStatusVariable() local
327 StrCpyS (CapsuleVarName, sizeof(CapsuleVarName)/sizeof(CapsuleVarName[0]), L"Capsule"); in DmpCapsuleStatusVariable()
328 TempVarName = CapsuleVarName + StrLen (CapsuleVarName); in DmpCapsuleStatusVariable()
335 CapsuleVarName, in DmpCapsuleStatusVariable()
351 Print (L"CapsuleName: %s\n", CapsuleVarName); in DmpCapsuleStatusVariable()