Home
last modified time | relevance | path

Searched defs:FcntlCommand (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/filesystem/vfs/
H A Dfcntl.rs9 pub enum FcntlCommand { enum
H A Dsyscall.rs1133 pub fn fcntl(fd: i32, cmd: FcntlCommand, arg: i32) -> Result<usize, SystemError> { in fcntl()