Home
last modified time | relevance | path

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

/openbmc/ipmitool/lib/
H A Dipmi_hpmfwupg.c333 if (((1 << componentId) & targetCapCmd.resp.componentsPresent.ComponentBits.byte)) { in HpmfwupgTargetCheck()
512 fwupgCtx.compUpdateMask.ComponentBits.byte); in HpmfwupgUpgrade()
521 if (fwupgCtx.compUpdateMask.ComponentBits.byte) { in HpmfwupgUpgrade()
715 if ((pImageHeader->components.ComponentBits.byte & in HpmfwupgPreparationStage()
716 pFwupgCtx->targetCap.componentsPresent.ComponentBits.byte) != in HpmfwupgPreparationStage()
717 pImageHeader->components.ComponentBits.byte) { in HpmfwupgPreparationStage()
747 if ((1 << componentId & pImageHeader->components.ComponentBits.byte)) { in HpmfwupgPreparationStage()
858 if (pActionRecord->components.ComponentBits.byte in HpmfwupgPreUpgradeCheck()
859 && !pFwupgCtx->targetCap.componentsPresent.ComponentBits.byte) { in HpmfwupgPreUpgradeCheck()
874 if (((1 << componentId) & pActionRecord->components.ComponentBits.byte) in HpmfwupgPreUpgradeCheck()
[all …]
/openbmc/ipmitool/include/ipmitool/
H A Dipmi_hpmfwupg.h140 } ATTRIBUTE_PACKING ComponentBits; member