Home
last modified time | relevance | path

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

/openbmc/ipmitool/lib/
H A Dipmi_hpmfwupg.c745 memset(&pFwupgCtx->genCompProp[componentId], 0, in HpmfwupgPreparationStage()
755 memcpy(&pFwupgCtx->genCompProp[componentId], in HpmfwupgPreparationStage()
875 && pFwupgCtx->genCompProp[componentId].GeneralCompProperties.bitfield.rollbackBackup == 0) { in HpmfwupgPreUpgradeCheck()
895 … && pFwupgCtx->genCompProp[componentId].GeneralCompProperties.bitfield.preparationSupport == 0) { in HpmfwupgPreUpgradeCheck()
1303 …&& !pFwupgCtx->genCompProp[pFwupgCtx->componentId].GeneralCompProperties.bitfield.comparisonSuppor… in HpmFwupgActionUploadFirmware()
1375 …&& (pFwupgCtx->genCompProp[pFwupgCtx->componentId].GeneralCompProperties.bitfield.rollbackBackup !… in HpmfwupgActivationStage()
/openbmc/ipmitool/include/ipmitool/
H A Dipmi_hpmfwupg.h758 struct HpmfwupgGetGeneralPropResp genCompProp[HPMFWUPG_COMPONENT_ID_MAX]; member