Home
last modified time | relevance | path

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

/openbmc/qemu/qga/
H A Dcommands-windows-ssh.c118 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 Dcommands-win32.c230 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 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.c309 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 Derr-bad-newline.cocci28 error_setg_win32(errp, eno, cls, fmt, ...)@p
/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/include/qapi/
H A Derror.h347 #define error_setg_win32(errp, win32_err, fmt, ...) \ macro
/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.c156 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 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.c250 error_setg_win32(errp, WSAGetLastError(), "Couldn't import socket"); in qmp_get_win32_socket()
/openbmc/qemu/net/
H A Dslirp.c265 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 Dregion.c543 error_setg_win32(errp, GetLastError(), in alloc_code_gen_buffer()