Searched defs:fcntl (Results 1 – 2 of 2) sorted by relevance
/DragonOS-0.1.8/kernel/src/filesystem/vfs/ | ||
D | syscall.rs | 459 pub fn fcntl(fd: i32, cmd: FcntlCommand, arg: i32) -> Result<usize, SystemError> { in fcntl() method |
D | mod.rs | 4 pub mod fcntl; module |