Home
last modified time | relevance | path

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

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