Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/filesystem/vfs/
Dfcntl.rs62 pub const FD_CLOEXEC: u32 = 1; constant
Dsyscall.rs15 fcntl::{FcntlCommand, FD_CLOEXEC},
482 return Ok(FD_CLOEXEC as usize); in fcntl()
496 if arg & FD_CLOEXEC != 0 { in fcntl()