Lines Matching defs:fd
180 void qemu_socket_set_block(int fd) in qemu_socket_set_block()
187 int qemu_socket_try_set_nonblock(int fd) in qemu_socket_try_set_nonblock()
196 void qemu_socket_set_nonblock(int fd) in qemu_socket_set_nonblock()
201 int socket_set_fast_reuse(int fd) in socket_set_fast_reuse()
221 void qemu_set_cloexec(int fd) in qemu_set_cloexec()
240 void qemu_set_tty_echo(int fd, bool echo) in qemu_set_tty_echo()
267 bool qemu_prealloc_mem(int fd, char *area, size_t sz, int max_threads, in qemu_prealloc_mem()
499 int qemu_close_socket_osfhandle(int fd) in qemu_close_socket_osfhandle()
543 int qemu_close_wrap(int fd) in qemu_close_wrap()
568 int fd; in qemu_socket_wrap() local
591 int fd; in qemu_accept_wrap() local
634 int qemu_ioctlsocket_wrap(int fd, int req, void *val) in qemu_ioctlsocket_wrap()
838 int qemu_msync(void *addr, size_t length, int fd) in qemu_msync()