Home
last modified time | relevance | path

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

123

/external/bluetooth/glib/gio/
Dgioerror.c153 #ifdef ETIMEDOUT in g_io_error_from_errno()
154 case ETIMEDOUT: in g_io_error_from_errno()
/external/bluetooth/bluez/tools/
Dhciattach_ath3k.c943 return -ETIMEDOUT; in set_cntrlr_baud()
949 return -ETIMEDOUT; in set_cntrlr_baud()
985 err = -ETIMEDOUT; in ath3k_init()
1005 err = -ETIMEDOUT; in ath3k_init()
1011 err = -ETIMEDOUT; in ath3k_init()
1023 err = -ETIMEDOUT; in ath3k_init()
1029 err = -ETIMEDOUT; in ath3k_init()
Dhid2hci.c57 } else if (errno == ETIMEDOUT) in usb_switch_csr()
151 if (errno == ETIMEDOUT) in usb_switch_dell()
Ddfubabel.c85 if (errno == ETIMEDOUT) in switch_babel()
Davctrl.c112 if (errno == ETIMEDOUT) in dongle_csr()
/external/qemu/
Dqemu-thread.c79 if (err && err != ETIMEDOUT) in qemu_mutex_timedlock()
147 if (err && err != ETIMEDOUT) in qemu_cond_timedwait()
Dsockets.h101 # ifndef ETIMEDOUT
102 # define ETIMEDOUT 10060 macro
Diolooper-select.c197 errno = ETIMEDOUT; in iolooper_wait()
/external/bluetooth/bluez/lib/
Dbluetooth.c210 return ETIMEDOUT; in bt_error()
225 return ETIMEDOUT; in bt_error()
/external/chromium/third_party/libjingle/source/talk/base/
Dsocket.h103 #undef ETIMEDOUT
104 #define ETIMEDOUT WSAETIMEDOUT macro
Dautodetectproxy.cc76 OnCloseEvent(socket_, ETIMEDOUT); in OnMessage()
/external/webrtc/src/system_wrappers/source/
Devent_posix.cc174 case ETIMEDOUT: in Wait()
201 case ETIMEDOUT: in Wait()
Dcondition_variable_posix.cc133 return (res == ETIMEDOUT) ? false : true; in SleepCS()
/external/llvm/include/llvm/Support/
Dsystem_error.h448 # ifndef ETIMEDOUT
449 # define ETIMEDOUT 138 macro
596 stream_timeout = ETIMEDOUT,
599 timed_out = ETIMEDOUT,
/external/chromium/net/base/
Dnet_errors_posix.cc26 case ETIMEDOUT: in MapSystemError()
/external/qemu/android/
Dsync-utils.c192 errno = ETIMEDOUT; in syncsocket_read_absolute()
224 errno = ETIMEDOUT; in syncsocket_write_absolute()
/external/dbus/dbus/
Ddbus-sysdeps-pthread.c299 if (result != ETIMEDOUT) in _dbus_pthread_condvar_wait_timeout()
314 return result != ETIMEDOUT; in _dbus_pthread_condvar_wait_timeout()
Ddbus-sysdeps.c959 #ifdef ETIMEDOUT in _dbus_error_from_errno()
960 case ETIMEDOUT: in _dbus_error_from_errno()
/external/kernel-headers/original/asm-generic/
Derrno.h83 #define ETIMEDOUT 110 /* Connection timed out */ macro
/external/kernel-headers/original/asm-mips/
Derrno.h98 #define ETIMEDOUT 145 /* Connection timed out */ macro
/external/bluetooth/bluez/compat/
Dmsdun.c138 errno = ETIMEDOUT; in ms_dun()
/external/chromium/base/synchronization/
Dcondition_variable_posix.cc61 DCHECK(rv == 0 || rv == ETIMEDOUT); in TimedWait()
/external/qemu/distrib/sdl-1.2.12/src/thread/pthread/
DSDL_syscond.c124 case ETIMEDOUT: in SDL_CondWaitTimeout()
/external/qemu/distrib/sdl-1.2.12/src/thread/riscos/
DSDL_syscond.c128 case ETIMEDOUT: in SDL_CondWaitTimeout()
/external/openssh/
Droaming_common.c171 || errno == ECONNABORTED || errno == ETIMEDOUT in roaming_read()

123