Home
last modified time | relevance | path

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

/DragonOS-0.1.2/user/libs/libc/src/
Derrno.h97 #define ETIMEDOUT 78 /* 连接超时 Connection timed out.*/ macro
/DragonOS-0.1.2/kernel/src/common/
Derrno.h97 #define ETIMEDOUT 78 /* 连接超时 Connection timed out.*/ macro
/DragonOS-0.1.2/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()
814 retval = -ETIMEDOUT; in xhci_reset_port()
1224 return -ETIMEDOUT; in xhci_wait_for_interrupt()
1545 return -ETIMEDOUT; in xhci_get_descriptor()
2007 return -ETIMEDOUT; in xhci_send_command()
/DragonOS-0.1.2/docs/userland/libc/apis/api-list/
Derrno.md177 #define ETIMEDOUT 78 /* 连接超时 Connection timed out.*/