Searched refs:qemu_socket_try_set_nonblock (Results 1 – 6 of 6) sorted by relevance
50 int qemu_socket_try_set_nonblock(int fd);
285 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()
335 ret = qemu_socket_try_set_nonblock(fd); in net_dgram_mcast_init()565 ret = qemu_socket_try_set_nonblock(fd); in net_init_dgram()
719 ret = qemu_socket_try_set_nonblock(fd); in net_init_socket()
187 int qemu_socket_try_set_nonblock(int fd) in qemu_socket_try_set_nonblock() function198 (void)qemu_socket_try_set_nonblock(fd); in qemu_socket_set_nonblock()
223 int qemu_socket_try_set_nonblock(int fd) in qemu_socket_try_set_nonblock() function231 f = qemu_socket_try_set_nonblock(fd); in qemu_socket_set_nonblock()