Home
last modified time | relevance | path

Searched refs:DupFdCloexec (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/filesystem/vfs/
H A Dfcntl.rs38 DupFdCloexec = F_LINUX_SPECIFIC_BASE + 6, enumerator
H A Dsyscall.rs1160 FcntlCommand::DupFd | FcntlCommand::DupFdCloexec => { in fcntl()