Home
last modified time | relevance | path

Searched refs:oldfd (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/linux-user/
H A Dfd-trans.h127 static inline void fd_trans_dup(int oldfd, int newfd) in fd_trans_dup() argument
131 if (oldfd < target_fd_max && target_fd_trans[oldfd]) { in fd_trans_dup()
132 internal_fd_trans_register_unsafe(newfd, target_fd_trans[oldfd]); in fd_trans_dup()
/openbmc/gpioplus/src/gpioplus/internal/
H A Dsys.cpp18 int SysImpl::dup(int oldfd) const in dup()
20 return ::dup(oldfd); in dup()
H A Dsys.hpp20 virtual int dup(int oldfd) const = 0;
46 int dup(int oldfd) const override;
H A Dfd.cpp24 static int dup(int oldfd, const Sys* sys) in dup() argument
26 int fd = sys->dup(oldfd); in dup()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gpm/gpm/
H A D0001-Avoid-shadowing-ncurses-functions.patch153 @@ -196,7 +196,7 @@ int mousereopen(int oldfd, const char *name, Gpm_Type *type)