Home
last modified time | relevance | path

Searched refs:ETIMEDOUT (Results 1 – 5 of 5) sorted by relevance

/DragonOS/kernel/src/common/
H A Derrno.h122 #define ETIMEDOUT 110 /* 连接超时 Connection timed out. */ macro
/DragonOS/kernel/crates/system_error/src/
H A Dlib.rs230 ETIMEDOUT = 110, enumerator
/DragonOS/kernel/src/net/
H A Dnet_core.rs123 return Err(SystemError::ETIMEDOUT); in dhcp_query()
/DragonOS/kernel/src/driver/input/ps2_mouse/
H A Dps_mouse_device.rs394 Err(SystemError::ETIMEDOUT) in wait_for_read()
405 Err(SystemError::ETIMEDOUT) in wait_for_write()
/DragonOS/kernel/src/libs/futex/
H A Dfutex.rs328 return Err(SystemError::ETIMEDOUT); in futex_wait()