Home
last modified time | relevance | path

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

/DragonOS-0.1.7/kernel/src/common/
Derrno.h122 #define ETIMEDOUT 109 /* 连接超时 Connection timed out. */ macro
/DragonOS-0.1.7/user/libs/libc/src/include/export/
Derrno.h128 #define ETIMEDOUT 109 /* 连接超时 Connection timed out. */ macro
/DragonOS-0.1.7/kernel/src/syscall/
Dmod.rs228 ETIMEDOUT = 109, enumerator
/DragonOS-0.1.7/kernel/src/net/
Dnet_core.rs113 return Err(SystemError::ETIMEDOUT); in dhcp_query()
/DragonOS-0.1.7/kernel/src/libs/
Dlockref.rs114 return Err(SystemError::ETIMEDOUT.to_posix_errno()); in cmpxchg_loop()
/DragonOS-0.1.7/kernel/src/driver/usb/xhci/
Dxhci.c250 return -ETIMEDOUT; in xhci_hc_stop()
290 return -ETIMEDOUT; in xhci_hc_reset()
326 return -ETIMEDOUT; in xhci_hc_stop_legacy()
816 retval = -ETIMEDOUT; in xhci_reset_port()
1226 return -ETIMEDOUT; in xhci_wait_for_interrupt()
1547 return -ETIMEDOUT; in xhci_get_descriptor()
2009 return -ETIMEDOUT; in xhci_send_command()
/DragonOS-0.1.7/docs/userland/libc/apis/api-list/
Derrno.md177 #define ETIMEDOUT 78 /* 连接超时 Connection timed out.*/