/openbmc/qemu/qga/ |
H A D | commands-windows-ssh.c | 118 error_setg_win32(errp, GetLastError(), in get_ssh_folder() 147 error_setg_win32(errp, GetLastError(), "failed to retrieve user %s SID", in create_acl_user() 174 error_setg_win32(errp, GetLastError(), in create_acl_user() 209 error_setg_win32(errp, GetLastError(), "failed to retrieve system SID"); in create_acl_base() 225 error_setg_win32(errp, GetLastError(), "failed to retrieve Admin SID"); in create_acl_base() 252 error_setg_win32(errp, GetLastError(), in create_acl_base() 336 error_setg_win32(errp, GetLastError(), in create_ssh_directory() 343 error_setg_win32(errp, GetLastError(), in create_ssh_directory() 357 error_setg_win32(errp, GetLastError(), "failed to create directory %s", in create_ssh_directory() 390 error_setg_win32(errp, GetLastError(), "failed to retrieve user %s SID", in set_file_permissions() [all …]
|
H A D | commands-win32.c | 230 error_setg_win32(errp, GetLastError(), "failed to open file '%s'", in qmp_guest_file_open() 264 error_setg_win32(errp, GetLastError(), "failed close handle"); in qmp_guest_file_close() 342 error_setg_win32(errp, GetLastError(), "guest-shutdown failed"); in qmp_guest_shutdown() 358 error_setg_win32(errp, GetLastError(), "failed to read file"); in guest_file_read_unsafe() 405 error_setg_win32(errp, GetLastError(), "failed to write to file"); in qmp_guest_file_write() 445 error_setg_win32(errp, GetLastError(), "failed to seek file"); in qmp_guest_file_seek() 463 error_setg_win32(errp, GetLastError(), "failed to flush file"); in qmp_guest_file_flush() 611 error_setg_win32(errp, GetLastError(), "failed to get devices tree"); in get_pci_info() 638 error_setg_win32(errp, GetLastError(), in get_pci_info() 649 error_setg_win32(errp, GetLastError(), in get_pci_info() [all …]
|
H A D | vss-win32.c | 163 error_setg_win32(errp, GetLastError(), "failed to load %s from %s", in qga_vss_fsfreeze()
|
/openbmc/qemu/crypto/ |
H A D | random-platform.c | 42 error_setg_win32(errp, GetLastError(), in qcrypto_random_init() 73 error_setg_win32(errp, GetLastError(), in qcrypto_random_bytes()
|
/openbmc/qemu/util/ |
H A D | oslib-win32.c | 309 error_setg_win32(errp, WSAGetLastError(), "failed to WSAEventSelect()"); in qemu_socket_select() 857 error_setg_win32(errp, GetLastError(), "Failed to CreateFileMapping"); in qemu_win32_map_alloc() 863 error_setg_win32(errp, GetLastError(), "Failed to MapViewOfFile"); in qemu_win32_map_alloc() 876 error_setg_win32(errp, GetLastError(), "Failed to UnmapViewOfFile"); in qemu_win32_map_free()
|
/openbmc/qemu/scripts/coccinelle/ |
H A D | err-bad-newline.cocci | 28 error_setg_win32(errp, eno, cls, fmt, ...)@p
|
/openbmc/qemu/block/ |
H A D | file-win32.c | 403 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/include/qapi/ |
H A D | error.h | 347 #define error_setg_win32(errp, win32_err, fmt, ...) \ macro
|
/openbmc/qemu/chardev/ |
H A D | char-pipe.c | 72 error_setg_win32(errp, GetLastError(), "Failed CreateNamedPipe"); in win_chr_pipe_init()
|
H A D | char-win.c | 99 error_setg_win32(errp, GetLastError(), "Failed CreateFile"); in win_chr_serial_init()
|
/openbmc/qemu/ui/ |
H A D | dbus-listener.c | 156 error_setg_win32(errp, GetLastError(), "failed to create shared handle"); in d3d_texture2d_share() 181 error_setg_win32(errp, GetLastError(), "failed to acquire texture mutex"); in d3d_texture2d_acquire0() 206 error_setg_win32(errp, GetLastError(), "failed to release texture mutex"); in d3d_texture2d_release0()
|
H A D | spice-core.c | 133 error_setg_win32(&error_warn, WSAGetLastError(), "Couldn't associate a FD with the SOCKET"); in watch_add()
|
/openbmc/qemu/monitor/ |
H A D | fds.c | 250 error_setg_win32(errp, WSAGetLastError(), "Couldn't import socket"); in qmp_get_win32_socket()
|
/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/tcg/ |
H A D | region.c | 543 error_setg_win32(errp, GetLastError(), in alloc_code_gen_buffer()
|