Searched defs:EMSGSIZE (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/src/common/ | ||
H A D | errno.h | 101 #define EMSGSIZE 90 /* 消息过大 Message too large. */ macro |
/DragonOS/kernel/crates/system_error/src/ | ||
H A D | lib.rs | 188 EMSGSIZE = 90, enumerator |