Searched refs:io_channel_send_full (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/chardev/ |
H A D | char-io.c | 149 int io_channel_send_full(QIOChannel *ioc, in io_channel_send_full() function 183 return io_channel_send_full(ioc, buf, len, NULL, 0); in io_channel_send()
|
H A D | char-socket.c | 113 int ret = io_channel_send_full(s->ioc, buf, len, in tcp_chr_write()
|
/openbmc/qemu/include/chardev/ |
H A D | char-io.h | 43 int io_channel_send_full(QIOChannel *ioc, const void *buf, size_t len,
|