Home
last modified time | relevance | path

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

/openbmc/ipmitool/lib/
H A Dipmi_hpmfwupg.c467 struct HpmfwupgUpgradeCtx fwupgCtx; in HpmfwupgUpgrade() local
469 memset(&fwupgCtx, 0, sizeof (fwupgCtx)); in HpmfwupgUpgrade()
476 rc = HpmfwupgValidateImageIntegrity(&fwupgCtx); in HpmfwupgUpgrade()
505 &fwupgCtx,componentMask, VIEW_MODE); in HpmfwupgUpgrade()
507 rc = HpmfwupgPreUpgradeCheck(intf, &fwupgCtx, in HpmfwupgUpgrade()
549 if (fwupgCtx.pImageData) { in HpmfwupgUpgrade()
550 free(fwupgCtx.pImageData); in HpmfwupgUpgrade()
551 fwupgCtx.pImageData = NULL; in HpmfwupgUpgrade()
1921 struct HpmfwupgUpgradeCtx fwupgCtx; in HpmfwupgManualFirmwareRollback() local
1927 memset(&fwupgCtx, 0, sizeof (fwupgCtx)); in HpmfwupgManualFirmwareRollback()
[all …]