Home
last modified time | relevance | path

Searched refs:EAGAIN (Results 1 – 25 of 140) sorted by relevance

123456

/external/openssl/crypto/rand/
Drand_egd.c165 #ifdef EAGAIN in RAND_query_egd_bytes()
166 case EAGAIN: in RAND_query_egd_bytes()
204 #ifdef EAGAIN in RAND_query_egd_bytes()
205 case EAGAIN: in RAND_query_egd_bytes()
230 #ifdef EAGAIN in RAND_query_egd_bytes()
231 case EAGAIN: in RAND_query_egd_bytes()
262 #ifdef EAGAIN in RAND_query_egd_bytes()
263 case EAGAIN: in RAND_query_egd_bytes()
/external/bluetooth/glib/gio/
Dgioerror.c169 #if defined(EWOULDBLOCK) && defined(EAGAIN) && EWOULDBLOCK == EAGAIN in g_io_error_from_errno()
171 case EAGAIN: in g_io_error_from_errno()
178 # ifdef EAGAIN in g_io_error_from_errno()
179 case EAGAIN: in g_io_error_from_errno()
/external/bluetooth/bluez/tools/
Dppporc.c75 if (errno == EINTR || errno == EAGAIN) in read_n()
96 if (errno == EINTR || errno == EAGAIN) in write_n()
171 if (errno != EINTR && errno != EAGAIN) { in process_data()
187 if (errno != EINTR && errno != EAGAIN) { in process_data()
/external/chromium/net/socket/
Dtcp_client_socket_libevent.cc55 case EAGAIN: in MapPosixError()
56 #if EWOULDBLOCK != EAGAIN in MapPosixError()
244 if (rv == -1 && errno != EAGAIN && errno != EWOULDBLOCK) in IsConnected()
260 if (errno != EAGAIN && errno != EWOULDBLOCK) in IsConnectedAndIdle()
282 if (errno != EAGAIN && errno != EWOULDBLOCK) { in Read()
316 if (errno != EAGAIN && errno != EWOULDBLOCK) in Write()
/external/dropbear/
Datomicio.c51 if (errno == EINTR || errno == EAGAIN || errno == EWOULDBLOCK)
53 if (errno == EINTR || errno == EAGAIN)
/external/openssl/crypto/bio/
Dbss_sock.c269 #ifdef EAGAIN in BIO_sock_non_fatal_error()
270 # if EWOULDBLOCK != EAGAIN in BIO_sock_non_fatal_error()
271 case EAGAIN: in BIO_sock_non_fatal_error()
Dbss_fd.c295 #ifdef EAGAIN in BIO_fd_non_fatal_error()
296 #if EWOULDBLOCK != EAGAIN in BIO_fd_non_fatal_error()
297 case EAGAIN: in BIO_fd_non_fatal_error()
Dbss_dgram.c704 if ( data->_errno == EAGAIN) in dgram_ctrl()
788 #ifdef EAGAIN in BIO_dgram_non_fatal_error()
789 #if EWOULDBLOCK != EAGAIN in BIO_dgram_non_fatal_error()
790 case EAGAIN: in BIO_dgram_non_fatal_error()
/external/bluetooth/bluez/compat/
Dlib.h53 if (errno == EINTR || errno == EAGAIN) in read_n()
74 if (errno == EINTR || errno == EAGAIN) in write_n()
/external/chromium/net/third_party/nss/ssl/
Dunix_err.c371 case EAGAIN: prError = PR_INSUFFICIENT_RESOURCES_ERROR; break; in nss_MD_unix_map_open_error()
385 case EAGAIN: prError = PR_INSUFFICIENT_RESOURCES_ERROR; break; in nss_MD_unix_map_mmap_error()
410 case EAGAIN: prError = PR_INSUFFICIENT_RESOURCES_ERROR; break; in nss_MD_unix_map_poll_error()
468 case EAGAIN: prError = PR_WOULD_BLOCK_ERROR; break; in nss_MD_unix_map_default_error()
542 #if EWOULDBLOCK != EAGAIN in nss_MD_unix_map_default_error()
/external/qemu/
Dsockets.h38 # ifndef EAGAIN
39 # define EAGAIN 10035 macro
42 # define EWOULDBLOCK EAGAIN
Dbt-vhci.c106 if (errno != EAGAIN && errno != EINTR) { in vhci_host_send()
119 if (errno != EAGAIN && errno != EINTR) { in vhci_host_send()
Dmigration-tcp-android.c110 if (ret == -EINPROGRESS || ret == -EWOULDBLOCK || ret == -EAGAIN) in tcp_start_outgoing_migration()
114 if (ret < 0 && ret != -EINPROGRESS && ret != -EWOULDBLOCK && ret != -EAGAIN) { in tcp_start_outgoing_migration()
Dbuffered_file.c89 if (ret == -EAGAIN) { in buffered_flush()
135 if (ret == -EAGAIN) { in buffered_put_buffer()
/external/bluetooth/glib/glib/
Dgiounix.c202 #ifdef EAGAIN in g_io_unix_read()
203 case EAGAIN: in g_io_unix_read()
243 #ifdef EAGAIN in g_io_unix_write()
244 case EAGAIN: in g_io_unix_write()
/external/bluetooth/bluez/audio/
Dctl_bluetooth.c281 return -EAGAIN; in bluetooth_read_event()
289 return -EAGAIN; in bluetooth_read_event()
294 return -EAGAIN; in bluetooth_read_event()
/external/webkit/JavaScriptCore/jit/
DExecutableAllocatorFixedVMPool.cpp124 while (madvise(position, size, MADV_FREE_REUSABLE) == -1 && errno == EAGAIN) { } in release()
129 while (madvise(position, size, MADV_FREE_REUSE) == -1 && errno == EAGAIN) { } in reuse()
134 while (madvise(position, size, MADV_DONTNEED) == -1 && errno == EAGAIN) { } in release()
/external/bluetooth/glib/tests/
Dtimeloop-basic.c44 if (errno != EAGAIN) in read_all()
67 if (errno != EAGAIN) in write_all()
/external/webkit/JavaScriptCore/wtf/
DTCSystemAlloc.cpp394 while (madvise(start, length, MADV_FREE_REUSABLE) == -1 && errno == EAGAIN) { } in TCMalloc_SystemRelease()
435 errno == EAGAIN) { in TCMalloc_SystemRelease()
487 while (madvise(start, length, MADV_FREE_REUSE) == -1 && errno == EAGAIN) { } in TCMalloc_SystemCommit()
/external/qemu/distrib/sdl-1.2.12/src/cdrom/qnx/
DSDL_syscdrom.c372 devctlret=EAGAIN; in SDL_SYS_CDStatus()
374 if (devctlret==EAGAIN) in SDL_SYS_CDStatus()
385 } while ((devctlret==EAGAIN)||(devctlret==ESTALE)); in SDL_SYS_CDStatus()
/external/qemu/distrib/sdl-1.2.12/src/audio/esd/
DSDL_esdaudio.c215 if ( (written < 0) && ((errno == 0) || (errno == EAGAIN)) ) { in ESD_PlayAudio()
219 ((errno == 0) || (errno == EAGAIN) || (errno == EINTR)) ); in ESD_PlayAudio()
/external/dbus/dbus/
Ddbus-sysdeps-pthread.c78 if (result == ENOMEM || result == EAGAIN) in _dbus_pthread_mutex_new()
191 if (result == EAGAIN || result == ENOMEM) in _dbus_pthread_condvar_new()
/external/oprofile/libutil/
Dop_deviceio.c36 if (count < 0 && errno != EINTR && errno != EAGAIN) { in op_read_device()
/external/chromium/net/base/
Dlisten_socket.cc145 if (errno == EWOULDBLOCK || errno == EAGAIN) {
214 if (errno == EWOULDBLOCK || errno == EAGAIN) {
/external/kernel-headers/original/asm-generic/
Derrno-base.h14 #define EAGAIN 11 /* Try again */ macro

123456