Searched refs:CapsuleVarName (Results 1 – 5 of 5) sorted by relevance
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/CapsuleRuntimeDxe/ |
D | CapsuleService.c | 100 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/ |
D | DxeCapsuleReportLib.c | 367 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/ |
D | UefiCapsule.c | 722 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/ |
D | CapsuleApp.c | 431 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()
|
D | CapsuleDump.c | 289 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()
|