Home
last modified time | relevance | path

Searched refs:qemu_dup (Results 1 – 3 of 3) sorted by relevance

/qemu/util/
H A Dosdep.c136 ret = qemu_dup(fd); in qemu_dup_flags()
175 int qemu_dup(int fd) in qemu_dup() function
/qemu/include/qemu/
H A Dosdep.h617 int qemu_dup(int fd);
/qemu/block/
H A Dfile-posix.c1101 fd = qemu_dup(s->fd); in raw_reconfigure_getfd()