Home
last modified time | relevance | path

Searched refs:error_setg_win32 (Results 1 – 14 of 14) sorted by relevance

/openbmc/qemu/qga/
H A Dcommands-win32.c654 error_setg_win32(errp, GetLastError(), in get_pci_info()
666 error_setg_win32(errp, GetLastError(), in get_pci_info()
676 error_setg_win32(errp, GetLastError(), in get_pci_info()
702 error_setg_win32(errp, GetLastError(), in get_pci_info()
715 error_setg_win32(errp, GetLastError(), in get_pci_info()
722 error_setg_win32(errp, GetLastError(), in get_pci_info()
730 error_setg_win32(errp, GetLastError(), in get_pci_info()
745 error_setg_win32(errp, GetLastError(), in get_pci_info()
758 error_setg_win32(errp, GetLastError(), in get_pci_info()
765 error_setg_win32(errp, GetLastError(), in get_pci_info()
[all …]
H A Dvss-win32.c163 error_setg_win32(errp, GetLastError(), "failed to load %s from %s", in qga_vss_fsfreeze()
/openbmc/qemu/crypto/
H A Drandom-platform.c42 error_setg_win32(errp, GetLastError(), in qcrypto_random_init()
73 error_setg_win32(errp, GetLastError(), in qcrypto_random_bytes()
/openbmc/qemu/util/
H A Doslib-win32.c301 error_setg_win32(errp, WSAGetLastError(), "failed to WSAEventSelect()"); in qemu_socket_select()
849 error_setg_win32(errp, GetLastError(), "Failed to CreateFileMapping"); in qemu_win32_map_alloc()
855 error_setg_win32(errp, GetLastError(), "Failed to MapViewOfFile"); in qemu_win32_map_alloc()
868 error_setg_win32(errp, GetLastError(), "Failed to UnmapViewOfFile"); in qemu_win32_map_free()
/openbmc/qemu/scripts/coccinelle/
H A Derr-bad-newline.cocci28 error_setg_win32(errp, eno, cls, fmt, ...)@p
/openbmc/qemu/include/qapi/
H A Derror.h347 #define error_setg_win32(errp, win32_err, fmt, ...) \ macro
/openbmc/qemu/block/
H A Dfile-win32.c403 error_setg_win32(errp, err, "Could not open '%s'", filename); in raw_open()
517 error_setg_win32(errp, GetLastError(), "SetFilePointer error"); in raw_co_truncate()
521 error_setg_win32(errp, GetLastError(), "SetEndOfFile error"); in raw_co_truncate()
670 error_setg_win32(errp, err, "Could not reopen '%s'", in raw_reopen_prepare()
/openbmc/qemu/chardev/
H A Dchar-pipe.c72 error_setg_win32(errp, GetLastError(), "Failed CreateNamedPipe"); in win_chr_pipe_init()
H A Dchar-win.c99 error_setg_win32(errp, GetLastError(), "Failed CreateFile"); in win_chr_serial_init()
/openbmc/qemu/ui/
H A Ddbus-listener.c131 error_setg_win32(errp, GetLastError(), "failed to create shared handle"); in d3d_texture2d_share()
156 error_setg_win32(errp, GetLastError(), "failed to acquire texture mutex"); in d3d_texture2d_acquire0()
181 error_setg_win32(errp, GetLastError(), "failed to release texture mutex"); in d3d_texture2d_release0()
H A Dspice-core.c133 error_setg_win32(&error_warn, WSAGetLastError(), "Couldn't associate a FD with the SOCKET"); in watch_add()
/openbmc/qemu/monitor/
H A Dfds.c247 error_setg_win32(errp, WSAGetLastError(), "Couldn't import socket"); in qmp_get_win32_socket()
/openbmc/qemu/net/
H A Dslirp.c258 error_setg_win32(&error_warn, WSAGetLastError(), "failed to WSAEventSelect()"); in net_slirp_register_poll_fd()
267 error_setg_win32(&error_warn, WSAGetLastError(), "failed to WSAEventSelect()"); in net_slirp_unregister_poll_fd()
/openbmc/qemu/tcg/
H A Dregion.c543 error_setg_win32(errp, GetLastError(), in alloc_code_gen_buffer()