Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dmessage.hpp437 int unpackRet = in unpack() local
439 if (unpackRet) in unpack()
442 return unpackRet; in unpack()
611 int unpackRet = payload.unpack(std::forward<Args>(args)...); in unpack() local
612 if (unpackRet != ipmi::ccSuccess) in unpack()