Searched refs:ENOSR (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/src/common/ | ||
H A D | errno.h | 74 #define ENOSR 63 /* 没有STREAM资源 No STREAM resources. */ macro |
/DragonOS/kernel/crates/system_error/src/ | ||
H A D | lib.rs | 134 ENOSR = 63, enumerator |