Home
last modified time | relevance | path

Searched refs:EMFILE (Results 1 – 4 of 4) sorted by relevance

/DragonOS/kernel/src/common/
H A Derrno.h36 #define EMFILE 24 /* 文件描述符的值过大 File descriptor value too large. */ macro
/DragonOS/kernel/crates/system_error/src/
H A Dlib.rs60 EMFILE = 24, enumerator
/DragonOS/kernel/src/filesystem/vfs/
H A Dfile.rs722 return Err(SystemError::EMFILE); in alloc_fd()
H A Dsyscall.rs1157 return Err(SystemError::EMFILE); in fcntl()