Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dapphandler.cpp1312 static constexpr size_t fullChunkSize = 16; variable
1405 size_t offset = (setSelector * fullChunkSize) - configDataOverhead; in ipmiAppGetSystemInfo()
1410 count = std::min(paramString.length() - offset, fullChunkSize); in ipmiAppGetSystemInfo()
1499 size_t offset = (setSelector * fullChunkSize) - configDataOverhead; in ipmiAppSetSystemInfo()