Searched defs:EREMOTEIO (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/src/common/ | ||
H A D | errno.h | 133 #define EREMOTEIO 121 /* 远程I/O错误 Remote I/O error */ macro |
/DragonOS/kernel/crates/system_error/src/ | ||
H A D | lib.rs | 252 EREMOTEIO = 121, enumerator |