Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Ddcmihandler.cpp42 constexpr size_t maxCtrlIdStrLen = 63; variable
545 if (count > dcmi::maxBytes || offset + count > dcmi::maxCtrlIdStrLen) in getMgmntCtrlIdStr()
559 if (hostname.size() > dcmi::maxCtrlIdStrLen) in getMgmntCtrlIdStr()
561 hostname.resize(dcmi::maxCtrlIdStrLen); in getMgmntCtrlIdStr()
586 if ((offset > dcmi::maxCtrlIdStrLen) || (count > dcmi::maxBytes) || in setMgmntCtrlIdStr()
587 ((offset + count) > dcmi::maxCtrlIdStrLen)) in setMgmntCtrlIdStr()