Searched defs:ENOSYS (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/src/common/ | ||
H A D | errno.h | 50 #define ENOSYS 38 /* 功能不支持 Function not supported. */ macro |
/DragonOS/kernel/crates/system_error/src/ | ||
H A D | lib.rs | 88 ENOSYS = 38, enumerator |