Searched defs:ENOSTR (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/src/common/ | ||
H A D | errno.h | 71 #define ENOSTR 60 /* 不是STREAM Not a STREAM */ macro |
/DragonOS/kernel/crates/system_error/src/ | ||
H A D | lib.rs | 128 ENOSTR = 60, enumerator |