Searched refs:qio_channel_writev_full (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/io/ |
H A D | channel.c | 79 ssize_t qio_channel_writev_full(QIOChannel *ioc, in qio_channel_writev_full() function 264 len = qio_channel_writev_full(ioc, local_iov, nlocal_iov, fds, in qio_channel_writev_full_all() 305 return qio_channel_writev_full(ioc, iov, niov, NULL, 0, 0, errp); in qio_channel_writev() 325 return qio_channel_writev_full(ioc, &iov, 1, NULL, 0, 0, errp); in qio_channel_write()
|
/openbmc/qemu/chardev/ |
H A D | char-io.c | 160 ret = qio_channel_writev_full( in io_channel_send_full()
|
/openbmc/qemu/scsi/ |
H A D | pr-manager-helper.c | 79 n_written = qio_channel_writev_full(QIO_CHANNEL(pr_mgr->ioc), &iov, 1, in pr_manager_helper_write()
|
/openbmc/qemu/include/io/ |
H A D | channel.h | 288 ssize_t qio_channel_writev_full(QIOChannel *ioc,
|
/openbmc/qemu/tests/unit/ |
H A D | test-io-channel-socket.c | 450 qio_channel_writev_full(src, in test_io_channel_unix_fd_pass()
|