Home
last modified time | relevance | path

Searched refs:warn_report (Results 1 – 25 of 71) sorted by relevance

123

/openbmc/qemu/hw/uefi/
H A Dvar-service-pkcs7.c135 warn_report("gnutls_x509_trust_list_init error: %s", in build_trust_list_sb()
149 warn_report("gnutls_x509_crt_init error: %s", gnutls_strerror(rc)); in build_trust_list_sb()
154 warn_report("gnutls_x509_crt_import error: %s", in build_trust_list_sb()
161 warn_report("gnutls_x509_crt_import error: %s", in build_trust_list_sb()
188 warn_report("gnutls_x509_crt_get_dn_by_oid error #1: %s", in build_digest_authvar()
197 warn_report("gnutls_x509_crt_get_dn_by_oid error #2: %s", in build_digest_authvar()
206 warn_report("gnutls_x509_crt_get_fingerprint error: %s", in build_digest_authvar()
214 warn_report("gnutls_hash_init error: %s", in build_digest_authvar()
220 warn_report("gnutls_hash error: %s", in build_digest_authvar()
226 warn_report("gnutls_hash error: %s", in build_digest_authvar()
[all …]
H A Dvar-service-json.c192 warn_report("%s: lseek error", __func__); in uefi_vars_json_save()
198 warn_report("%s: ftruncate error", __func__); in uefi_vars_json_save()
204 warn_report("%s: write error", __func__); in uefi_vars_json_save()
226 warn_report("%s: lseek error", __func__); in uefi_vars_json_load()
238 warn_report("%s: read error", __func__); in uefi_vars_json_load()
/openbmc/qemu/tests/unit/
H A Dtest-error-report.c21 warn_report("%s", "test warn"); in test_error_report_simple()
93 warn_report("warn"); in test_error_report_timestamp()
/openbmc/qemu/net/can/
H A Dcan_socketcan.c104 warn_report("CAN bus host read failed (%s)", strerror(errno)); in can_host_socketcan_read()
153 warn_report("[cansocketcan]: write message to host returns zero"); in can_host_socketcan_receive()
159 warn_report("[cansocketcan]: write to host failed (%s)", in can_host_socketcan_receive()
162 warn_report("[cansocketcan]: write to host truncated"); in can_host_socketcan_receive()
235 warn_report("SocketCAN host interface %s enabling CAN FD failed", in can_host_socketcan_connect()
/openbmc/qemu/migration/
H A Dfd.c61 warn_report("fd: migration to a file is deprecated." in fd_start_outgoing_migration()
95 warn_report("fd: migration to a file is deprecated." in fd_start_incoming_migration()
H A Dexec.c35 warn_report("Could not detect cmd.exe path, using default."); in exec_get_cmd_path()
/openbmc/qemu/
H A Dos-wasm.c79 warn_report("unable to query NOFILE limit: %s", strerror(errno)); in os_setup_limits()
90 warn_report("unable to set NOFILE limit: %s", strerror(errno)); in os_setup_limits()
H A Dos-posix.c265 warn_report("unable to query NOFILE limit: %s", strerror(errno)); in os_setup_limits()
280 warn_report("unable to set NOFILE limit: %s", strerror(errno)); in os_setup_limits()
/openbmc/qemu/hw/ppc/
H A Dpnv_bmc.c266 warn_report("PNOR address is larger than 2^%d, disabling PNOR", in pnv_bmc_set_pnor()
271 warn_report("PNOR address is not aligned to 2^%d, disabling PNOR", in pnv_bmc_set_pnor()
276 warn_report("PNOR size is larger than 2^%d, disabling PNOR", in pnv_bmc_set_pnor()
281 warn_report("PNOR size is not aligned to 2^%d, disabling PNOR", in pnv_bmc_set_pnor()
/openbmc/qemu/ui/
H A Dudmabuf.c26 warn_report("open /dev/udmabuf: %s", strerror(errno)); in udmabuf_fd()
H A Dkeymaps.c72 warn_report("more than %zd keycodes for keysym %d", in add_keysym()
142 /* warn_report("unknown keysym %s", line);*/ in parse_keyboard_layout()
215 warn_report("no scancode found for keysym %d", keysym); in keysym2scancode()
/openbmc/qemu/tcg/
H A Dperf.c56 warn_report("Could not open %s: %s, proceeding without perfmap", in perf_enable_perfmap()
197 warn_report("CLOCK_MONOTONIC is not available, proceeding without jitdump"); in perf_enable_jitdump()
204 warn_report("Could not open %s: %s, proceeding without jitdump", in perf_enable_jitdump()
218 warn_report("Could not map %s: %s, proceeding without jitdump", in perf_enable_jitdump()
/openbmc/qemu/include/qemu/
H A Derror-report.h41 void warn_report(const char *fmt, ...) G_GNUC_PRINTF(1, 2);
/openbmc/qemu/util/
H A Derror-report.c276 void warn_report(const char *fmt, ...) in warn_report() function
369 warn_report("%s%s%s", in qemu_log_func()
/openbmc/qemu/trace/
H A Dcontrol.c169 warn_report("trace event '%s' is not traceable", in do_trace_enable_events()
184 warn_report("trace event '%s' does not exist", in do_trace_enable_events()
/openbmc/qemu/hw/display/
H A Dvirtio-gpu-udmabuf.c65 warn_report("%s: UDMABUF_CREATE_LIST: %s", __func__, in virtio_gpu_create_udmabuf()
76 warn_report("%s: dmabuf mmap failed: %s", __func__, in virtio_gpu_remap_udmabuf()
/openbmc/qemu/hw/intc/
H A Dloongarch_ipi.c140 warn_report("LoongArch extioi: Invalid %s device type", in loongarch_ipi_cpu_plug()
165 warn_report("LoongArch extioi: Invalid %s device type", in loongarch_ipi_cpu_unplug()
H A Dloongarch_extioi_common.c40 warn_report("LoongArch extioi: Invalid %s device type", in loongarch_extioi_cpu_plug()
71 warn_report("LoongArch extioi: Invalid %s device type", in loongarch_extioi_cpu_unplug()
/openbmc/qemu/scripts/coccinelle/
H A Derr-bad-newline.cocci16 warn_report(fmt, ...)@p
/openbmc/qemu/hw/avr/
H A Dboot.c90 warn_report("Could not determine CPU type for ELF image '%s', " in avr_load_firmware()
/openbmc/qemu/hw/s390x/
H A Dtod.c85 warn_report("Guest clock was not migrated. This could " in s390_tod_load()
H A Dvirtio-ccw-md.c132 warn_report("Unexpected unplug of virtio based memory device"); in virtio_ccw_md_unplug()
/openbmc/qemu/hw/mem/
H A Dmemory-device.c227 warn_report("the alignment (0x%" PRIx64 ") exceeds the expected" in memory_device_get_free_addr()
492 warn_report("Unexpected memory region mapped into device memory region."); in memory_devices_region_mod()
513 warn_report("Memory devices use more memory slots than indicated as required."); in memory_devices_region_mod()
/openbmc/qemu/system/
H A Drtc.c182 warn_report("driftfix 'slew' is not available with this machine"); in configure_rtc()
/openbmc/qemu/hw/virtio/
H A Dvirtio-md-pci.c130 warn_report("Unexpected unplug of virtio based memory device"); in virtio_md_pci_unplug()

123