Searched defs:timeout (Results 1 – 18 of 18) sorted by relevance
| /third_party/ulib/jemalloc/test/src/ |
| A D | mq.c | 16 struct timespec timeout; in mq_nanosleep() local
|
| /third_party/ulib/musl/src/signal/ |
| A D | sigtimedwait.c | 4 const struct timespec* restrict timeout) { in sigtimedwait()
|
| /third_party/ulib/usbhost/ |
| A D | usbhost.c | 418 int usb_device_get_string_ucs2(struct usb_device* device, int id, int timeout, void** ucs2_out, in usb_device_get_string_ucs2() 461 char* usb_device_get_string(struct usb_device* device, int id, int timeout) { in usb_device_get_string() 481 char* usb_device_get_manufacturer_name(struct usb_device *device, int timeout) in usb_device_get_manufacturer_name() 486 char* usb_device_get_product_name(struct usb_device *device, int timeout) in usb_device_get_product_name() 496 char* usb_device_get_serial(struct usb_device *device, int timeout) in usb_device_get_serial() 556 unsigned int timeout) in usb_device_control_transfer() 576 unsigned int timeout) in usb_device_bulk_transfer()
|
| /third_party/ulib/musl/src/network/ |
| A D | lookup.h | 23 unsigned timeout; member
|
| A D | res_msend.c | 25 int timeout, attempts, retry_interval, servfail_retry = 0; in __res_msend_rc() local
|
| /third_party/uapp/dash/src/ |
| A D | process.c | 171 zx_time_t timeout = blocking ? ZX_TIME_INFINITE : 0; in process_await_termination() local
|
| /third_party/dev/ethernet/e1000/ |
| A D | e1000_nvm.c | 265 s32 timeout = E1000_NVM_GRANT_ATTEMPTS; in e1000_acquire_nvm_generic() local 398 u16 timeout = NVM_MAX_RETRY_SPI; in e1000_ready_nvm_eeprom() local
|
| A D | e1000_vf.c | 262 u32 timeout = E1000_VF_INIT_TIMEOUT; in e1000_reset_hw_vf() local
|
| A D | e1000_i210.c | 752 s32 timeout = PHY_CFG_TIMEOUT; in e1000_get_cfg_done_i210() local
|
| A D | e1000_82575.c | 1051 s32 timeout = PHY_CFG_TIMEOUT; in e1000_get_cfg_done_82575() local 1781 s32 timeout = 3; in e1000_set_sfp_media_type_82575() local 3468 u32 timeout = 10; in e1000_get_i2c_ack() local
|
| A D | e1000_mac.c | 2019 s32 timeout = MASTER_DISABLE_TIMEOUT; in e1000_disable_pcie_master_generic() local 2300 s32 i = 0, timeout = 200; in e1000_acquire_swfw_sync() local
|
| A D | e1000_80003es2lan.c | 561 s32 timeout = PHY_CFG_TIMEOUT; in e1000_get_cfg_done_80003es2lan() local
|
| A D | e1000_82571.c | 841 s32 timeout = PHY_CFG_TIMEOUT; in e1000_get_cfg_done_82571() local
|
| A D | e1000_ich8lan.c | 1879 u32 extcnf_ctrl, timeout = PHY_CFG_TIMEOUT; in e1000_acquire_swflag_ich8lan() local 3738 static s32 e1000_flash_cycle_ich8lan(struct e1000_hw *hw, u32 timeout) in e1000_flash_cycle_ich8lan() 4753 u32 timeout = ICH_FLASH_ERASE_COMMAND_TIMEOUT; in e1000_erase_flash_bank_ich8lan() local
|
| A D | e1000_vf.h | 252 u32 timeout; member
|
| A D | e1000_hw.h | 922 u32 timeout; member
|
| /third_party/ulib/musl/stubs/ |
| A D | socketstubs.c | 95 …(int fd, struct mmsghdr* msgvec, unsigned int vlen, unsigned int flags, struct timespec* timeout) { in stub_recvmmsg()
|
| A D | iostubs.c | 510 static int stub_poll(struct pollfd* fds, nfds_t n, int timeout) { in stub_poll()
|
Completed in 48 milliseconds