Searched refs:fwupgCtx (Results 1 – 1 of 1) sorted by relevance
467 struct HpmfwupgUpgradeCtx fwupgCtx; in HpmfwupgUpgrade() local469 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() local1927 memset(&fwupgCtx, 0, sizeof (fwupgCtx)); in HpmfwupgManualFirmwareRollback()[all …]