Searched defs:ESTRPIPE (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/src/common/ | ||
H A D | errno.h | 97 #define ESTRPIPE 86 /* 流管道错误 Streams pipe error */ macro |
/DragonOS/kernel/crates/system_error/src/ | ||
H A D | lib.rs | 180 ESTRPIPE = 86, enumerator |