Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dapphandler.cpp1309 static constexpr size_t configParameterLength = 16; variable
1397 if (configData.size() < configParameterLength) in ipmiAppGetSystemInfo()
1400 configParameterLength - configData.size(), 0x00); in ipmiAppGetSystemInfo()
1450 if (configData.size() > configParameterLength) in ipmiAppSetSystemInfo()
1456 if (configData.size() < configParameterLength) in ipmiAppSetSystemInfo()
1459 (configParameterLength - configData.size()), 0x00); in ipmiAppSetSystemInfo()