Home
last modified time | relevance | path

Searched defs:ENODATA (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/common/
H A Derrno.h72 #define ENODATA 61 /* 队列头没有可读取的消息 No message is available on the STREAM head read queue. */ macro
/DragonOS/kernel/crates/system_error/src/
H A Dlib.rs130 ENODATA = 61, enumerator