Searched refs:configParameterLength (Results 1 – 1 of 1) sorted by relevance
1362 static constexpr size_t configParameterLength = 16; variable1461 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()