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.hpp439 int unpackRet = in unpack() local
441 if (unpackRet) in unpack()
444 return unpackRet; in unpack()
613 int unpackRet = payload.unpack(std::forward<Args>(args)...); in unpack() local
614 if (unpackRet != ipmi::ccSuccess) in unpack()