Searched refs:ioctlsocket (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/util/ |
H A D | oslib-win32.c | 184 ioctlsocket(fd, FIONBIO, &opt); in qemu_socket_set_block() 190 if (ioctlsocket(fd, FIONBIO, &opt) != NO_ERROR) { in qemu_socket_try_set_nonblock() 380 if (ioctlsocket(client, FIONBIO, &arg) != NO_ERROR) { in qemu_socketpair() 395 if (ioctlsocket(client, FIONBIO, &arg) != NO_ERROR) { in qemu_socketpair() 400 if (ioctlsocket(client, SIO_AF_UNIX_GETPEERPID, &arg) != NO_ERROR) { in qemu_socketpair() 633 #undef ioctlsocket 643 ret = ioctlsocket(s, req, val); in qemu_ioctlsocket_wrap()
|
/openbmc/qemu/include/sysemu/ |
H A D | os-win32.h | 224 #undef ioctlsocket 225 #define ioctlsocket qemu_ioctlsocket_wrap macro
|