Home
last modified time | relevance | path

Searched refs:qio_channel_write_all (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/nbd/
H A Dnbd-internal.h72 return qio_channel_write_all(ioc, buffer, size, errp) < 0 ? -EIO : 0; in nbd_write()
/openbmc/qemu/ui/
H A Dui-qmp-cmds.c311 if (qio_channel_write_all(QIO_CHANNEL(ioc), in ppm_save()
319 if (qio_channel_write_all(QIO_CHANNEL(ioc), in ppm_save()
/openbmc/qemu/scsi/
H A Dqemu-pr-helper.c717 r = qio_channel_write_all(QIO_CHANNEL(client->ioc), in prh_write_response()
723 r = qio_channel_write_all(QIO_CHANNEL(client->ioc), in prh_write_response()
744 r = qio_channel_write_all(QIO_CHANNEL(client->ioc), in prh_co_entry()
/openbmc/qemu/include/io/
H A Dchannel.h482 int coroutine_mixed_fn qio_channel_write_all(QIOChannel *ioc,
/openbmc/qemu/migration/
H A Dmultifd.c186 ret = qio_channel_write_all(p->c, (char *)&msg, size, errp); in multifd_send_initial_packet()
716 ret = qio_channel_write_all(p->c, (void *)p->packet, in multifd_send_thread()
/openbmc/qemu/io/
H A Dchannel.c349 int coroutine_mixed_fn qio_channel_write_all(QIOChannel *ioc, in qio_channel_write_all() function
/openbmc/qemu/backends/tpm/
H A Dtpm_emulator.c168 ret = qio_channel_write_all(tpm_emu->data_ioc, (char *)in, in_len, errp); in tpm_emulator_unix_tx_bufs()
/openbmc/qemu/tests/unit/
H A Dtest-char.c739 qio_channel_write_all(ioc, response, sizeof(SOCKET_PONG), errp); in char_socket_ping_pong()