Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dfd-trans.h117 static inline void fd_trans_dup(int oldfd, int newfd) in fd_trans_dup()
/openbmc/gpioplus/src/gpioplus/internal/
H A Dfd.cpp24 static int dup(int oldfd, const Sys* sys) in dup()
/openbmc/linux/fs/
H A Dfile.c1202 static int ksys_dup3(unsigned int oldfd, unsigned int newfd, int flags) in ksys_dup3()
1236 SYSCALL_DEFINE3(dup3, unsigned int, oldfd, unsigned int, newfd, int, flags) in SYSCALL_DEFINE3() argument
1241 SYSCALL_DEFINE2(dup2, unsigned int, oldfd, unsigned int, newfd) in SYSCALL_DEFINE2() argument
/openbmc/linux/fs/hostfs/
H A Dhostfs_user.c171 int replace_file(int oldfd, int fd) in replace_file()
/openbmc/linux/fs/fuse/
H A Ddev.c2260 int oldfd; in fuse_dev_ioctl() local