Home
last modified time | relevance | path

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

/openbmc/fb-ipmi-oem/include/
H A Dappcommands.hpp35 #define SIZE_SYSFW_VER 17 macro
72 uint8_t sysfw_ver[SIZE_SYSFW_VER];
/openbmc/fb-ipmi-oem/src/
H A Dappcommands.cpp315 for (int i = 0; i < SIZE_SYSFW_VER - (len + 3); i++) in platGetSysFWVer()
347 memcpy(sysInfoParams.sysfw_ver, &req[1], SIZE_SYSFW_VER); in ipmiAppSetSysInfoParams()