Home
last modified time | relevance | path

Searched refs:ENAVAIL (Results 1 – 3 of 3) sorted by relevance

/DragonOS/kernel/src/common/
H A Derrno.h131 #define ENAVAIL 119 /* 没有可用的XENIX信号量 No XENIX semaphores available */ macro
/DragonOS/kernel/crates/system_error/src/
H A Dlib.rs248 ENAVAIL = 119, enumerator
/DragonOS/kernel/src/filesystem/vfs/
H A Dsyscall.rs1388 return Err(SystemError::ENAVAIL); in do_statx()