| /openbmc/qemu/tests/unit/ |
| 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-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-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()
|
| H A D | test-io-channel-buffer.c | 40 object_unref(OBJECT(buf)); in test_io_channel_buf()
|
| /openbmc/qemu/io/ |
| H A D | net-listener.c | 73 object_unref(OBJECT(sioc)); in qio_net_listener_channel_func() 110 object_unref(OBJECT(sioc)); in qio_net_listener_open_sync() 156 listener, (GDestroyNotify)object_unref, context); in qio_net_listener_add() 199 listener, (GDestroyNotify)object_unref, context); in qio_net_listener_set_client_func_full() 233 object_unref(OBJECT(sioc)); in qio_net_listener_wait_client_func() 297 listener, (GDestroyNotify)object_unref, context); in qio_net_listener_wait_client() 343 object_unref(OBJECT(listener->sioc[i])); in qio_net_listener_finalize()
|
| /openbmc/qemu/nbd/ |
| H A D | client-connection.c | 113 object_unref(OBJECT(conn->sioc)); in nbd_client_connection_do_free() 118 object_unref(OBJECT(conn->tlscreds)); in nbd_client_connection_do_free() 162 object_unref(OBJECT(*outioc)); in nbd_connect() 214 object_unref(OBJECT(conn->sioc)); in connect_thread_func() 318 object_unref(OBJECT(conn->sioc)); in nbd_co_establish_connection() 390 object_unref(OBJECT(conn->sioc)); in nbd_co_establish_connection()
|
| /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() 118 object_unref(OBJECT(ioc)); in migration_tls_outgoing_handshake()
|
| /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() 116 object_unref(OBJECT(sioc)); in pr_manager_helper_initialize() 141 object_unref(OBJECT(pr_mgr->ioc)); in pr_manager_helper_initialize() 286 object_unref(OBJECT(pr_mgr->ioc)); in pr_manager_helper_instance_finalize()
|
| /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/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/target/arm/ |
| H A D | arm-qmp-cmds.c | 164 object_unref(obj); in qmp_query_cpu_model_expansion() 187 object_unref(obj); in qmp_query_cpu_model_expansion() 220 object_unref(obj); in qmp_query_cpu_model_expansion()
|
| /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/qom/ |
| H A D | container.c | 32 object_unref(child); in object_property_add_new_container()
|
| /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/target/s390x/ |
| H A D | cpu_models_system.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/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() 809 object_unref(OBJECT(s->ioc)); in tcp_chr_websock_init() 869 object_unref(OBJECT(s->ioc)); in tcp_chr_tls_init() 952 object_unref(OBJECT(sioc)); in tcp_chr_add_client() 982 object_unref(OBJECT(sioc)); in tcp_chr_connect_client_sync() 991 object_unref(OBJECT(sioc)); in tcp_chr_connect_client_sync() 1011 object_unref(OBJECT(sioc)); in tcp_chr_accept_server_sync() 1114 object_unref(OBJECT(s->listener)); in char_socket_finalize() 1118 object_unref(OBJECT(s->tls_creds)); in char_socket_finalize() [all …]
|
| /openbmc/qemu/ |
| H A D | blockdev-nbd.c | 65 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()
|