Home
last modified time | relevance | path

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

/openbmc/fb-ipmi-oem/include/
H A Dappcommands.hpp38 #define SIZE_OS_VER 17 macro
76 uint8_t present_os_ver[SIZE_OS_VER];
/openbmc/fb-ipmi-oem/src/
H A Dappcommands.cpp363 memcpy(sysInfoParams.present_os_ver, &req[1], SIZE_OS_VER); in ipmiAppSetSysInfoParams()