Home
last modified time | relevance | path

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

/DragonOS-0.1.8/user/libs/libc/src/include/export/
Derrno.h56 #define ENOSYS 38 /* 功能不支持 Function not supported. */ macro
/DragonOS-0.1.8/kernel/src/common/
Derrno.h50 #define ENOSYS 38 /* 功能不支持 Function not supported. */ macro
/DragonOS-0.1.8/kernel/src/syscall/
Dmod.rs110 ENOSYS = 38, enumerator