Home
last modified time | relevance | path

Searched refs:replay_chr_be_write (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/stubs/
H A Dreplay-tools.c56 void replay_chr_be_write(struct Chardev *s, const uint8_t *buf, int len) in replay_chr_be_write() function
/openbmc/qemu/include/sysemu/
H A Dreplay.h145 void replay_chr_be_write(struct Chardev *s, const uint8_t *buf, int len);
/openbmc/qemu/replay/
H A Dreplay-char.c51 void replay_chr_be_write(Chardev *s, const uint8_t *buf, int len) in replay_chr_be_write() function
/openbmc/qemu/chardev/
H A Dchar.c224 replay_chr_be_write(s, buf, len); in qemu_chr_be_write()