Home
last modified time | relevance | path

Searched refs:qio_channel_close (Results 1 – 15 of 15) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dtest-io-channel-socket.c226 qio_channel_close(src, &error_abort); in test_io_channel()
227 qio_channel_close(dst, &error_abort); in test_io_channel()
234 qio_channel_close(srv, &error_abort); in test_io_channel()
289 qio_channel_close(src, &error_abort); in test_io_channel()
290 qio_channel_close(dst, &error_abort); in test_io_channel()
297 qio_channel_close(srv, &error_abort); in test_io_channel()
H A Dtest-io-channel-null.c69 qio_channel_close(QIO_CHANNEL(null), &error_abort); in test_io_channel_null_io()
/openbmc/qemu/nbd/
H A Dclient-connection.c110 qio_channel_close(QIO_CHANNEL(conn->sioc), NULL); in nbd_client_connection_do_free()
158 qio_channel_close(*outioc, NULL); in nbd_connect()
162 qio_channel_close(QIO_CHANNEL(sioc), NULL); in nbd_connect()
H A Dclient.c1246 qio_channel_close(ioc, NULL); in nbd_receive_export_list()
/openbmc/qemu/hw/remote/
H A Dremote-obj.c156 qio_channel_close(o->ioc, NULL); in remote_object_finalize()
H A Dproxy.c133 qio_channel_close(dev->ioc, NULL); in pci_proxy_dev_exit()
/openbmc/qemu/include/io/
H A Dchannel.h528 int qio_channel_close(QIOChannel *ioc,
/openbmc/qemu/tests/qtest/
H A Dtpm-emu.c41 qio_channel_close(ioc, NULL); in tpm_emu_close_ioc()
/openbmc/qemu/io/
H A Dnet-listener.c277 qio_channel_close(QIO_CHANNEL(listener->sioc[i]), NULL); in qio_net_listener_disconnect()
H A Dchannel-tls.c387 return qio_channel_close(tioc->master, errp); in qio_channel_tls_close()
H A Dchannel.c374 int qio_channel_close(QIOChannel *ioc, in qio_channel_close() function
H A Dchannel-websock.c1221 return qio_channel_close(wioc->master, errp); in qio_channel_websock_close()
/openbmc/qemu/migration/
H A Dqemu-file.c358 int ret2 = qio_channel_close(f->ioc, NULL); in qemu_fclose()
/openbmc/qemu/ui/
H A Dinput-barrier.c531 qio_channel_close(QIO_CHANNEL(ib->sioc), NULL); in input_barrier_instance_finalize()
H A Dvnc.c1305 qio_channel_close(vs->ioc, NULL); in vnc_disconnect_start()