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