Searched refs:configParameterLength (Results 1 – 1 of 1) sorted by relevance
1354 static constexpr size_t configParameterLength = 16; variable 1460 if (configData.size() < configParameterLength) in ipmiAppGetSystemInfo() 1463 configParameterLength - configData.size(), 0x00); in ipmiAppGetSystemInfo() 1513 if (configData.size() > configParameterLength) in ipmiAppSetSystemInfo() 1519 if (configData.size() < configParameterLength) in ipmiAppSetSystemInfo() 1522 (configParameterLength - configData.size()), 0x00); in ipmiAppSetSystemInfo()