Home
last modified time | relevance | path

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

/openbmc/qemu/include/qemu/
H A Dosdep.h592 int qemu_dup_flags(int fd, int flags);
/openbmc/qemu/monitor/
H A Dfds.c445 dup_fd = qemu_dup_flags(fd, flags); in monitor_fdset_dup_fd_add()
/openbmc/qemu/util/
H A Dosdep.c125 int qemu_dup_flags(int fd, int flags) in qemu_dup_flags() function