Searched refs:fcntl (Results 1 – 6 of 6) sorted by relevance
10 api-list/fcntl
1 # fcntl.h
60 - feature: 增加fcntl系统调用 (#323)206 * 增加fcntl系统调用
15 fcntl::{FcntlCommand, FD_CLOEXEC},459 pub fn fcntl(fd: i32, cmd: FcntlCommand, arg: i32) -> Result<usize, SystemError> { in fcntl() method
4 pub mod fcntl; module
11 fcntl::FcntlCommand,976 Self::fcntl(fd, cmd, arg) in handle()