Searched refs:getActiveSoftwareVersionInfo (Results 1 – 5 of 5) sorted by relevance
/openbmc/intel-ipmi-oem/include/ |
H A D | appcommands.hpp | 39 extern int getActiveSoftwareVersionInfo(ipmi::Context::ptr ctx,
|
/openbmc/intel-ipmi-oem/src/ |
H A D | appcommands.cpp | 136 int getActiveSoftwareVersionInfo(ipmi::Context::ptr ctx, in getActiveSoftwareVersionInfo() function 405 if (!getActiveSoftwareVersionInfo(ctx, versionPurposeBMC, in ipmiAppGetDeviceId()
|
H A D | oemcommands.cpp | 534 if (getActiveSoftwareVersionInfo(ctx, versionPurposeBMC, bmcVersion)) in getSwVerInfo() 551 if (getActiveSoftwareVersionInfo(ctx, versionPurposeME, meVersion)) in getSwVerInfo()
|
/openbmc/phosphor-host-ipmid/ |
H A D | meson.options | 74 …bus-active-software', type: 'feature', description: 'Use the getActiveSoftwareVersionInfo for the…
|
H A D | apphandler.cpp | 112 std::string getActiveSoftwareVersionInfo(ipmi::Context::ptr ctx) in getActiveSoftwareVersionInfo() function 640 auto version = getActiveSoftwareVersionInfo(ctx); in ipmiAppGetDeviceId()
|