Home
last modified time | relevance | path

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

/DragonOS/kernel/src/common/
H A Derrno.h50 #define ENOSYS 38 /* 功能不支持 Function not supported. */ macro
/DragonOS/kernel/crates/system_error/src/
H A Dlib.rs88 ENOSYS = 38, enumerator