Home
last modified time | relevance | path

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

1234567

/minix/crypto/external/bsd/openssl/dist/crypto/rand/
H A Drand_egd.c165 # ifdef EAGAIN in RAND_query_egd_bytes()
166 case EAGAIN: in RAND_query_egd_bytes()
200 # ifdef EAGAIN in RAND_query_egd_bytes()
201 case EAGAIN: in RAND_query_egd_bytes()
223 # ifdef EAGAIN in RAND_query_egd_bytes()
224 case EAGAIN: in RAND_query_egd_bytes()
252 # ifdef EAGAIN in RAND_query_egd_bytes()
253 case EAGAIN: in RAND_query_egd_bytes()
/minix/minix/lib/libasyn/
H A Dasyn_special.c69 errno= EAGAIN; in asyn_special()
76 errno= EAGAIN; in asyn_special()
93 if (result != -1 || errno != EAGAIN) { in asyn_result()
101 errno= EAGAIN; in asyn_result()
H A Dasyn_write.c38 if (result != -1 || errno != EAGAIN) { in asyn_write()
46 errno= EAGAIN; in asyn_write()
H A Dasyn_read.c49 if (result != -1 || errno != EAGAIN) { in asyn_read()
58 errno= EAGAIN; in asyn_read()
H A Dasyn_synch.c17 errno= EAGAIN; in asyn_synch()
H A Dasynchio.h27 #define ASYN_INPROGRESS EAGAIN /* Errno code telling "nothing yet." */
/minix/minix/drivers/vmm_guest/vbox/
H A Derr.c52 EAGAIN, /* -43: max thread number reached */
53 EAGAIN, /* -44: max process number reached */
61 EAGAIN, /* -52: try again */
125 EAGAIN, /* -116: file lock violation */
/minix/minix/lib/libhgfs/
H A Drpc.c59 if (RPC_NEXT8 != '1') return EAGAIN; in rpc_query()
60 if (RPC_NEXT8 != ' ') return EAGAIN; in rpc_query()
/minix/crypto/external/bsd/openssl/dist/crypto/bio/
H A Dbss_sock.c262 # ifdef EAGAIN in BIO_sock_non_fatal_error()
263 # if EWOULDBLOCK != EAGAIN in BIO_sock_non_fatal_error()
264 case EAGAIN: in BIO_sock_non_fatal_error()
H A Dbss_fd.c288 # ifdef EAGAIN in BIO_fd_non_fatal_error()
289 # if EWOULDBLOCK != EAGAIN in BIO_fd_non_fatal_error()
290 case EAGAIN: in BIO_fd_non_fatal_error()
/minix/tests/lib/libc/sys/
H A Dt_sigtimedwait.c63 ATF_REQUIRE_ERRNO(EAGAIN, errno); in ATF_TC_BODY()
116 ATF_REQUIRE_ERRNO(EAGAIN, errno); in ATF_TC_BODY()
/minix/minix/lib/liblwip/dist/src/include/lwip/
H A Derrno.h58 #define EAGAIN 11 /* Try again */ macro
88 #define EWOULDBLOCK EAGAIN /* Operation would block */
/minix/external/bsd/libarchive/dist/tar/
H A Dbsdtar_windows.c254 { ERROR_NO_PROC_SLOTS, EAGAIN },
268 { ERROR_MAX_THRDS_REACHED, EAGAIN },
272 { ERROR_NESTING_NOT_ALLOWED, EAGAIN },
/minix/minix/drivers/printer/printer/
H A Dprinter.c173 if (flags & CDEV_NONBLOCK) return EAGAIN; /* not supported */ in printer_write()
222 status = EAGAIN; in output_done()
227 if (status == EAGAIN && user_left < orig_count) { in output_done()
/minix/minix/tests/
H A Dtest90.c259 0, -EAGAIN, -EAGAIN, -EAGAIN,
260 0, -EAGAIN, 0, -EAGAIN,
270 0, -EAGAIN, -EAGAIN, -EAGAIN,
271 0, -EAGAIN, 0, -EAGAIN,
757 -EAGAIN, 0, -EAGAIN, 0,
758 -EAGAIN, -EAGAIN, 0, -EAGAIN,
759 0, -EAGAIN, -EAGAIN, -EAGAIN,
760 0, -EAGAIN, 0, 1,
764 -EAGAIN, 0, -EAGAIN, 0,
765 -EAGAIN, -EAGAIN, 0, -EAGAIN,
[all …]
H A Dtest20.c281 if (errno != EACCES && errno != EAGAIN) retval |= 0x22; in do_check()
284 if (errno != EACCES && errno != EAGAIN) retval |= 0x22; in do_check()
317 if (errno != EACCES && errno != EAGAIN) retval |= 0x82; in do_check()
/minix/lib/libpuffs/
H A Drequests.c95 if (errno == EAGAIN) in puffs__fsframe_read()
180 if (errno == EAGAIN) in puffs__fsframe_write()
/minix/external/bsd/libarchive/dist/cpio/
H A Dcpio_windows.c295 { ERROR_NO_PROC_SLOTS, EAGAIN },
309 { ERROR_MAX_THRDS_REACHED, EAGAIN },
313 { ERROR_NESTING_NOT_ALLOWED, EAGAIN },
/minix/sys/sys/
H A Derrno.h81 #define EAGAIN (_SIGN 35 ) /* Resource temporarily unavailable */ macro
82 #define EWOULDBLOCK EAGAIN /* Operation would block */
/minix/tests/lib/semaphore/
H A Dsem.c49 ATF_REQUIRE(errno == EAGAIN); in ATF_TC_BODY()
275 ATF_REQUIRE_EQ(errno, EAGAIN); in ATF_TC_BODY()
289 ATF_REQUIRE_EQ(errno, EAGAIN); in ATF_TC_BODY()
/minix/tools/compat/
H A Dflock.c70 if (rc && (errno == EAGAIN)) in flock()
/minix/external/bsd/less/dist/
H A Dos.c177 #ifdef EAGAIN
178 if (errno == EAGAIN)
/minix/tests/lib/libpthread/
H A Dt_sem.c176 ATF_REQUIRE_EQ(errno, EAGAIN); in ATF_TC_BODY()
244 ATF_REQUIRE(errno == EAGAIN); in threadfunc()
/minix/tests/net/fdpass/
H A Dfdpass.c82 (errno == EAGAIN || errno == EINTR)) { in send_fd()
128 (errno == EAGAIN || errno == EINTR)) { in recv_fd()
/minix/lib/libc/gen/
H A Dlockf.c76 errno = EAGAIN; in __weak_alias()

1234567