Home
last modified time | relevance | path

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

/openbmc/phosphor-net-ipmid/sol/
H A Dsol_context.cpp103 uint8_t count, bool status, bool isBreak, in processInboundPayload() argument
166 if (isBreak && seqNum) in processInboundPayload()
171 auto ret = sol::Manager::get().writeConsoleSocket(test, isBreak); in processInboundPayload()
179 isBreak = false; in processInboundPayload()
183 auto rc = sol::Manager::get().writeConsoleSocket(input, isBreak); in processInboundPayload()
H A Dsol_context.hpp254 bool status, bool isBreak,