Searched refs:SystemFmpPrivate (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/SignedCapsulePkg/Universal/SystemFirmwareUpdate/ |
D | SystemFirmwareCommonDxe.c | 80 SYSTEM_FMP_PRIVATE_DATA *SystemFmpPrivate; in FmpGetImageInfo() local 83 SystemFmpPrivate = SYSTEM_FMP_PRIVATE_DATA_FROM_FMP(This); in FmpGetImageInfo() 89 if (*ImageInfoSize < sizeof(EFI_FIRMWARE_IMAGE_DESCRIPTOR) * SystemFmpPrivate->DescriptorCount) { in FmpGetImageInfo() 90 *ImageInfoSize = sizeof(EFI_FIRMWARE_IMAGE_DESCRIPTOR) * SystemFmpPrivate->DescriptorCount; in FmpGetImageInfo() 103 *ImageInfoSize = sizeof(EFI_FIRMWARE_IMAGE_DESCRIPTOR) * SystemFmpPrivate->DescriptorCount; in FmpGetImageInfo() 105 *DescriptorCount = SystemFmpPrivate->DescriptorCount; in FmpGetImageInfo() 111 ImageDescriptor = SystemFmpPrivate->ImageDescriptor; in FmpGetImageInfo() 131 ImageInfo->LastAttemptVersion = SystemFmpPrivate->LastAttempt.LastAttemptVersion; in FmpGetImageInfo() 132 ImageInfo->LastAttemptStatus = SystemFmpPrivate->LastAttempt.LastAttemptStatus; in FmpGetImageInfo() 317 IN SYSTEM_FMP_PRIVATE_DATA *SystemFmpPrivate in InitializePrivateData() argument [all …]
|
D | SystemFirmwareReportDxe.c | 163 SYSTEM_FMP_PRIVATE_DATA *SystemFmpPrivate; in FmpSetImage() local 172 SystemFmpPrivate = SYSTEM_FMP_PRIVATE_DATA_FROM_FMP(This); in FmpSetImage() 175 if (ImageIndex == 0 || ImageIndex > SystemFmpPrivate->DescriptorCount) { in FmpSetImage() 182 …SystemFmpImages((VOID *)Image, ImageSize, &SystemFmpPrivate->LastAttempt.LastAttemptVersion, &Syst… in FmpSetImage() 183 …astAttemp Version - 0x%x, State - 0x%x\n", SystemFmpPrivate->LastAttempt.LastAttemptVersion, Syste… in FmpSetImage() 189 sizeof(SystemFmpPrivate->LastAttempt), in FmpSetImage() 190 &SystemFmpPrivate->LastAttempt in FmpSetImage() 202 SystemFmpPrivate->LastAttempt.LastAttemptStatus = LAST_ATTEMPT_STATUS_ERROR_INVALID_FORMAT; in FmpSetImage() 207 sizeof(SystemFmpPrivate->LastAttempt), in FmpSetImage() 208 &SystemFmpPrivate->LastAttempt in FmpSetImage()
|
D | SystemFirmwareUpdateDxe.c | 432 SYSTEM_FMP_PRIVATE_DATA *SystemFmpPrivate; in FmpSetImage() local 438 SystemFmpPrivate = SYSTEM_FMP_PRIVATE_DATA_FROM_FMP(This); in FmpSetImage() 441 if (ImageIndex == 0 || ImageIndex > SystemFmpPrivate->DescriptorCount) { in FmpSetImage() 445 …enticatedUpdate((VOID *)Image, ImageSize, &SystemFmpPrivate->LastAttempt.LastAttemptVersion, &Syst… in FmpSetImage() 446 …astAttemp Version - 0x%x, State - 0x%x\n", SystemFmpPrivate->LastAttempt.LastAttemptVersion, Syste… in FmpSetImage() 471 sizeof(SystemFmpPrivate->LastAttempt), in FmpSetImage() 472 &SystemFmpPrivate->LastAttempt in FmpSetImage()
|
D | SystemFirmwareDxe.h | 400 IN SYSTEM_FMP_PRIVATE_DATA *SystemFmpPrivate
|