Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dapphandler.cpp1362 static constexpr size_t configParameterLength = 16; variable
1461 if (configData.size() < configParameterLength) in ipmiAppGetSystemInfo()
1464 configParameterLength - configData.size(), 0x00); in ipmiAppGetSystemInfo()
1514 if (configData.size() > configParameterLength) in ipmiAppSetSystemInfo()
1520 if (configData.size() < configParameterLength) in ipmiAppSetSystemInfo()
1523 (configParameterLength - configData.size()), 0x00); in ipmiAppSetSystemInfo()