Home
last modified time | relevance | path

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

/openbmc/openpower-pnor-code-mgmt/vpnor/
H A Dobmc-vpnor-util71 currentVersion=""
83 currentVersion=${versionId}
88 if [ -n "$currentVersion" ]; then
90 roTarget="${PNOR_RO_PREFIX}${currentVersion}"
91 rwTarget="${PNOR_RW_PREFIX}${currentVersion}"
/openbmc/bios-settings-mgr/src/
H A Dmanager_serialize.cpp70 auto currentVersion = cereal::detail::Version<Manager>::version; in load() local
82 if (currentVersion != version) in load()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python/
H A D0001-setup.py-Use-setuptools-instead-of-distutils.patch20 currentVersion = AWSIoTPythonSDK.__version__
/openbmc/ipmitool/lib/
H A Dipmi_hpmfwupg.c371 currentVersionResp.currentVersion[0]; in HpmfwupgTargetCheck()
373 currentVersionResp.currentVersion[1]; in HpmfwupgTargetCheck()
375 currentVersionResp.currentVersion[2]; in HpmfwupgTargetCheck()
377 currentVersionResp.currentVersion[3]; in HpmfwupgTargetCheck()
379 currentVersionResp.currentVersion[4]; in HpmfwupgTargetCheck()
381 currentVersionResp.currentVersion[5]; in HpmfwupgTargetCheck()
1576 pCtx->resp.Response.currentVersionResp.currentVersion[0]); in HpmfwupgGetComponentProperties()
1578 pCtx->resp.Response.currentVersionResp.currentVersion[1]); in HpmfwupgGetComponentProperties()
1580 pCtx->resp.Response.currentVersionResp.currentVersion[2], in HpmfwupgGetComponentProperties()
1581 pCtx->resp.Response.currentVersionResp.currentVersion[3], in HpmfwupgGetComponentProperties()
[all …]
/openbmc/ipmitool/include/ipmitool/
H A Dipmi_hpmfwupg.h274 unsigned char currentVersion[HPMFWUPG_VERSION_SIZE]; member