Home
last modified time | relevance | path

Searched refs:INVALID_HANDLE_VALUE (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/chardev/
H A Dchar-win-stdio.c157 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()
H A Dchar-win.c98 if (s->file == INVALID_HANDLE_VALUE) { in win_chr_serial_init()
/openbmc/u-boot/tools/
H A Dmingw_support.c27 HANDLE handle = INVALID_HANDLE_VALUE; in mmap()
/openbmc/qemu/util/
H A Doslib-win32.c246 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,
H A Daio-win32.c318 aio_dispatch_handlers(ctx, INVALID_HANDLE_VALUE); in aio_dispatch()
/openbmc/qemu/qga/
H A Dchannel-win32.c304 if (c->handle == INVALID_HANDLE_VALUE) { in ga_channel_open()
/openbmc/ipmitool/src/plugins/imb/
H A Dimbapi.h164 #define INVALID_HANDLE_VALUE ((HANDLE)-1) macro
H A Dimbapi.c185 if (hDevice == NULL || hDevice == INVALID_HANDLE_VALUE) in open_imb()
1859 if(hDevice == INVALID_HANDLE_VALUE) in SetShutDownCode()
/openbmc/qemu/net/
H A Dtap-win32.c631 if (handle == INVALID_HANDLE_VALUE) { in tap_win32_open()