Searched defs:EBADMSG (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/src/common/ | ||
H A D | errno.h | 85 #define EBADMSG 74 /* 错误的消息 Bad message. */ macro |
/DragonOS/kernel/crates/system_error/src/ | ||
H A D | lib.rs | 156 EBADMSG = 74, enumerator |