Home
last modified time | relevance | path

Searched refs:qemu_socket_set_block (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/qemu/
H A Dsockets.h49 void qemu_socket_set_block(int fd);
/openbmc/qemu/io/
H A Dchannel-socket.c490 qemu_socket_set_block(fd); in qio_channel_socket_copy_fds()
813 qemu_socket_set_block(sioc->fd); in qio_channel_socket_set_blocking()
/openbmc/qemu/util/
H A Doslib-win32.c180 void qemu_socket_set_block(int fd) in qemu_socket_set_block() function
H A Doslib-posix.c218 void qemu_socket_set_block(int fd) in qemu_socket_set_block() function
/openbmc/qemu/chardev/
H A Dchar-socket.c317 qemu_socket_set_block(fd); in tcp_chr_recv()