Home
last modified time | relevance | path

Searched refs:ENODATA (Results 1 – 4 of 4) sorted by relevance

/DragonOS-0.1.8/kernel/src/common/
Derrno.h72 #define ENODATA 60 /* 队列头没有可读取的消息 No message is available on the STREAM head read queue. */ macro
/DragonOS-0.1.8/user/libs/libc/src/include/export/
Derrno.h78 #define ENODATA 60 /* 队列头没有可读取的消息 No message is available on the STREAM head read queue. */ macro
/DragonOS-0.1.8/docs/userland/libc/apis/api-list/
Derrno.md101 … #define ENODATA 43 /* 队列头没有可读取的消息 No message is available on the STREAM head read queue.*/
/DragonOS-0.1.8/kernel/src/syscall/
Dmod.rs154 ENODATA = 60, enumerator