Home
last modified time | relevance | path

Searched refs:qio_channel_writev_full (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/io/
H A Dchannel.c79 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 Dchar-io.c160 ret = qio_channel_writev_full( in io_channel_send_full()
/openbmc/qemu/scsi/
H A Dpr-manager-helper.c79 n_written = qio_channel_writev_full(QIO_CHANNEL(pr_mgr->ioc), &iov, 1, in pr_manager_helper_write()
/openbmc/qemu/include/io/
H A Dchannel.h288 ssize_t qio_channel_writev_full(QIOChannel *ioc,
/openbmc/qemu/tests/unit/
H A Dtest-io-channel-socket.c450 qio_channel_writev_full(src, in test_io_channel_unix_fd_pass()