Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dapphandler.cpp1311 static constexpr size_t smallChunkSize = 14; variable
1391 count = std::min(paramString.length(), smallChunkSize); in ipmiAppGetSystemInfo()
1491 count = std::min(stringLen, smallChunkSize); in ipmiAppSetSystemInfo()