Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Dosdep.c131 ret = qemu_dup(fd); in qemu_dup_flags()
170 int qemu_dup(int fd) in qemu_dup() function
/openbmc/qemu/include/qemu/
H A Dosdep.h593 int qemu_dup(int fd);
/openbmc/qemu/block/
H A Dfile-posix.c1091 fd = qemu_dup(s->fd); in raw_reconfigure_getfd()