Home
last modified time | relevance | path

Searched refs:qemu_socket_try_set_nonblock (Results 1 – 6 of 6) 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.c285 ret = qemu_socket_try_set_nonblock(listen_sioc->fd); in net_stream_server_listening()
346 ret = qemu_socket_try_set_nonblock(sioc->fd); in net_stream_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 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.c223 int qemu_socket_try_set_nonblock(int fd) in qemu_socket_try_set_nonblock() function
231 f = qemu_socket_try_set_nonblock(fd); in qemu_socket_set_nonblock()