Home
last modified time | relevance | path

Searched refs:qio_channel_set_blocking (Results 1 – 16 of 16) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dio-channel-helpers.c112 qio_channel_set_blocking(test->dst, blocking, NULL); in qio_channel_test_run_threads()
113 qio_channel_set_blocking(test->src, blocking, NULL); in qio_channel_test_run_threads()
H A Dtest-io-channel-tls.c187 qio_channel_set_blocking(QIO_CHANNEL(clientChanSock), false, NULL); in test_io_channel_tls()
188 qio_channel_set_blocking(QIO_CHANNEL(serverChanSock), false, NULL); in test_io_channel_tls()
/openbmc/qemu/hw/remote/
H A Dremote-obj.c110 qio_channel_set_blocking(ioc, false, NULL); in remote_object_machine_done()
H A Dproxy.c116 qio_channel_set_blocking(dev->ioc, true, NULL); in pci_proxy_dev_realize()
/openbmc/qemu/tools/i386/
H A Dqemu-vmsr-helper.c219 qio_channel_set_blocking(QIO_CHANNEL(client->ioc), in vh_co_entry()
/openbmc/qemu/include/io/
H A Dchannel.h514 int qio_channel_set_blocking(QIOChannel *ioc,
/openbmc/qemu/chardev/
H A Dchar-socket.c547 qio_channel_set_blocking(s->ioc, true, NULL); in tcp_chr_sync_read()
551 qio_channel_set_blocking(s->ioc, false, NULL); in tcp_chr_sync_read()
902 qio_channel_set_blocking(s->ioc, false, NULL); in tcp_chr_new_client()
/openbmc/qemu/util/
H A Dvhost-user-server.c371 qio_channel_set_blocking(server->ioc, false, NULL); in vu_accept()
/openbmc/qemu/io/
H A Dchannel-tls.c342 return qio_channel_set_blocking(tioc->master, enabled, errp); in qio_channel_tls_set_blocking()
H A Dchannel.c359 int qio_channel_set_blocking(QIOChannel *ioc, in qio_channel_set_blocking() function
H A Dchannel-websock.c1187 qio_channel_set_blocking(wioc->master, enabled, errp); in qio_channel_websock_set_blocking()
/openbmc/qemu/migration/
H A Dqemu-file.c818 qio_channel_set_blocking(f->ioc, block, NULL); in qemu_file_set_blocking()
/openbmc/qemu/scsi/
H A Dqemu-pr-helper.c736 qio_channel_set_blocking(QIO_CHANNEL(client->ioc), in prh_co_entry()
/openbmc/qemu/block/
H A Dnbd.c354 qio_channel_set_blocking(s->ioc, false, NULL); in nbd_co_do_establish_connection()
/openbmc/qemu/nbd/
H A Dserver.c1414 qio_channel_set_blocking(client->ioc, false, NULL); in nbd_negotiate()
/openbmc/qemu/ui/
H A Dvnc.c3299 qio_channel_set_blocking(vs->ioc, false, NULL); in vnc_connect()