Home
last modified time | relevance | path

Searched refs:error_get_pretty (Results 1 – 25 of 52) sorted by relevance

123

/openbmc/qemu/ui/
H A Dvnc-ws.c35 VNC_DEBUG("Handshake failed %s\n", error_get_pretty(err)); in vncws_tls_handshake_done()
74 VNC_DEBUG("Failed to setup TLS %s\n", error_get_pretty(err)); in vncws_tls_handshake_io()
104 VNC_DEBUG("Websock handshake failed %s\n", error_get_pretty(err)); in vncws_handshake_done()
H A Dvnc-auth-vencrypt.c74 error_get_pretty(err)); in vnc_tls_handshake_done()
117 error_get_pretty(err)); in protocol_client_vencrypt_auth()
H A Dvnc-auth-sasl.c198 error_get_pretty(err)); in vnc_auth_sasl_check_access()
588 error_get_pretty(local_err)); in start_auth_sasl()
595 error_get_pretty(local_err)); in start_auth_sasl()
629 error_get_pretty(local_err)); in start_auth_sasl()
/openbmc/qemu/util/
H A Derror.c34 error_report("%s", error_get_pretty(err)); in error_handle()
225 const char *error_get_pretty(const Error *err) in error_get_pretty() function
232 error_report("%s", error_get_pretty(err)); in error_report_err()
241 warn_report("%s", error_get_pretty(err)); in warn_report_err()
/openbmc/qemu/migration/
H A Dtls.c65 trace_migration_tls_incoming_handshake_error(error_get_pretty(err)); in migration_tls_incoming_handshake()
113 trace_migration_tls_outgoing_handshake_error(error_get_pretty(err)); in migration_tls_outgoing_handshake()
H A Dsocket.c68 trace_migration_socket_outgoing_error(error_get_pretty(err)); in socket_outgoing_migration()
/openbmc/qemu/rust/qemu-api/src/
H A Derror.rs344 unsafe fn error_get_pretty<'a>(local_err: *mut bindings::Error) -> &'a CStr { in error_get_pretty() function
345 unsafe { CStr::from_ptr(bindings::error_get_pretty(local_err)) } in error_get_pretty()
380 assert_eq!(error_get_pretty(local_err), c"msg"); in test_bool_or_propagate()
400 assert_eq!(error_get_pretty(local_err), c"msg"); in test_ptr_or_propagate()
/openbmc/qemu/hw/misc/
H A Daspeed_hace.c365 __func__, error_get_pretty(local_err)); in hash_execute_non_acc_mode()
387 __func__, error_get_pretty(local_err)); in hash_execute_acc_mode()
395 __func__, error_get_pretty(local_err)); in hash_execute_acc_mode()
405 __func__, error_get_pretty(local_err)); in hash_execute_acc_mode()
/openbmc/qemu/
H A Djob-qmp.c160 g_strdup(error_get_pretty(job->err)) : NULL, in job_query_single_locked()
H A Dblockjob.c390 g_strdup(error_get_pretty(job->job.err)) : in block_job_query_locked()
442 msg = error_get_pretty(job->job.err); in block_job_event_completed_locked()
/openbmc/qemu/include/qapi/
H A Derror.h293 const char *error_get_pretty(const Error *err);
/openbmc/qemu/tests/unit/
H A Dtest-char.c355 g_assert_cmpstr(error_get_pretty(error), ==, "Chardev 'mux-label' is busy"); in char_mux_test()
382 g_assert_cmpstr(error_get_pretty(error), ==, in char_hub_test()
409 g_assert_cmpstr(error_get_pretty(error), ==, in char_hub_test()
422 g_assert_cmpstr(error_get_pretty(error), ==, in char_hub_test()
448 g_assert_cmpstr(error_get_pretty(error), ==, buf); in char_hub_test()
511 g_assert_cmpstr(error_get_pretty(error), ==, "chardev 'hub0' is already in use"); in char_hub_test()
549 g_assert_cmpstr(error_get_pretty(error), ==, "Chardev 'chr1' is busy"); in char_hub_test()
555 g_assert_cmpstr(error_get_pretty(error), ==, "Chardev 'hub0' is busy"); in char_hub_test()
H A Dtest-util-filemonitor.c449 error_get_pretty(local_err)); in test_file_monitor_events()
507 error_get_pretty(local_err)); in test_file_monitor_events()
H A Dtest-opts-visitor.c91 error_get_pretty(f->err)); in expect_fail()
/openbmc/qemu/linux-user/aarch64/
H A Dtarget_prctl.h151 error_get_pretty(err)); in do_prctl_reset_keys()
/openbmc/qemu/net/
H A Dstream_data.c161 qemu_set_info_str(&d->nc, "error: %s", error_get_pretty(err)); in net_stream_data_client_connected()
H A Dstream.c145 qemu_set_info_str(&d->nc, "error: %s", error_get_pretty(err)); in net_stream_server_listening()
/openbmc/qemu/qapi/
H A Dqmp-dispatch.c99 error_get_pretty(err)); in qmp_error_response()
/openbmc/qemu/chardev/
H A Dchar-socket.c328 trace_chr_socket_recv_err(chr, chr->label, error_get_pretty(err)); in tcp_chr_recv()
698 trace_chr_socket_write_err(chr, chr->label, error_get_pretty(err)); in tcp_chr_telnet_init_io()
785 error_get_pretty(err)); in tcp_chr_websock_handshake()
825 error_get_pretty(err)); in tcp_chr_tls_handshake()
859 trace_chr_socket_tls_init_err(chr, chr->label, error_get_pretty(err)); in tcp_chr_tls_init()
/openbmc/qemu/stats/
H A Dstats-hmp-cmds.c248 monitor_printf(mon, "%s\n", error_get_pretty(err)); in hmp_info_stats()
/openbmc/qemu/crypto/
H A Dtlssession.c650 error_get_pretty(session->rerr ? in qcrypto_tls_session_handshake()
694 error_get_pretty(session->rerr ? in qcrypto_tls_session_bye()
/openbmc/qemu/qga/
H A Dchannel-posix.c295 g_critical("%s", error_get_pretty(err)); in ga_channel_new()
H A Dmain.c193 error_get_pretty(err)); in quit_handler()
567 g_warning("%s", error_get_pretty(err)); in ga_unset_frozen()
625 g_critical("%s", error_get_pretty(err)); in become_daemon()
/openbmc/qemu/io/
H A Dchannel-websock.c545 trace_qio_channel_websock_handshake_fail(ioc, error_get_pretty(err)); in qio_channel_websock_handshake_send()
556 ioc, error_get_pretty(wioc->io_err)); in qio_channel_websock_handshake_send()
588 trace_qio_channel_websock_handshake_fail(ioc, error_get_pretty(err)); in qio_channel_websock_handshake_io()
/openbmc/qemu/hw/s390x/
H A Ds390-stattrib.c69 monitor_printf(mon, "Error: %s", error_get_pretty(local_err)); in hmp_migrationmode()

123