Searched defs:EPIPE (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/src/common/ ! | ||
H A D | errno.h | 44 #define EPIPE 32 /* 断开的管道 Broken pipe. */ macro |
/DragonOS/kernel/crates/system_error/src/ ! | ||
H A D | lib.rs | 76 EPIPE = 32, enumerator |