Home
last modified time | relevance | path

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

/openbmc/fb-ipmi-oem/include/
H A Dappcommands.hpp37 #define SIZE_OS_NAME 17 macro
74 uint8_t pri_os_name[SIZE_OS_NAME];
75 uint8_t present_os_name[SIZE_OS_NAME];
/openbmc/fb-ipmi-oem/src/
H A Dappcommands.cpp357 memcpy(sysInfoParams.pri_os_name, &req[1], SIZE_OS_NAME); in ipmiAppSetSysInfoParams()
360 memcpy(sysInfoParams.present_os_name, &req[1], SIZE_OS_NAME); in ipmiAppSetSysInfoParams()