Searched defs:EBADE (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/src/common/ | ||
H A D | errno.h | 63 #define EBADE 52 /* 无效交换 Invalid exchange */ macro |
/DragonOS/kernel/crates/system_error/src/ | ||
H A D | lib.rs | 114 EBADE = 52, enumerator |