Home
last modified time | relevance | path

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

12345678910

/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/libnfc-nxp/Linux_x86/
DphDal4Nfc_i2c.c197 if (errno == EINTR || errno == EAGAIN) { in phDal4Nfc_i2c_read()
214 if (errno == EINTR || errno == EAGAIN) { in phDal4Nfc_i2c_read()
250 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/qemu/android/
Dasync-utils.c54 if (errno == EWOULDBLOCK || errno == EAGAIN) { in asyncReader_read()
102 if (errno == EWOULDBLOCK || errno == EAGAIN) { in asyncWriter_write()
150 if (errno == EWOULDBLOCK || errno == EAGAIN) { in asyncLineReader_read()
229 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/chromium_org/net/base/
Dnet_errors_posix.cc24 case EAGAIN: in MapSystemError()
25 #if EWOULDBLOCK != EAGAIN in MapSystemError()
/external/tcpdump/win32/Include/
Derrno.h14 #define EAGAIN 11 /* Try again */ macro
44 #define EWOULDBLOCK EAGAIN /* Operation would block */
/external/qemu/include/android/
Dsockets.h38 # ifndef EAGAIN
39 # define EAGAIN 10035 macro
42 # define EWOULDBLOCK EAGAIN
/external/chromium_org/net/third_party/nss/ssl/
Dunix_err.c338 case EAGAIN: prError = PR_INSUFFICIENT_RESOURCES_ERROR; break; in nss_MD_unix_map_open_error()
352 case EAGAIN: prError = PR_INSUFFICIENT_RESOURCES_ERROR; break; in nss_MD_unix_map_mmap_error()
377 case EAGAIN: prError = PR_INSUFFICIENT_RESOURCES_ERROR; break; in nss_MD_unix_map_poll_error()
435 case EAGAIN: prError = PR_WOULD_BLOCK_ERROR; break; in nss_MD_unix_map_default_error()
509 #if EWOULDBLOCK != EAGAIN in nss_MD_unix_map_default_error()
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Drecord.c12 int err = -EAGAIN, fd; in perf_do_probe_api()
60 } while (ret == -EAGAIN && try[i]); in perf_probe_api()
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
Dcreate.c90 int result = EAGAIN; in pthread_create()
273 result = (threadH != 0) ? 0 : EAGAIN; in pthread_create()
Dpthread_timechange_handler_np.c107 return (void *) (size_t) (result != 0 ? EAGAIN : 0); in pthread_timechange_handler_np()
Dptw32_getprocessors.c85 result = EAGAIN; in ptw32_getprocessors()
Dsem_trywait.c103 result = EAGAIN; in sem_trywait()
Dpthread_key_create.c87 result = EAGAIN; in pthread_key_create()
/external/chromium_org/third_party/boringssl/src/ssl/test/
Dasync_bio.cc53 errno = EAGAIN; in async_write()
79 errno = EAGAIN; in async_read()
/external/chromium_org/third_party/boringssl/src/crypto/bio/
Dfd.c86 #ifdef EAGAIN in bio_fd_non_fatal_error()
87 err == EAGAIN || in bio_fd_non_fatal_error()
/external/oprofile/libutil/
Dop_deviceio.c36 if (count < 0 && errno != EINTR && errno != EAGAIN) { in op_read_device()
/external/kernel-headers/original/uapi/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/jemalloc/include/jemalloc/internal/
Djemalloc_internal_decls.h9 # define EAGAIN ERROR_OUTOFMEMORY macro
/external/ppp/pppd/plugins/radius/
Dlock.c29 if ((res == -1) && (errno == EAGAIN)) in do_lock_exclusive()
/external/netcat/
Datomicio.c56 if ((errno == EAGAIN) || (errno == ENOBUFS)) { in atomicio()
/external/libcxx/test/diagnostics/errno/
Dcerrno.pass.cpp43 #ifndef EAGAIN
44 #error EAGAIN not defined

12345678910