Home
last modified time | relevance | path

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

/openbmc/qemu/chardev/
H A Dchar.c113 int *offset, bool write_all) in qemu_chr_write_buffer() argument
123 if (res < 0 && errno == EAGAIN && write_all) { in qemu_chr_write_buffer()
137 if (!write_all) { in qemu_chr_write_buffer()
162 int qemu_chr_write(Chardev *s, const uint8_t *buf, int len, bool write_all) in qemu_chr_write() argument
183 write_all = true; in qemu_chr_write()
186 res = qemu_chr_write_buffer(s, buf, len, &offset, write_all); in qemu_chr_write()
/openbmc/qemu/include/chardev/
H A Dchar.h226 int qemu_chr_write(Chardev *s, const uint8_t *buf, int len, bool write_all);