Home
last modified time | relevance | path

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

/openbmc/fb-ipmi-oem/include/
H A Dappcommands.hpp36 #define SIZE_SYS_NAME 17 macro
73 uint8_t sys_name[SIZE_SYS_NAME];
/openbmc/fb-ipmi-oem/src/
H A Dappcommands.cpp354 memcpy(sysInfoParams.sys_name, &req[1], SIZE_SYS_NAME); in ipmiAppSetSysInfoParams()