Searched refs:bmStop (Results 1 – 3 of 3) sorted by relevance
| /openbmc/phosphor-host-ipmid/transport/serialbridge/test/ |
| H A D | serial_unittest.cpp | 13 {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 D | serialcmd.cpp | 25 {bmStop, 0xB5}, /* stop */ 102 else if (c == bmStop) // STOP in consumeIpmiSerialPacket() 199 responseBuffer.push_back(bmStop); in write()
|
| H A D | serialcmd.hpp | 11 static constexpr auto bmStop = 0xA5; variable
|