Home
last modified time | relevance | path

Searched refs:qemu_socket_try_set_nonblock (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/include/qemu/
H A Dsockets.h50 int qemu_socket_try_set_nonblock(int fd);
/openbmc/qemu/net/
H A Dstream_data.c169 ret = qemu_socket_try_set_nonblock(sioc->fd); in net_stream_data_client_connected()
H A Ddgram.c335 ret = qemu_socket_try_set_nonblock(fd); in net_dgram_mcast_init()
565 ret = qemu_socket_try_set_nonblock(fd); in net_init_dgram()
H A Dstream.c152 ret = qemu_socket_try_set_nonblock(listen_sioc->fd); in net_stream_server_listening()
H A Dsocket.c719 ret = qemu_socket_try_set_nonblock(fd); in net_init_socket()
/openbmc/qemu/util/
H A Doslib-win32.c187 int qemu_socket_try_set_nonblock(int fd) in qemu_socket_try_set_nonblock() function
198 (void)qemu_socket_try_set_nonblock(fd); in qemu_socket_set_nonblock()
H A Doslib-posix.c258 int qemu_socket_try_set_nonblock(int fd) in qemu_socket_try_set_nonblock() function
266 f = qemu_socket_try_set_nonblock(fd); in qemu_socket_set_nonblock()