Home
last modified time | relevance | path

Searched refs:ENODATA (Results 1 – 3 of 3) 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
/DragonOS/kernel/src/driver/input/ps2_mouse/
H A Dps_mouse_device.rs352 return Err(SystemError::ENODATA); in read_data_port()