Searched refs:io_channel_send (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/include/chardev/ |
H A D | char-io.h | 41 int io_channel_send(QIOChannel *ioc, const void *buf, size_t len);
|
/openbmc/qemu/chardev/ |
H A D | char-pty.c | 115 return io_channel_send(s->ioc, buf, len); in char_pty_chr_write() 128 io_channel_send(s->ioc, buf, len); in char_pty_chr_write()
|
H A D | char-io.c | 181 int io_channel_send(QIOChannel *ioc, const void *buf, size_t len) in io_channel_send() function
|
H A D | char-fd.c | 45 return io_channel_send(s->ioc_out, buf, len); in fd_chr_write()
|