Home
last modified time | relevance | path

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

12345678

/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/webkit/Source/JavaScriptCore/wtf/
DOSAllocatorPosix.cpp41 while (madvise(result, bytes, MADV_FREE_REUSABLE) == -1 && errno == EAGAIN) { } in reserveUncommitted()
92 while (madvise(address, bytes, MADV_FREE_REUSE) == -1 && errno == EAGAIN) { } in commit()
103 while (madvise(address, bytes, MADV_FREE_REUSABLE) == -1 && errno == EAGAIN) { } in decommit()
105 while (madvise(address, bytes, MADV_FREE) == -1 && errno == EAGAIN) { } in decommit()
107 while (madvise(address, bytes, MADV_DONTNEED) == -1 && errno == EAGAIN) { } in decommit()
DTCSystemAlloc.cpp395 while (madvise(start, length, MADV_FREE_REUSABLE) == -1 && errno == EAGAIN) { } in TCMalloc_SystemRelease()
436 errno == EAGAIN) { in TCMalloc_SystemRelease()
488 while (madvise(start, length, MADV_FREE_REUSE) == -1 && errno == EAGAIN) { } in TCMalloc_SystemCommit()
/external/chromium/net/base/
Dnet_errors_posix.cc17 case EAGAIN: in MapSystemError()
18 #if EWOULDBLOCK != EAGAIN in MapSystemError()
/external/libnfc-nxp/Linux_x86/
DphDal4Nfc_i2c.c199 if (errno == EINTR || errno == EAGAIN) { in phDal4Nfc_i2c_read()
216 if (errno == EINTR || errno == EAGAIN) { in phDal4Nfc_i2c_read()
252 if (errno == EINTR || errno == EAGAIN) { in phDal4Nfc_i2c_write()
DphDal4Nfc_uart.c342 if (errno == EINTR || errno == EAGAIN) { in phDal4Nfc_uart_read()
361 if (errno == EINTR || errno == EAGAIN) { in phDal4Nfc_uart_read()
398 if (errno == EINTR || errno == EAGAIN) { in phDal4Nfc_uart_write()
/external/dropbear/
Datomicio.c51 if (errno == EINTR || errno == EAGAIN || errno == EWOULDBLOCK)
53 if (errno == EINTR || errno == EAGAIN)
/external/qemu/android/
Dasync-utils.c52 if (errno == EWOULDBLOCK || errno == EAGAIN) { in asyncReader_read()
99 if (errno == EWOULDBLOCK || errno == EAGAIN) { in asyncWriter_write()
149 if (errno == EWOULDBLOCK || errno == EAGAIN) { in asyncLineReader_read()
228 if (errno == EINPROGRESS || errno == EWOULDBLOCK || errno == EAGAIN) { in asyncConnector_init()
/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()
/external/qemu/
Dsockets.h38 # ifndef EAGAIN
39 # define EAGAIN 10035 macro
42 # define EWOULDBLOCK EAGAIN
Dbt-vhci.c105 if (errno != EAGAIN && errno != EINTR) { in vhci_host_send()
118 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()
/external/openssh/
Dmonitor_fdpass.c85 (errno == EAGAIN || errno == EINTR)) { in mm_send_fd()
141 (errno == EAGAIN || errno == EINTR)) { in mm_receive_fd()
Datomicio.c67 if (errno == EAGAIN || errno == EWOULDBLOCK) { in atomicio6()
122 if (errno == EAGAIN || errno == EWOULDBLOCK) { in atomiciov6()
/external/linux-tools-perf/util/
Ddebugfs.c195 if (ret == EAGAIN) in debugfs_write()
240 } while (ret < 0 && errno == EAGAIN); in debugfs_read()
/external/chromium/net/socket/
Dtcp_client_socket_libevent.cc356 if (rv == -1 && errno != EAGAIN && errno != EWOULDBLOCK) in IsConnected()
374 if (errno != EAGAIN && errno != EWOULDBLOCK) in IsConnectedAndIdle()
401 if (errno != EAGAIN && errno != EWOULDBLOCK) { in Read()
440 if (errno != EAGAIN && errno != EWOULDBLOCK) in Write()
476 errno = EAGAIN; in InternalWrite()
/external/oprofile/libutil/
Dop_deviceio.c36 if (count < 0 && errno != EINTR && errno != EAGAIN) { in op_read_device()
/external/kernel-headers/original/asm-generic/
Derrno-base.h14 #define EAGAIN 11 /* Try again */ macro
/external/e2fsprogs/misc/
Duuidd.c98 if ((errno == EAGAIN || errno == EINTR || ret == 0) && in read_all()
120 if ((errno == EAGAIN) || (errno == EINTR)) in write_all()
259 if ((errno == EAGAIN) || (errno == EINTR)) in server_loop()
342 if ((errno == EAGAIN) || (errno == EINTR)) in server_loop()
/external/ppp/pppd/plugins/radius/
Dlock.c29 if ((res == -1) && (errno == EAGAIN)) in do_lock_exclusive()
/external/qemu/distrib/sdl-1.2.15/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/netcat/
Datomicio.c56 if ((errno == EAGAIN) || (errno == ENOBUFS)) { in atomicio()
/external/qemu/distrib/sdl-1.2.15/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/iptables/iptables/
Diptables-standalone.c84 if (errno == EAGAIN) { in iptables_main()

12345678