Searched refs:ETIMEDOUT (Results 1 – 7 of 7) sorted by relevance
122 #define ETIMEDOUT 109 /* 连接超时 Connection timed out. */ macro
128 #define ETIMEDOUT 109 /* 连接超时 Connection timed out. */ macro
228 ETIMEDOUT = 109, enumerator
113 return Err(SystemError::ETIMEDOUT); in dhcp_query()
114 return Err(SystemError::ETIMEDOUT.to_posix_errno()); in cmpxchg_loop()
250 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()
177 #define ETIMEDOUT 78 /* 连接超时 Connection timed out.*/