Home
last modified time | relevance | path

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

/openbmc/ipmitool/lib/
H A Dipmi_hpmfwupg.c295 int rc = HPMFWUPG_SUCCESS; in HpmfwupgTargetCheck()
456 return HPMFWUPG_SUCCESS; in HpmfwupgTargetCheck()
466 int rc = HPMFWUPG_SUCCESS; in HpmfwupgUpgrade()
599 return HPMFWUPG_SUCCESS; in HpmfwupgValidateImageIntegrity()
674 rc = HPMFWUPG_SUCCESS; in HpmfwupgPreparationStage()
695 rc = HPMFWUPG_SUCCESS; in HpmfwupgPreparationStage()
734 rc = HPMFWUPG_SUCCESS; in HpmfwupgPreparationStage()
983 return HPMFWUPG_SUCCESS; in HpmfwupgPreUpgradeCheck()
1445 return HPMFWUPG_SUCCESS; in HpmfwupgGetDeviceId()
1521 return HPMFWUPG_SUCCESS; in HpmfwupgGetTargetUpgCapabilities()
[all …]
/openbmc/ipmitool/include/ipmitool/
H A Dipmi_hpmfwupg.h147 static const int HPMFWUPG_SUCCESS = 0; variable