Searched refs:decode_unimp (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/scripts/ |
H A D | replay-dump.py | 122 def decode_unimp(eid, name, _unused_dumpfile): function 164 Decoder(1, "REPLAY_ASYNC_INPUT", decode_unimp), 165 Decoder(2, "REPLAY_ASYNC_INPUT_SYNC", decode_unimp), 166 Decoder(3, "REPLAY_ASYNC_CHAR_READ", decode_unimp), 167 Decoder(4, "REPLAY_ASYNC_EVENT_BLOCK", decode_unimp), 168 Decoder(5, "REPLAY_ASYNC_EVENT_NET", decode_unimp), 284 Decoder(4, "EVENT_SHUTDOWN", decode_unimp), 286 Decoder(6, "EVENT_CHAR_READ_ALL", decode_unimp), 287 Decoder(7, "EVENT_CHAR_READ_ALL_ERROR", decode_unimp), 306 Decoder(4, "EVENT_SHUTDOWN", decode_unimp), [all …]
|