Searched refs:error_warn (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-error-report.c | 111 error_setg(&error_warn, "Testing &error_warn"); in test_error_warn()
|
/openbmc/qemu/util/ |
H A D | error.c | 30 Error *error_warn; variable 47 if (errp == &error_warn) { in error_handle()
|
H A D | oslib-win32.c | 300 errp = &error_warn; in qemu_socket_select()
|
/openbmc/qemu/include/qapi/ |
H A D | error.h | 526 extern Error *error_warn;
|
/openbmc/qemu/ui/ |
H A D | qemu-pixman.c | 290 qemu_win32_map_free(ptr, handle, &error_warn); in qemu_pixman_shareable_free()
|
H A D | spice-core.c | 133 error_setg_win32(&error_warn, WSAGetLastError(), "Couldn't associate a FD with the SOCKET"); in watch_add()
|
H A D | dbus-listener.c | 228 d3d_texture2d_acquire0(ddl->d3d_texture, &error_warn); in dbus_update_gl_cb()
|
H A D | gtk.c | 1115 touch->y, type, &error_warn); in gd_touch_event()
|
/openbmc/qemu/net/ |
H A D | slirp.c | 265 error_setg_win32(&error_warn, WSAGetLastError(), "failed to WSAEventSelect()"); in net_slirp_register_poll_sock() 274 error_setg_win32(&error_warn, WSAGetLastError(), "failed to WSAEventSelect()"); in net_slirp_unregister_poll_sock()
|
/openbmc/qemu/hw/display/ |
H A D | virtio-gpu.c | 296 &error_warn)) { in virtio_gpu_resource_create_2d() 1320 &error_warn)) { in virtio_gpu_load()
|