Home
last modified time | relevance | path

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

/qemu/io/
H A Dchannel.c79 ssize_t qio_channel_writev_full(QIOChannel *ioc, in qio_channel_writev_full() function
267 len = qio_channel_writev_full(ioc, local_iov, nlocal_iov, fds, in qio_channel_writev_full_all()
308 return qio_channel_writev_full(ioc, iov, niov, NULL, 0, 0, errp); in qio_channel_writev()
328 return qio_channel_writev_full(ioc, &iov, 1, NULL, 0, 0, errp); in qio_channel_write()
/qemu/chardev/
H A Dchar-io.c160 ret = qio_channel_writev_full( in io_channel_send_full()
/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()
/qemu/include/io/
H A Dchannel.h289 ssize_t qio_channel_writev_full(QIOChannel *ioc,
/qemu/tests/unit/
H A Dtest-io-channel-socket.c450 qio_channel_writev_full(src, in test_io_channel_unix_fd_pass()
/qemu/migration/
H A Dqemu-file.c387 if (qio_channel_writev_full(ioc, &iov, 1, &fd, 1, 0, &err) < 1) { in qemu_file_put_fd()