Home
last modified time | relevance | path

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

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