Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/transport/serialbridge/test/
H A Dserial_unittest.cpp13 {bmStop, 0xB5}, /* stop */
62 0xc, 0x46, 0x01, 0x2c, bmStop}; in TEST()
64 std::vector<uint8_t> dataBytesSplit2{0x81, 0xc, 0x46, 0x01, 0x2c, bmStop}; in TEST()
/openbmc/phosphor-host-ipmid/transport/serialbridge/
H A Dserialcmd.cpp25 {bmStop, 0xB5}, /* stop */
102 else if (c == bmStop) // STOP in consumeIpmiSerialPacket()
199 responseBuffer.push_back(bmStop); in write()
H A Dserialcmd.hpp11 static constexpr auto bmStop = 0xA5; variable