Home
last modified time | relevance | path

Searched refs:io_channel_send_full (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/chardev/
H A Dchar-io.c149 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 Dchar-socket.c113 int ret = io_channel_send_full(s->ioc, buf, len, in tcp_chr_write()
/openbmc/qemu/include/chardev/
H A Dchar-io.h43 int io_channel_send_full(QIOChannel *ioc, const void *buf, size_t len,