Home
last modified time | relevance | path

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

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