Home
last modified time | relevance | path

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

/openbmc/intel-ipmi-oem/include/
H A Dappcommands.hpp39 extern int getActiveSoftwareVersionInfo(ipmi::Context::ptr ctx,
/openbmc/intel-ipmi-oem/src/
H A Dappcommands.cpp129 int getActiveSoftwareVersionInfo(ipmi::Context::ptr ctx, in getActiveSoftwareVersionInfo() function
297 if (!getActiveSoftwareVersionInfo(ctx, versionPurposeBMC, in ipmiAppGetDeviceId()
H A Doemcommands.cpp534 if (getActiveSoftwareVersionInfo(ctx, versionPurposeBMC, bmcVersion)) in getSwVerInfo()
551 if (getActiveSoftwareVersionInfo(ctx, versionPurposeME, meVersion)) in getSwVerInfo()
/openbmc/phosphor-host-ipmid/
H A Dmeson.options74 …bus-active-software', type: 'feature', description: 'Use the getActiveSoftwareVersionInfo for the…
H A Dapphandler.cpp111 std::string getActiveSoftwareVersionInfo(ipmi::Context::ptr ctx) in getActiveSoftwareVersionInfo() function
639 auto version = getActiveSoftwareVersionInfo(ctx); in ipmiAppGetDeviceId()