Searched refs:INVALID_HANDLE_VALUE (Results 1 – 9 of 9) sorted by relevance
157 if (stdio->hStdIn == INVALID_HANDLE_VALUE) { in qemu_chr_open_stdio()176 if (stdio->hInputReadyEvent == INVALID_HANDLE_VALUE in qemu_chr_open_stdio()177 || stdio->hInputDoneEvent == INVALID_HANDLE_VALUE) { in qemu_chr_open_stdio()189 if (stdio->hInputThread == INVALID_HANDLE_VALUE) { in qemu_chr_open_stdio()226 if (stdio->hStdIn != INVALID_HANDLE_VALUE) { in char_win_stdio_finalize()229 if (stdio->hInputReadyEvent != INVALID_HANDLE_VALUE) { in char_win_stdio_finalize()232 if (stdio->hInputDoneEvent != INVALID_HANDLE_VALUE) { in char_win_stdio_finalize()235 if (stdio->hInputThread != INVALID_HANDLE_VALUE) { in char_win_stdio_finalize()
98 if (s->file == INVALID_HANDLE_VALUE) { in win_chr_serial_init()
27 HANDLE handle = INVALID_HANDLE_VALUE; in mmap()
246 if (handle == INVALID_HANDLE_VALUE) { in qemu_set_tty_echo() 828 if (file == INVALID_HANDLE_VALUE) { in qemu_get_host_physmem() 870 *h = CreateFileMapping(INVALID_HANDLE_VALUE, NULL, PAGE_READWRITE, 0,
318 aio_dispatch_handlers(ctx, INVALID_HANDLE_VALUE); in aio_dispatch()
304 if (c->handle == INVALID_HANDLE_VALUE) { in ga_channel_open()
164 #define INVALID_HANDLE_VALUE ((HANDLE)-1) macro
185 if (hDevice == NULL || hDevice == INVALID_HANDLE_VALUE) in open_imb()1859 if(hDevice == INVALID_HANDLE_VALUE) in SetShutDownCode()
631 if (handle == INVALID_HANDLE_VALUE) { in tap_win32_open()