Home
last modified time | relevance | path

Searched refs:SystemFmpPrivate (Results 1 – 25 of 36) sorted by relevance

12

/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/SignedCapsulePkg/Universal/SystemFirmwareUpdate/
H A DSystemFirmwareCommonDxe.c74 SYSTEM_FMP_PRIVATE_DATA *SystemFmpPrivate; in FmpGetImageInfo() local
77 SystemFmpPrivate = SYSTEM_FMP_PRIVATE_DATA_FROM_FMP(This); in FmpGetImageInfo()
99 *DescriptorCount = SystemFmpPrivate->DescriptorCount; in FmpGetImageInfo()
105 ImageDescriptor = SystemFmpPrivate->ImageDescriptor; in FmpGetImageInfo()
311 IN SYSTEM_FMP_PRIVATE_DATA *SystemFmpPrivate in InitializePrivateData() argument
318 SystemFmpPrivate->Handle = NULL; in InitializePrivateData()
319 SystemFmpPrivate->DescriptorCount = 1; in InitializePrivateData()
324 SystemFmpPrivate->LastAttempt.LastAttemptVersion = 0x0; in InitializePrivateData()
325 SystemFmpPrivate->LastAttempt.LastAttemptStatus = 0x0; in InitializePrivateData()
326 VarSize = sizeof(SystemFmpPrivate->LastAttempt); in InitializePrivateData()
[all …]
H A DSystemFirmwareReportDxe.c157 SYSTEM_FMP_PRIVATE_DATA *SystemFmpPrivate; in FmpSetImage() local
166 SystemFmpPrivate = SYSTEM_FMP_PRIVATE_DATA_FROM_FMP(This); in FmpSetImage()
169 if (ImageIndex == 0 || ImageIndex > SystemFmpPrivate->DescriptorCount) { in FmpSetImage()
176 …SystemFmpImages((VOID *)Image, ImageSize, &SystemFmpPrivate->LastAttempt.LastAttemptVersion, &Syst… in FmpSetImage()
177 …stAttempt Version - 0x%x, State - 0x%x\n", SystemFmpPrivate->LastAttempt.LastAttemptVersion, Syste… in FmpSetImage()
183 sizeof(SystemFmpPrivate->LastAttempt), in FmpSetImage()
184 &SystemFmpPrivate->LastAttempt in FmpSetImage()
194 SystemFmpPrivate->Handle, in FmpSetImage()
206 SystemFmpPrivate->LastAttempt.LastAttemptStatus = LAST_ATTEMPT_STATUS_ERROR_INVALID_FORMAT; in FmpSetImage()
211 sizeof(SystemFmpPrivate->LastAttempt), in FmpSetImage()
[all …]
H A DSystemFirmwareUpdateDxe.c475 SYSTEM_FMP_PRIVATE_DATA *SystemFmpPrivate; in FmpSetImage() local
481 SystemFmpPrivate = SYSTEM_FMP_PRIVATE_DATA_FROM_FMP(This); in FmpSetImage()
484 if (ImageIndex == 0 || ImageIndex > SystemFmpPrivate->DescriptorCount) { in FmpSetImage()
488 …enticatedUpdate((VOID *)Image, ImageSize, &SystemFmpPrivate->LastAttempt.LastAttemptVersion, &Syst… in FmpSetImage()
489 …stAttempt Version - 0x%x, State - 0x%x\n", SystemFmpPrivate->LastAttempt.LastAttemptVersion, Syste… in FmpSetImage()
514 sizeof(SystemFmpPrivate->LastAttempt), in FmpSetImage()
515 &SystemFmpPrivate->LastAttempt in FmpSetImage()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/SignedCapsulePkg/Universal/SystemFirmwareUpdate/
H A DSystemFirmwareCommonDxe.c74 SYSTEM_FMP_PRIVATE_DATA *SystemFmpPrivate; in FmpGetImageInfo() local
77 SystemFmpPrivate = SYSTEM_FMP_PRIVATE_DATA_FROM_FMP(This); in FmpGetImageInfo()
99 *DescriptorCount = SystemFmpPrivate->DescriptorCount; in FmpGetImageInfo()
105 ImageDescriptor = SystemFmpPrivate->ImageDescriptor; in FmpGetImageInfo()
311 IN SYSTEM_FMP_PRIVATE_DATA *SystemFmpPrivate in InitializePrivateData() argument
318 SystemFmpPrivate->Handle = NULL; in InitializePrivateData()
319 SystemFmpPrivate->DescriptorCount = 1; in InitializePrivateData()
324 SystemFmpPrivate->LastAttempt.LastAttemptVersion = 0x0; in InitializePrivateData()
325 SystemFmpPrivate->LastAttempt.LastAttemptStatus = 0x0; in InitializePrivateData()
326 VarSize = sizeof(SystemFmpPrivate->LastAttempt); in InitializePrivateData()
[all …]
H A DSystemFirmwareReportDxe.c157 SYSTEM_FMP_PRIVATE_DATA *SystemFmpPrivate; in FmpSetImage() local
166 SystemFmpPrivate = SYSTEM_FMP_PRIVATE_DATA_FROM_FMP(This); in FmpSetImage()
169 if (ImageIndex == 0 || ImageIndex > SystemFmpPrivate->DescriptorCount) { in FmpSetImage()
176 …SystemFmpImages((VOID *)Image, ImageSize, &SystemFmpPrivate->LastAttempt.LastAttemptVersion, &Syst… in FmpSetImage()
177 …astAttemp Version - 0x%x, State - 0x%x\n", SystemFmpPrivate->LastAttempt.LastAttemptVersion, Syste… in FmpSetImage()
183 sizeof(SystemFmpPrivate->LastAttempt), in FmpSetImage()
184 &SystemFmpPrivate->LastAttempt in FmpSetImage()
194 SystemFmpPrivate->Handle, in FmpSetImage()
206 SystemFmpPrivate->LastAttempt.LastAttemptStatus = LAST_ATTEMPT_STATUS_ERROR_INVALID_FORMAT; in FmpSetImage()
211 sizeof(SystemFmpPrivate->LastAttempt), in FmpSetImage()
[all …]
H A DSystemFirmwareUpdateDxe.c475 SYSTEM_FMP_PRIVATE_DATA *SystemFmpPrivate; in FmpSetImage() local
481 SystemFmpPrivate = SYSTEM_FMP_PRIVATE_DATA_FROM_FMP(This); in FmpSetImage()
484 if (ImageIndex == 0 || ImageIndex > SystemFmpPrivate->DescriptorCount) { in FmpSetImage()
488 …enticatedUpdate((VOID *)Image, ImageSize, &SystemFmpPrivate->LastAttempt.LastAttemptVersion, &Syst… in FmpSetImage()
489 …stAttempt Version - 0x%x, State - 0x%x\n", SystemFmpPrivate->LastAttempt.LastAttemptVersion, Syste… in FmpSetImage()
514 sizeof(SystemFmpPrivate->LastAttempt), in FmpSetImage()
515 &SystemFmpPrivate->LastAttempt in FmpSetImage()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/SignedCapsulePkg/Universal/SystemFirmwareUpdate/
H A DSystemFirmwareCommonDxe.c74 SYSTEM_FMP_PRIVATE_DATA *SystemFmpPrivate; in FmpGetImageInfo() local
77 SystemFmpPrivate = SYSTEM_FMP_PRIVATE_DATA_FROM_FMP(This); in FmpGetImageInfo()
99 *DescriptorCount = SystemFmpPrivate->DescriptorCount; in FmpGetImageInfo()
105 ImageDescriptor = SystemFmpPrivate->ImageDescriptor; in FmpGetImageInfo()
311 IN SYSTEM_FMP_PRIVATE_DATA *SystemFmpPrivate in InitializePrivateData() argument
318 SystemFmpPrivate->Handle = NULL; in InitializePrivateData()
319 SystemFmpPrivate->DescriptorCount = 1; in InitializePrivateData()
324 SystemFmpPrivate->LastAttempt.LastAttemptVersion = 0x0; in InitializePrivateData()
325 SystemFmpPrivate->LastAttempt.LastAttemptStatus = 0x0; in InitializePrivateData()
326 VarSize = sizeof(SystemFmpPrivate->LastAttempt); in InitializePrivateData()
[all …]
H A DSystemFirmwareReportDxe.c157 SYSTEM_FMP_PRIVATE_DATA *SystemFmpPrivate; in FmpSetImage() local
166 SystemFmpPrivate = SYSTEM_FMP_PRIVATE_DATA_FROM_FMP(This); in FmpSetImage()
169 if (ImageIndex == 0 || ImageIndex > SystemFmpPrivate->DescriptorCount) { in FmpSetImage()
176 …SystemFmpImages((VOID *)Image, ImageSize, &SystemFmpPrivate->LastAttempt.LastAttemptVersion, &Syst… in FmpSetImage()
177 …stAttempt Version - 0x%x, State - 0x%x\n", SystemFmpPrivate->LastAttempt.LastAttemptVersion, Syste… in FmpSetImage()
183 sizeof(SystemFmpPrivate->LastAttempt), in FmpSetImage()
184 &SystemFmpPrivate->LastAttempt in FmpSetImage()
194 SystemFmpPrivate->Handle, in FmpSetImage()
206 SystemFmpPrivate->LastAttempt.LastAttemptStatus = LAST_ATTEMPT_STATUS_ERROR_INVALID_FORMAT; in FmpSetImage()
211 sizeof(SystemFmpPrivate->LastAttempt), in FmpSetImage()
[all …]
H A DSystemFirmwareUpdateDxe.c475 SYSTEM_FMP_PRIVATE_DATA *SystemFmpPrivate; in FmpSetImage() local
481 SystemFmpPrivate = SYSTEM_FMP_PRIVATE_DATA_FROM_FMP(This); in FmpSetImage()
484 if (ImageIndex == 0 || ImageIndex > SystemFmpPrivate->DescriptorCount) { in FmpSetImage()
488 …enticatedUpdate((VOID *)Image, ImageSize, &SystemFmpPrivate->LastAttempt.LastAttemptVersion, &Syst… in FmpSetImage()
489 …stAttempt Version - 0x%x, State - 0x%x\n", SystemFmpPrivate->LastAttempt.LastAttemptVersion, Syste… in FmpSetImage()
514 sizeof(SystemFmpPrivate->LastAttempt), in FmpSetImage()
515 &SystemFmpPrivate->LastAttempt in FmpSetImage()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/SignedCapsulePkg/Universal/SystemFirmwareUpdate/
H A DSystemFirmwareCommonDxe.c74 SYSTEM_FMP_PRIVATE_DATA *SystemFmpPrivate; in FmpGetImageInfo() local
77 SystemFmpPrivate = SYSTEM_FMP_PRIVATE_DATA_FROM_FMP(This); in FmpGetImageInfo()
99 *DescriptorCount = SystemFmpPrivate->DescriptorCount; in FmpGetImageInfo()
105 ImageDescriptor = SystemFmpPrivate->ImageDescriptor; in FmpGetImageInfo()
311 IN SYSTEM_FMP_PRIVATE_DATA *SystemFmpPrivate in InitializePrivateData() argument
318 SystemFmpPrivate->Handle = NULL; in InitializePrivateData()
319 SystemFmpPrivate->DescriptorCount = 1; in InitializePrivateData()
324 SystemFmpPrivate->LastAttempt.LastAttemptVersion = 0x0; in InitializePrivateData()
325 SystemFmpPrivate->LastAttempt.LastAttemptStatus = 0x0; in InitializePrivateData()
326 VarSize = sizeof(SystemFmpPrivate->LastAttempt); in InitializePrivateData()
[all …]
H A DSystemFirmwareReportDxe.c157 SYSTEM_FMP_PRIVATE_DATA *SystemFmpPrivate; in FmpSetImage() local
166 SystemFmpPrivate = SYSTEM_FMP_PRIVATE_DATA_FROM_FMP(This); in FmpSetImage()
169 if (ImageIndex == 0 || ImageIndex > SystemFmpPrivate->DescriptorCount) { in FmpSetImage()
176 …SystemFmpImages((VOID *)Image, ImageSize, &SystemFmpPrivate->LastAttempt.LastAttemptVersion, &Syst… in FmpSetImage()
177 …astAttemp Version - 0x%x, State - 0x%x\n", SystemFmpPrivate->LastAttempt.LastAttemptVersion, Syste… in FmpSetImage()
183 sizeof(SystemFmpPrivate->LastAttempt), in FmpSetImage()
184 &SystemFmpPrivate->LastAttempt in FmpSetImage()
194 SystemFmpPrivate->Handle, in FmpSetImage()
206 SystemFmpPrivate->LastAttempt.LastAttemptStatus = LAST_ATTEMPT_STATUS_ERROR_INVALID_FORMAT; in FmpSetImage()
211 sizeof(SystemFmpPrivate->LastAttempt), in FmpSetImage()
[all …]
H A DSystemFirmwareUpdateDxe.c475 SYSTEM_FMP_PRIVATE_DATA *SystemFmpPrivate; in FmpSetImage() local
481 SystemFmpPrivate = SYSTEM_FMP_PRIVATE_DATA_FROM_FMP(This); in FmpSetImage()
484 if (ImageIndex == 0 || ImageIndex > SystemFmpPrivate->DescriptorCount) { in FmpSetImage()
488 …enticatedUpdate((VOID *)Image, ImageSize, &SystemFmpPrivate->LastAttempt.LastAttemptVersion, &Syst… in FmpSetImage()
489 …stAttempt Version - 0x%x, State - 0x%x\n", SystemFmpPrivate->LastAttempt.LastAttemptVersion, Syste… in FmpSetImage()
514 sizeof(SystemFmpPrivate->LastAttempt), in FmpSetImage()
515 &SystemFmpPrivate->LastAttempt in FmpSetImage()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/SignedCapsulePkg/Universal/SystemFirmwareUpdate/
H A DSystemFirmwareCommonDxe.c74 SYSTEM_FMP_PRIVATE_DATA *SystemFmpPrivate; in FmpGetImageInfo() local
77 SystemFmpPrivate = SYSTEM_FMP_PRIVATE_DATA_FROM_FMP(This); in FmpGetImageInfo()
99 *DescriptorCount = SystemFmpPrivate->DescriptorCount; in FmpGetImageInfo()
105 ImageDescriptor = SystemFmpPrivate->ImageDescriptor; in FmpGetImageInfo()
311 IN SYSTEM_FMP_PRIVATE_DATA *SystemFmpPrivate in InitializePrivateData() argument
318 SystemFmpPrivate->Handle = NULL; in InitializePrivateData()
319 SystemFmpPrivate->DescriptorCount = 1; in InitializePrivateData()
324 SystemFmpPrivate->LastAttempt.LastAttemptVersion = 0x0; in InitializePrivateData()
325 SystemFmpPrivate->LastAttempt.LastAttemptStatus = 0x0; in InitializePrivateData()
326 VarSize = sizeof(SystemFmpPrivate->LastAttempt); in InitializePrivateData()
[all …]
H A DSystemFirmwareReportDxe.c157 SYSTEM_FMP_PRIVATE_DATA *SystemFmpPrivate; in FmpSetImage() local
166 SystemFmpPrivate = SYSTEM_FMP_PRIVATE_DATA_FROM_FMP(This); in FmpSetImage()
169 if (ImageIndex == 0 || ImageIndex > SystemFmpPrivate->DescriptorCount) { in FmpSetImage()
176 …SystemFmpImages((VOID *)Image, ImageSize, &SystemFmpPrivate->LastAttempt.LastAttemptVersion, &Syst… in FmpSetImage()
177 …stAttempt Version - 0x%x, State - 0x%x\n", SystemFmpPrivate->LastAttempt.LastAttemptVersion, Syste… in FmpSetImage()
183 sizeof(SystemFmpPrivate->LastAttempt), in FmpSetImage()
184 &SystemFmpPrivate->LastAttempt in FmpSetImage()
194 SystemFmpPrivate->Handle, in FmpSetImage()
206 SystemFmpPrivate->LastAttempt.LastAttemptStatus = LAST_ATTEMPT_STATUS_ERROR_INVALID_FORMAT; in FmpSetImage()
211 sizeof(SystemFmpPrivate->LastAttempt), in FmpSetImage()
[all …]
H A DSystemFirmwareUpdateDxe.c475 SYSTEM_FMP_PRIVATE_DATA *SystemFmpPrivate; in FmpSetImage() local
481 SystemFmpPrivate = SYSTEM_FMP_PRIVATE_DATA_FROM_FMP(This); in FmpSetImage()
484 if (ImageIndex == 0 || ImageIndex > SystemFmpPrivate->DescriptorCount) { in FmpSetImage()
488 …enticatedUpdate((VOID *)Image, ImageSize, &SystemFmpPrivate->LastAttempt.LastAttemptVersion, &Syst… in FmpSetImage()
489 …stAttempt Version - 0x%x, State - 0x%x\n", SystemFmpPrivate->LastAttempt.LastAttemptVersion, Syste… in FmpSetImage()
514 sizeof(SystemFmpPrivate->LastAttempt), in FmpSetImage()
515 &SystemFmpPrivate->LastAttempt in FmpSetImage()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/SignedCapsulePkg/Universal/SystemFirmwareUpdate/
H A DSystemFirmwareCommonDxe.c74 SYSTEM_FMP_PRIVATE_DATA *SystemFmpPrivate; in FmpGetImageInfo() local
77 SystemFmpPrivate = SYSTEM_FMP_PRIVATE_DATA_FROM_FMP(This); in FmpGetImageInfo()
99 *DescriptorCount = SystemFmpPrivate->DescriptorCount; in FmpGetImageInfo()
105 ImageDescriptor = SystemFmpPrivate->ImageDescriptor; in FmpGetImageInfo()
311 IN SYSTEM_FMP_PRIVATE_DATA *SystemFmpPrivate in InitializePrivateData() argument
318 SystemFmpPrivate->Handle = NULL; in InitializePrivateData()
319 SystemFmpPrivate->DescriptorCount = 1; in InitializePrivateData()
324 SystemFmpPrivate->LastAttempt.LastAttemptVersion = 0x0; in InitializePrivateData()
325 SystemFmpPrivate->LastAttempt.LastAttemptStatus = 0x0; in InitializePrivateData()
326 VarSize = sizeof(SystemFmpPrivate->LastAttempt); in InitializePrivateData()
[all …]
H A DSystemFirmwareReportDxe.c157 SYSTEM_FMP_PRIVATE_DATA *SystemFmpPrivate; in FmpSetImage() local
166 SystemFmpPrivate = SYSTEM_FMP_PRIVATE_DATA_FROM_FMP(This); in FmpSetImage()
169 if (ImageIndex == 0 || ImageIndex > SystemFmpPrivate->DescriptorCount) { in FmpSetImage()
176 …SystemFmpImages((VOID *)Image, ImageSize, &SystemFmpPrivate->LastAttempt.LastAttemptVersion, &Syst… in FmpSetImage()
177 …astAttemp Version - 0x%x, State - 0x%x\n", SystemFmpPrivate->LastAttempt.LastAttemptVersion, Syste… in FmpSetImage()
183 sizeof(SystemFmpPrivate->LastAttempt), in FmpSetImage()
184 &SystemFmpPrivate->LastAttempt in FmpSetImage()
194 SystemFmpPrivate->Handle, in FmpSetImage()
206 SystemFmpPrivate->LastAttempt.LastAttemptStatus = LAST_ATTEMPT_STATUS_ERROR_INVALID_FORMAT; in FmpSetImage()
211 sizeof(SystemFmpPrivate->LastAttempt), in FmpSetImage()
[all …]
H A DSystemFirmwareUpdateDxe.c475 SYSTEM_FMP_PRIVATE_DATA *SystemFmpPrivate; in FmpSetImage() local
481 SystemFmpPrivate = SYSTEM_FMP_PRIVATE_DATA_FROM_FMP(This); in FmpSetImage()
484 if (ImageIndex == 0 || ImageIndex > SystemFmpPrivate->DescriptorCount) { in FmpSetImage()
488 …enticatedUpdate((VOID *)Image, ImageSize, &SystemFmpPrivate->LastAttempt.LastAttemptVersion, &Syst… in FmpSetImage()
489 …stAttempt Version - 0x%x, State - 0x%x\n", SystemFmpPrivate->LastAttempt.LastAttemptVersion, Syste… in FmpSetImage()
514 sizeof(SystemFmpPrivate->LastAttempt), in FmpSetImage()
515 &SystemFmpPrivate->LastAttempt in FmpSetImage()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/SignedCapsulePkg/Universal/SystemFirmwareUpdate/
H A DSystemFirmwareCommonDxe.c74 SYSTEM_FMP_PRIVATE_DATA *SystemFmpPrivate; in FmpGetImageInfo() local
77 SystemFmpPrivate = SYSTEM_FMP_PRIVATE_DATA_FROM_FMP(This); in FmpGetImageInfo()
99 *DescriptorCount = SystemFmpPrivate->DescriptorCount; in FmpGetImageInfo()
105 ImageDescriptor = SystemFmpPrivate->ImageDescriptor; in FmpGetImageInfo()
311 IN SYSTEM_FMP_PRIVATE_DATA *SystemFmpPrivate in InitializePrivateData() argument
318 SystemFmpPrivate->Handle = NULL; in InitializePrivateData()
319 SystemFmpPrivate->DescriptorCount = 1; in InitializePrivateData()
324 SystemFmpPrivate->LastAttempt.LastAttemptVersion = 0x0; in InitializePrivateData()
325 SystemFmpPrivate->LastAttempt.LastAttemptStatus = 0x0; in InitializePrivateData()
326 VarSize = sizeof(SystemFmpPrivate->LastAttempt); in InitializePrivateData()
[all …]
H A DSystemFirmwareReportDxe.c157 SYSTEM_FMP_PRIVATE_DATA *SystemFmpPrivate; in FmpSetImage() local
166 SystemFmpPrivate = SYSTEM_FMP_PRIVATE_DATA_FROM_FMP(This); in FmpSetImage()
169 if (ImageIndex == 0 || ImageIndex > SystemFmpPrivate->DescriptorCount) { in FmpSetImage()
176 …SystemFmpImages((VOID *)Image, ImageSize, &SystemFmpPrivate->LastAttempt.LastAttemptVersion, &Syst… in FmpSetImage()
177 …astAttemp Version - 0x%x, State - 0x%x\n", SystemFmpPrivate->LastAttempt.LastAttemptVersion, Syste… in FmpSetImage()
183 sizeof(SystemFmpPrivate->LastAttempt), in FmpSetImage()
184 &SystemFmpPrivate->LastAttempt in FmpSetImage()
194 SystemFmpPrivate->Handle, in FmpSetImage()
206 SystemFmpPrivate->LastAttempt.LastAttemptStatus = LAST_ATTEMPT_STATUS_ERROR_INVALID_FORMAT; in FmpSetImage()
211 sizeof(SystemFmpPrivate->LastAttempt), in FmpSetImage()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/SignedCapsulePkg/Universal/SystemFirmwareUpdate/
H A DSystemFirmwareCommonDxe.c74 SYSTEM_FMP_PRIVATE_DATA *SystemFmpPrivate; in FmpGetImageInfo() local
77 SystemFmpPrivate = SYSTEM_FMP_PRIVATE_DATA_FROM_FMP(This); in FmpGetImageInfo()
99 *DescriptorCount = SystemFmpPrivate->DescriptorCount; in FmpGetImageInfo()
105 ImageDescriptor = SystemFmpPrivate->ImageDescriptor; in FmpGetImageInfo()
311 IN SYSTEM_FMP_PRIVATE_DATA *SystemFmpPrivate in InitializePrivateData() argument
318 SystemFmpPrivate->Handle = NULL; in InitializePrivateData()
319 SystemFmpPrivate->DescriptorCount = 1; in InitializePrivateData()
324 SystemFmpPrivate->LastAttempt.LastAttemptVersion = 0x0; in InitializePrivateData()
325 SystemFmpPrivate->LastAttempt.LastAttemptStatus = 0x0; in InitializePrivateData()
326 VarSize = sizeof(SystemFmpPrivate->LastAttempt); in InitializePrivateData()
[all …]
H A DSystemFirmwareReportDxe.c157 SYSTEM_FMP_PRIVATE_DATA *SystemFmpPrivate; in FmpSetImage() local
166 SystemFmpPrivate = SYSTEM_FMP_PRIVATE_DATA_FROM_FMP(This); in FmpSetImage()
169 if (ImageIndex == 0 || ImageIndex > SystemFmpPrivate->DescriptorCount) { in FmpSetImage()
176 …SystemFmpImages((VOID *)Image, ImageSize, &SystemFmpPrivate->LastAttempt.LastAttemptVersion, &Syst… in FmpSetImage()
177 …stAttempt Version - 0x%x, State - 0x%x\n", SystemFmpPrivate->LastAttempt.LastAttemptVersion, Syste… in FmpSetImage()
183 sizeof(SystemFmpPrivate->LastAttempt), in FmpSetImage()
184 &SystemFmpPrivate->LastAttempt in FmpSetImage()
194 SystemFmpPrivate->Handle, in FmpSetImage()
206 SystemFmpPrivate->LastAttempt.LastAttemptStatus = LAST_ATTEMPT_STATUS_ERROR_INVALID_FORMAT; in FmpSetImage()
211 sizeof(SystemFmpPrivate->LastAttempt), in FmpSetImage()
[all …]
H A DSystemFirmwareUpdateDxe.c475 SYSTEM_FMP_PRIVATE_DATA *SystemFmpPrivate; in FmpSetImage() local
481 SystemFmpPrivate = SYSTEM_FMP_PRIVATE_DATA_FROM_FMP(This); in FmpSetImage()
484 if (ImageIndex == 0 || ImageIndex > SystemFmpPrivate->DescriptorCount) { in FmpSetImage()
488 …enticatedUpdate((VOID *)Image, ImageSize, &SystemFmpPrivate->LastAttempt.LastAttemptVersion, &Syst… in FmpSetImage()
489 …stAttempt Version - 0x%x, State - 0x%x\n", SystemFmpPrivate->LastAttempt.LastAttemptVersion, Syste… in FmpSetImage()
514 sizeof(SystemFmpPrivate->LastAttempt), in FmpSetImage()
515 &SystemFmpPrivate->LastAttempt in FmpSetImage()
/dports/sysutils/edk2/edk2-edk2-stable202102/SignedCapsulePkg/Universal/SystemFirmwareUpdate/
H A DSystemFirmwareCommonDxe.c74 SYSTEM_FMP_PRIVATE_DATA *SystemFmpPrivate; in FmpGetImageInfo() local
77 SystemFmpPrivate = SYSTEM_FMP_PRIVATE_DATA_FROM_FMP(This); in FmpGetImageInfo()
99 *DescriptorCount = SystemFmpPrivate->DescriptorCount; in FmpGetImageInfo()
105 ImageDescriptor = SystemFmpPrivate->ImageDescriptor; in FmpGetImageInfo()
311 IN SYSTEM_FMP_PRIVATE_DATA *SystemFmpPrivate in InitializePrivateData() argument
318 SystemFmpPrivate->Handle = NULL; in InitializePrivateData()
319 SystemFmpPrivate->DescriptorCount = 1; in InitializePrivateData()
324 SystemFmpPrivate->LastAttempt.LastAttemptVersion = 0x0; in InitializePrivateData()
325 SystemFmpPrivate->LastAttempt.LastAttemptStatus = 0x0; in InitializePrivateData()
326 VarSize = sizeof(SystemFmpPrivate->LastAttempt); in InitializePrivateData()
[all …]
H A DSystemFirmwareReportDxe.c157 SYSTEM_FMP_PRIVATE_DATA *SystemFmpPrivate;
166 SystemFmpPrivate = SYSTEM_FMP_PRIVATE_DATA_FROM_FMP(This);
169 if (ImageIndex == 0 || ImageIndex > SystemFmpPrivate->DescriptorCount) {
176 …SystemFmpImages((VOID *)Image, ImageSize, &SystemFmpPrivate->LastAttempt.LastAttemptVersion, &Syst…
177 …stAttempt Version - 0x%x, State - 0x%x\n", SystemFmpPrivate->LastAttempt.LastAttemptVersion, Syste…
183 sizeof(SystemFmpPrivate->LastAttempt),
184 &SystemFmpPrivate->LastAttempt
194 SystemFmpPrivate->Handle,
206 SystemFmpPrivate->LastAttempt.LastAttemptStatus = LAST_ATTEMPT_STATUS_ERROR_INVALID_FORMAT;
211 sizeof(SystemFmpPrivate->LastAttempt),
[all …]

12