Home
last modified time | relevance | path

Searched refs:EMSGSIZE (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/common/
H A Derrno.h101 #define EMSGSIZE 90 /* 消息过大 Message too large. */ macro
/DragonOS/kernel/crates/system_error/src/
H A Dlib.rs188 EMSGSIZE = 90, enumerator