| /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 | 60 object_unref(OBJECT(src)); in test_io_channel_command_fifo() 61 object_unref(OBJECT(dst)); in test_io_channel_command_fifo() 111 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()
|
| H A D | test-yank.c | 58 object_unref(OBJECT(cioc)); in accept_thread() 176 object_unref(OBJECT(ioc)); in char_change_test()
|
| /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 | 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/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/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/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()
|
| /openbmc/qemu/util/ |
| H A D | vhost-user-server.c | 246 object_unref(OBJECT(server->sioc)); in vu_client_trip() 249 object_unref(OBJECT(server->ioc)); in vu_client_trip() 371 * qio_net_listener_channel_func which will call object_unref(OBJECT(sioc)) in vu_accept() 411 object_unref(OBJECT(server->listener)); in restart_listener_bh() 505 object_unref(OBJECT(listener)); in vhost_user_server_start()
|
| /openbmc/qemu/backends/tpm/ |
| H A D | tpm_backend.c | 34 object_unref(OBJECT(s)); in tpm_backend_request_completed() 181 object_unref(OBJECT(s->tpmif)); in tpm_backend_instance_finalize()
|
| /openbmc/qemu/hw/usb/ |
| H A D | vt82c686-uhci-pci.c | 25 object_unref(s->irq); in usb_uhci_vt82c686b_realize()
|
| /openbmc/qemu/tools/i386/ |
| H A D | qemu-vmsr-helper.c | 275 object_unref(OBJECT(client->ioc)); in vh_co_entry() 312 object_unref(OBJECT(server_ioc)); in close_server_socket() 474 object_unref(OBJECT(server_ioc)); in main()
|
| /openbmc/qemu/authz/ |
| H A D | listfile.c | 110 object_unref(OBJECT(fauthz->list)); in qauthz_list_file_event() 216 object_unref(OBJECT(fauthz->list)); in qauthz_list_file_finalize()
|