Home
last modified time | relevance | path

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

/openbmc/qemu/rust/qemu-api/src/
H A Dchardev.rs59 fn write_all(&mut self, buf: &[u8]) -> io::Result<()> { in write_all() method
241 pub fn write_all(&self, buf: &[u8]) -> io::Result<()> { in write_all() method
/openbmc/qemu/chardev/
H A Dchar.c113 int *offset, bool 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()