Home
last modified time | relevance | path

Searched refs:io_channel_send (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/chardev/
H A Dchar-io.h41 int io_channel_send(QIOChannel *ioc, const void *buf, size_t len);
/openbmc/qemu/chardev/
H A Dchar-pty.c115 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 Dchar-io.c181 int io_channel_send(QIOChannel *ioc, const void *buf, size_t len) in io_channel_send() function
H A Dchar-fd.c45 return io_channel_send(s->ioc_out, buf, len); in fd_chr_write()