| /openbmc/qemu/include/qemu/ |
| H A D | event_notifier.h | 23 HANDLE event; 43 HANDLE event_notifier_get_handle(EventNotifier *);
|
| H A D | thread-win32.h | 27 HANDLE sema; 38 HANDLE qemu_thread_get_handle(struct QemuThread *thread);
|
| /openbmc/qemu/include/chardev/ |
| H A D | char-win.h | 34 HANDLE file, hrecv, hsend; 50 void win_chr_set_file(Chardev *chr, HANDLE file, bool keep_open);
|
| /openbmc/qemu/chardev/ |
| H A D | char-win-stdio.c | 35 HANDLE hStdIn; 37 HANDLE hInputReadyEvent; 38 HANDLE hInputDoneEvent; 39 HANDLE hInputThread; 242 HANDLE hStdOut = GetStdHandle(STD_OUTPUT_HANDLE); in win_stdio_write()
|
| H A D | char-win.c | 215 void win_chr_set_file(Chardev *chr, HANDLE file, bool keep_open) in win_chr_set_file()
|
| /openbmc/qemu/util/ |
| H A D | qemu-thread-win32.c | 22 typedef HRESULT (WINAPI *pSetThreadDescription) (HANDLE hThread, 306 HANDLE handle; in qemu_thread_join() 331 static bool set_thread_description(HANDLE h, const char *name) in set_thread_description() 354 HANDLE hThread; in qemu_thread_create() 368 hThread = (HANDLE) _beginthreadex(NULL, 0, win32_start_routine, in qemu_thread_create() 399 HANDLE qemu_thread_get_handle(QemuThread *thread) in qemu_thread_get_handle() 402 HANDLE handle; in qemu_thread_get_handle()
|
| H A D | oslib-win32.c | 243 HANDLE handle = (HANDLE)_get_osfhandle(fd); in qemu_set_tty_echo() 522 * HANDLE, but it wouldn't free any of the resources associated to the in qemu_close_socket_osfhandle() 524 * closesocket has already closed the HANDLE, and _close would attempt to in qemu_close_socket_osfhandle() 525 * close the HANDLE again, resulting in a double free. We can however in qemu_close_socket_osfhandle() 526 * protect the HANDLE from actually being closed long enough to close the in qemu_close_socket_osfhandle() 529 if (!GetHandleInformation((HANDLE)s, &flags)) { in qemu_close_socket_osfhandle() 534 if (!SetHandleInformation((HANDLE)s, HANDLE_FLAG_PROTECT_FROM_CLOSE, HANDLE_FLAG_PROTECT_FROM_CLOSE)) { in qemu_close_socket_osfhandle() 551 if (!SetHandleInformation((HANDLE)s, flags, flags)) { in qemu_close_wrap() 820 HANDLE fil in qemu_write_pidfile() [all...] |
| H A D | aio-win32.c | 92 HANDLE event; in aio_set_fd_handler() 255 static bool aio_dispatch_handlers(AioContext *ctx, HANDLE event) in aio_dispatch_handlers() 326 HANDLE events[MAXIMUM_WAIT_OBJECTS]; in aio_poll() 383 HANDLE event; in aio_poll()
|
| H A D | event_notifier-win32.c | 30 HANDLE event_notifier_get_handle(EventNotifier *e) in event_notifier_get_handle()
|
| H A D | main-loop.c | 360 HANDLE events[MAXIMUM_WAIT_OBJECTS]; 367 int qemu_add_wait_object(HANDLE handle, WaitObjectFunc *func, void *opaque) 391 void qemu_del_wait_object(HANDLE handle, WaitObjectFunc *func, void *opaque)
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/freerdp/freerdp/ |
| H A D | 0001-Fixed-compilation-warnings-in-ainput-channel.patch | 18 static HANDLE ainput_server_get_channel_handle(ainput_server* ainput) 23 HANDLE ChannelEvent = NULL; 25 @@ -389,7 +389,7 @@ ainput_server_context* ainput_server_context_new(HANDLE vcm)
|
| /openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/ |
| H A D | 0011-aarch64-Fix-include-paths-when-S-B.patch | 48 #define DEF_AARCH64_ISA_MODE(IDENT) HANDLE (IDENT) 49 #define AARCH64_OPT_EXTENSION(A, IDENT, C, D, E, F) HANDLE (IDENT) 50 #define AARCH64_ARCH(A, B, IDENT, D, E) HANDLE (IDENT) 57 #undef HANDLE 65 #undef HANDLE
|
| /openbmc/qemu/qga/ |
| H A D | guest-agent-core.h | 49 void ga_set_load_avg_event(GAState *s, HANDLE event); 50 void ga_set_load_avg_wait_handle(GAState *s, HANDLE wait_handle);
|
| H A D | channel-win32.c | 18 HANDLE handle;
|
| /openbmc/u-boot/tools/ |
| H A D | mingw_support.c | 27 HANDLE handle = INVALID_HANDLE_VALUE; in mmap() 47 handle = CreateFileMappingA((HANDLE) _get_osfhandle(fd), NULL, in mmap()
|
| /openbmc/qemu/net/ |
| H A D | tap-win32.c | 101 HANDLE handle; 102 HANDLE read_event; 103 HANDLE write_event; 104 HANDLE output_queue_semaphore; 105 HANDLE free_list_semaphore; 106 HANDLE tap_semaphore; 396 static int tap_win32_set_status(HANDLE handle, int status) in tap_win32_set_status() 405 static void tap_win32_overlapped_init(tap_win32_overlapped_t* const overlapped, const HANDLE handle) in tap_win32_overlapped_init() 598 HANDLE handle; in tap_win32_open()
|
| /openbmc/ipmitool/src/plugins/imb/ |
| H A D | imbapi.c | 136 HANDLE AsyncEventHandle = 0; 145 static HANDLE hDevice1; 146 static HANDLE hDevice; 362 HANDLE dummey_hDevice, /* handle of device */ in DeviceIoControl() 1554 if ( AsyncEventHandle != (HANDLE) eventId) in IsAsyncMessageAvailable() 1560 sizeof(HANDLE ), in IsAsyncMessageAvailable() 1757 (DWORD)sizeof(HANDLE ), in RegisterForImbAsyncMessageNotification() 1810 if ( AsyncEventHandle != (HANDLE) handleId) in UnRegisterForImbAsyncMessageNotification() 1816 (DWORD)sizeof(HANDLE ), in UnRegisterForImbAsyncMessageNotification()
|
| H A D | imbapi.h | 163 typedef int HANDLE; typedef 164 #define INVALID_HANDLE_VALUE ((HANDLE)-1) 166 typedef HANDLE *PHANDLE;
|
| /openbmc/qemu/include/ui/ |
| H A D | qemu-pixman.h | 103 typedef HANDLE qemu_pixman_shareable;
|
| /openbmc/qemu/qga/vss-win32/ |
| H A D | provider.cpp | 301 HANDLE hEventFrozen; in IsVolumeSupported() 358 HANDLE hEventFrozen, hEventThaw, hEventTimeout; in CommitSnapshots()
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/ |
| H A D | 0001-Android-Fix-the-build.patch | 80 typedef HANDLE netsnmp_pid_t;
|
| /openbmc/qemu/tests/qtest/ |
| H A D | libqtest.c | 170 GetExitCodeProcess((HANDLE)pid, &s->exit_code); in qtest_probe_child() 174 CloseHandle((HANDLE)pid); in qtest_probe_child() 265 ret = WaitForSingleObject((HANDLE)s->qemu_pid, INFINITE); in qtest_wait_qemu() 267 GetExitCodeProcess((HANDLE)s->qemu_pid, &s->exit_code); in qtest_wait_qemu() 268 CloseHandle((HANDLE)s->qemu_pid); in qtest_wait_qemu() 284 TerminateProcess((HANDLE)s->qemu_pid, s->expected_status); in qtest_kill_qemu() 1919 if (WSADuplicateSocketW(s, GetProcessId((HANDLE)qts->qemu_pid), &info) == SOCKET_ERROR) {
|
| H A D | dbus-display-test.c | 257 GetProcessId((HANDLE) qtest_pid(qts)), in test_dbus_display_console()
|
| /openbmc/qemu/ui/ |
| H A D | dbus-listener.c | 81 HANDLE peer_process; 130 HANDLE *handle, Error **errp) in d3d_texture2d_share() 422 HANDLE target_handle; in dbus_scanout_map() 483 HANDLE share_handle, target_handle; in dbus_scanout_share_d3d_texture()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/ |
| H A D | 0001-Fix-more-non-prototype-functions.patch | 83 HANDLE createThreadEvent(char* uuid, char* suffix); 84 HANDLE openThreadEvent (char* uuid, char* suffix); 722 HANDLE myprocess;
|