Searched refs:qemu_socket_select (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/include/sysemu/ |
H A D | os-win32.h | 173 bool qemu_socket_select(int sockfd, WSAEVENT hEventObject,
|
/openbmc/qemu/util/ |
H A D | oslib-win32.c | 294 bool qemu_socket_select(int sockfd, WSAEVENT hEventObject, in qemu_socket_select() function 318 return qemu_socket_select(sockfd, NULL, 0, errp); in qemu_socket_unselect()
|
H A D | aio-win32.c | 124 qemu_socket_select(fd, event, bitmask, NULL); in aio_set_fd_handler()
|
/openbmc/qemu/io/ |
H A D | channel-watch.c | 284 qemu_socket_select(sockfd, ioc->event, in qio_channel_create_socket_watch()
|