Searched refs:qio_channel_set_blocking (Results 1 – 16 of 16) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | io-channel-helpers.c | 112 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 D | test-io-channel-tls.c | 187 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 D | remote-obj.c | 110 qio_channel_set_blocking(ioc, false, NULL); in remote_object_machine_done()
|
H A D | proxy.c | 116 qio_channel_set_blocking(dev->ioc, true, NULL); in pci_proxy_dev_realize()
|
/openbmc/qemu/tools/i386/ |
H A D | qemu-vmsr-helper.c | 219 qio_channel_set_blocking(QIO_CHANNEL(client->ioc), in vh_co_entry()
|
/openbmc/qemu/include/io/ |
H A D | channel.h | 514 int qio_channel_set_blocking(QIOChannel *ioc,
|
/openbmc/qemu/chardev/ |
H A D | char-socket.c | 547 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 D | vhost-user-server.c | 371 qio_channel_set_blocking(server->ioc, false, NULL); in vu_accept()
|
/openbmc/qemu/io/ |
H A D | channel-tls.c | 342 return qio_channel_set_blocking(tioc->master, enabled, errp); in qio_channel_tls_set_blocking()
|
H A D | channel.c | 359 int qio_channel_set_blocking(QIOChannel *ioc, in qio_channel_set_blocking() function
|
H A D | channel-websock.c | 1187 qio_channel_set_blocking(wioc->master, enabled, errp); in qio_channel_websock_set_blocking()
|
/openbmc/qemu/migration/ |
H A D | qemu-file.c | 818 qio_channel_set_blocking(f->ioc, block, NULL); in qemu_file_set_blocking()
|
/openbmc/qemu/scsi/ |
H A D | qemu-pr-helper.c | 736 qio_channel_set_blocking(QIO_CHANNEL(client->ioc), in prh_co_entry()
|
/openbmc/qemu/block/ |
H A D | nbd.c | 354 qio_channel_set_blocking(s->ioc, false, NULL); in nbd_co_do_establish_connection()
|
/openbmc/qemu/nbd/ |
H A D | server.c | 1414 qio_channel_set_blocking(client->ioc, false, NULL); in nbd_negotiate()
|
/openbmc/qemu/ui/ |
H A D | vnc.c | 3299 qio_channel_set_blocking(vs->ioc, false, NULL); in vnc_connect()
|