/openbmc/qemu/tests/unit/ |
H A D | test-io-channel-socket.c | 201 object_unref(OBJECT(src)); in test_io_channel() 202 object_unref(OBJECT(dst)); in test_io_channel() 205 object_unref(OBJECT(srv)); in test_io_channel() 230 object_unref(OBJECT(src)); in test_io_channel() 231 object_unref(OBJECT(dst)); in test_io_channel() 237 object_unref(OBJECT(srv)); in test_io_channel() 262 object_unref(OBJECT(src)); in test_io_channel() 263 object_unref(OBJECT(dst)); in test_io_channel() 266 object_unref(OBJECT(srv)); in test_io_channel() 293 object_unref(OBJECT(src)); in test_io_channel() [all …]
|
H A D | test-io-channel-file.c | 72 object_unref(OBJECT(src)); in test_io_channel_file_helper() 73 object_unref(OBJECT(dst)); in test_io_channel_file_helper() 101 object_unref(OBJECT(ioc)); in test_io_channel_fd() 124 object_unref(OBJECT(src)); in test_io_channel_pipe() 125 object_unref(OBJECT(dst)); in test_io_channel_pipe()
|
H A D | test-io-task.c | 79 object_unref(obj); in test_task_complete() 105 object_unref(obj); in test_task_data_free() 127 object_unref(obj); in test_task_failure() 198 object_unref(obj); in test_task_thread_complete() 240 object_unref(obj); in test_task_thread_failure()
|
H A D | test-io-channel-command.c | 62 object_unref(OBJECT(src)); in test_io_channel_command_fifo() 63 object_unref(OBJECT(dst)); in test_io_channel_command_fifo() 113 object_unref(OBJECT(ioc)); in test_io_channel_command_echo()
|
H A D | test-io-channel-tls.c | 253 object_unref(OBJECT(serverChanTLS)); in test_io_channel_tls() 254 object_unref(OBJECT(clientChanTLS)); in test_io_channel_tls() 256 object_unref(OBJECT(serverChanSock)); in test_io_channel_tls() 257 object_unref(OBJECT(clientChanSock)); in test_io_channel_tls()
|
H A D | check-qom-proplist.c | 243 object_unref(OBJECT(dev->bus)); in dummy_dev_finalize() 277 object_unref(OBJECT(bus->backend)); in dummy_bus_finalize() 411 object_unref(obj); in test_create_obj() 626 object_unref(obj1); in test_qom_partial_path() 628 object_unref(obj2a); in test_qom_partial_path() 630 object_unref(obj2b); in test_qom_partial_path()
|
/openbmc/qemu/io/ |
H A D | net-listener.c | 57 object_unref(OBJECT(sioc)); in qio_net_listener_channel_func() 94 object_unref(OBJECT(sioc)); in qio_net_listener_open_sync() 131 listener, (GDestroyNotify)object_unref, NULL); in qio_net_listener_add() 167 listener, (GDestroyNotify)object_unref, context); in qio_net_listener_set_client_func_full() 201 object_unref(OBJECT(sioc)); in qio_net_listener_wait_client_func() 256 listener, (GDestroyNotify)object_unref, NULL); in qio_net_listener_wait_client() 299 object_unref(OBJECT(listener->sioc[i])); in qio_net_listener_finalize()
|
/openbmc/qemu/nbd/ |
H A D | client-connection.c | 111 object_unref(OBJECT(conn->sioc)); in nbd_client_connection_do_free() 116 object_unref(OBJECT(conn->tlscreds)); in nbd_client_connection_do_free() 159 object_unref(OBJECT(*outioc)); in nbd_connect() 211 object_unref(OBJECT(conn->sioc)); in connect_thread_func() 315 object_unref(OBJECT(conn->sioc)); in nbd_co_establish_connection() 387 object_unref(OBJECT(conn->sioc)); in nbd_co_establish_connection()
|
/openbmc/qemu/scsi/ |
H A D | pr-manager-helper.c | 58 object_unref(OBJECT(pr_mgr->ioc)); in pr_manager_helper_read() 84 object_unref(OBJECT(pr_mgr->ioc)); in pr_manager_helper_write() 120 object_unref(OBJECT(sioc)); in pr_manager_helper_initialize() 146 object_unref(OBJECT(pr_mgr->ioc)); in pr_manager_helper_initialize() 291 object_unref(OBJECT(pr_mgr->ioc)); in pr_manager_helper_instance_finalize()
|
/openbmc/qemu/migration/ |
H A D | socket.c | 81 object_unref(OBJECT(sioc)); in socket_outgoing_migration() 141 object_unref(OBJECT(listener)); in socket_incoming_migration_end() 161 object_unref(OBJECT(listener)); in socket_start_incoming_migration()
|
H A D | fd.c | 74 object_unref(OBJECT(ioc)); in fd_start_outgoing_migration() 82 object_unref(OBJECT(ioc)); in fd_accept_incoming_migration()
|
H A D | exec.c | 59 object_unref(OBJECT(ioc)); in exec_start_outgoing_migration() 67 object_unref(OBJECT(ioc)); in exec_accept_incoming_migration()
|
H A D | file.c | 133 object_unref(OBJECT(ioc)); in file_accept_incoming_migration() 159 object_unref(iocs[--i]); in file_create_incoming_channels() 191 object_unref(OBJECT(fioc)); in file_start_incoming_migration()
|
H A D | tls.c | 71 object_unref(OBJECT(ioc)); in migration_tls_incoming_handshake() 114 object_unref(OBJECT(ioc)); in migration_tls_outgoing_handshake()
|
/openbmc/qemu/target/riscv/ |
H A D | riscv-qmp-cmds.c | 196 object_unref(obj); in qmp_query_cpu_model_expansion() 205 object_unref(obj); in qmp_query_cpu_model_expansion() 213 object_unref(obj); in qmp_query_cpu_model_expansion() 239 object_unref(obj); in qmp_query_cpu_model_expansion()
|
/openbmc/qemu/target/s390x/ |
H A D | cpu_models_sysemu.c | 79 object_unref(obj); in create_cpu_model_list() 125 object_unref(obj); in cpu_model_from_info() 136 object_unref(obj); in cpu_model_from_info() 152 object_unref(obj); in cpu_model_from_info() 159 object_unref(obj); in cpu_model_from_info()
|
/openbmc/qemu/hw/ppc/ |
H A D | sam460ex.c | 283 object_unref(OBJECT(dev)); in sam460ex_init() 300 object_unref(OBJECT(uic[i])); in sam460ex_init() 336 object_unref(OBJECT(dev)); in sam460ex_init() 359 object_unref(OBJECT(dev)); in sam460ex_init() 375 object_unref(OBJECT(dev)); in sam460ex_init()
|
/openbmc/qemu/target/arm/ |
H A D | arm-qmp-cmds.c | 162 object_unref(obj); in qmp_query_cpu_model_expansion() 185 object_unref(obj); in qmp_query_cpu_model_expansion() 218 object_unref(obj); in qmp_query_cpu_model_expansion()
|
/openbmc/qemu/hw/remote/ |
H A D | iommu.c | 78 object_unref(elem->mr); in remote_iommu_unplug_dev() 119 object_unref(OBJECT(iommu)); in remote_iommu_setup()
|
/openbmc/qemu/chardev/ |
H A D | char-socket.c | 392 object_unref(OBJECT(s->sioc)); in tcp_chr_free_connection() 394 object_unref(OBJECT(s->ioc)); in tcp_chr_free_connection() 805 object_unref(OBJECT(s->ioc)); in tcp_chr_websock_init() 865 object_unref(OBJECT(s->ioc)); in tcp_chr_tls_init() 948 object_unref(OBJECT(sioc)); in tcp_chr_add_client() 978 object_unref(OBJECT(sioc)); in tcp_chr_connect_client_sync() 987 object_unref(OBJECT(sioc)); in tcp_chr_connect_client_sync() 1007 object_unref(OBJECT(sioc)); in tcp_chr_accept_server_sync() 1110 object_unref(OBJECT(s->listener)); in char_socket_finalize() 1114 object_unref(OBJECT(s->tls_creds)); in char_socket_finalize() [all …]
|
/openbmc/qemu/net/ |
H A D | stream.c | 172 object_unref(OBJECT(s->ioc)); in net_stream_send() 216 object_unref(OBJECT(s->ioc)); in net_stream_cleanup() 222 object_unref(OBJECT(s->listener)); in net_stream_cleanup() 225 object_unref(OBJECT(s->listen_ioc)); in net_stream_cleanup() 368 object_unref(OBJECT(s->ioc)); in net_stream_client_connected()
|
/openbmc/qemu/ui/ |
H A D | vnc-ws.c | 82 object_unref(OBJECT(vs->ioc)); in vncws_tls_handshake_io() 140 object_unref(OBJECT(vs->ioc)); in vncws_handshake_io()
|
/openbmc/qemu/util/ |
H A D | vhost-user-server.c | 240 object_unref(OBJECT(server->sioc)); in vu_client_trip() 243 object_unref(OBJECT(server->ioc)); in vu_client_trip() 399 object_unref(OBJECT(server->listener)); in vhost_user_server_stop() 493 object_unref(OBJECT(listener)); in vhost_user_server_start()
|
/openbmc/qemu/ |
H A D | blockdev-nbd.c | 64 object_unref(OBJECT(conn->cioc)); in nbd_blockdev_client_closed() 118 object_unref(OBJECT(server->listener)); in nbd_server_free() 128 object_unref(OBJECT(server->tlscreds)); in nbd_server_free()
|
/openbmc/qemu/tests/qtest/ |
H A D | tpm-emu.c | 90 object_unref(OBJECT(s->tpm_ioc)); in tpm_emu_tpm_thread() 203 object_unref(OBJECT(ioc)); in tpm_emu_ctrl_thread() 204 object_unref(OBJECT(lioc)); in tpm_emu_ctrl_thread()
|