Home
last modified time | relevance | path

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

12345678910>>...27

/freebsd/tools/test/stress2/misc/
H A Dnfsdepth.sh110 errno = EAGAIN;
115 } while (r == -1 && (errno == EINTR || errno == EAGAIN));
127 errno = EAGAIN;
130 } while (r == -1 && (errno == EINTR || errno == EAGAIN));
159 errno = EAGAIN;
162 } while (r == -1 && (errno == EINTR || errno == EAGAIN));
171 errno = EAGAIN;
174 } while (r == -1 && (errno == EINTR || errno == EAGAIN));
H A Dfcntl.sh96 if (errno != EAGAIN)
105 if (r == -1 && errno != EAGAIN)
118 if (r == -1 && errno != EAGAIN)
/freebsd/tests/sys/kern/
H A Dsocket_accf.c111 ATF_REQUIRE(errno == EAGAIN); in ATF_TC_BODY()
131 ATF_REQUIRE(errno == EAGAIN); in ATF_TC_BODY()
148 ATF_REQUIRE(errno == EAGAIN); in ATF_TC_BODY()
170 ATF_REQUIRE(errno == EAGAIN); in ATF_TC_BODY()
174 ATF_REQUIRE(errno == EAGAIN); in ATF_TC_BODY()
201 ATF_REQUIRE(errno == EAGAIN); in ATF_TC_BODY()
/freebsd/sys/arm64/linux/
H A Dlinux_support.S78 mov x0, #EAGAIN /* Store of newval failed */
101 mov x0, #EAGAIN
124 mov x0, #EAGAIN
147 mov x0, #EAGAIN
170 mov x0, #EAGAIN
/freebsd/contrib/sendmail/libsm/
H A Dfopen.c131 errno = EAGAIN;
142 errno = EAGAIN;
251 errno = EAGAIN;
259 errno = EAGAIN;
H A Drefill.c66 errno = EAGAIN; \
95 errno = EAGAIN; \
159 errno = EAGAIN;
H A Dfpos.c93 errno = EAGAIN;
109 errno = EAGAIN;
H A Dfclose.c115 errno = EAGAIN;
127 errno = EAGAIN;
/freebsd/contrib/openbsm/compat/
H A Dpidfile.h86 return (EAGAIN); in pidfile_read()
141 if (errno != EAGAIN || --count == 0) in pidfile_open()
145 if (errno == EAGAIN) in pidfile_open()
147 if (errno == 0 || errno == EAGAIN) in pidfile_open()
/freebsd/contrib/unbound/util/
H A Dtube.c173 if(errno != EAGAIN && errno != EINTR) { in tube_handle_listen()
204 if(errno != EAGAIN && errno != EINTR) { in tube_handle_listen()
245 if(errno != EAGAIN && errno != EINTR) { in tube_handle_write()
262 if(errno != EAGAIN && errno != EINTR) { in tube_handle_write()
298 if(errno==EINTR || errno==EAGAIN) in tube_write_msg()
310 if(errno == EAGAIN) in tube_write_msg()
321 if(errno == EAGAIN) in tube_write_msg()
345 if(errno==EINTR || errno==EAGAIN) in tube_read_msg()
451 if(errno == EAGAIN || errno == EINTR) in tube_wait_timeout()
/freebsd/lib/libc/tests/stdio/
H A Dflushlbuf_test.c39 errno = EAGAIN; in writefn()
76 ATF_CHECK_ERRNO(EAGAIN, ret < 0); in ATF_TC_BODY()
131 ATF_CHECK_ERRNO(EAGAIN, ret < 0); in ATF_TC_BODY()
/freebsd/usr.sbin/bhyve/
H A Dsockstream.c51 if (errno == EINTR || errno == EAGAIN) in stream_read()
74 if (errno == EINTR || errno == EAGAIN) in stream_write()
/freebsd/lib/libutil/
H A Dpidfile.c91 return (EAGAIN); in pidfile_read_impl()
112 if (errno != EAGAIN || --count == 0) in pidfile_read()
116 if (errno == EAGAIN) in pidfile_read()
182 if (errno == 0 || errno == EAGAIN) in pidfile_open()
/freebsd/sys/dev/hyperv/vmbus/
H A Dvmbus_br.c387 return (EAGAIN); in vmbus_txbr_write_call()
467 return (EAGAIN); in vmbus_txbr_write()
555 return (EAGAIN); in vmbus_rxbr_peek()
585 return (EAGAIN); in vmbus_rxbr_peek_call()
612 return (EAGAIN); in vmbus_rxbr_idxadv_peek()
659 return (EAGAIN); in vmbus_rxbr_idxadv()
697 return (EAGAIN); in vmbus_rxbr_read()
/freebsd/usr.sbin/rpc.lockd/
H A Dkern.c215 if (errno != EAGAIN) { in client_request()
490 ans.la_errno = EAGAIN; in lock_answer()
499 ans.la_errno = EAGAIN; in lock_answer()
505 ans.la_errno = EAGAIN; in lock_answer()
533 ans.la_errno = EAGAIN; in lock_answer()
542 ans.la_errno = EAGAIN; in lock_answer()
548 ans.la_errno = EAGAIN; in lock_answer()
/freebsd/contrib/ofed/libcxgb4/
H A Dcq.c369 ret = -EAGAIN; in poll_cq()
393 ret = -EAGAIN; in poll_cq()
406 ret = -EAGAIN; in poll_cq()
415 ret = -EAGAIN; in poll_cq()
429 ret = -EAGAIN; in poll_cq()
458 ret = -EAGAIN; in poll_cq()
490 ret = -EAGAIN; in poll_cq()
731 } while (err == -EAGAIN); in c4iw_poll_cq()
/freebsd/crypto/openssl/crypto/bio/
H A Dbss_fd.c260 # ifdef EAGAIN in BIO_fd_non_fatal_error()
261 # if EWOULDBLOCK != EAGAIN in BIO_fd_non_fatal_error()
262 case EAGAIN: in BIO_fd_non_fatal_error()
H A Dbss_sock.c263 # ifdef EAGAIN in BIO_sock_non_fatal_error()
264 # if EWOULDBLOCK != EAGAIN in BIO_sock_non_fatal_error()
265 case EAGAIN: in BIO_sock_non_fatal_error()
/freebsd/sys/dev/syscons/star/
H A Dstar_saver.c65 return EAGAIN; in star_saver()
70 return EAGAIN; in star_saver()
/freebsd/sys/dev/fb/
H A Dsplash_txt.c112 return (EAGAIN); in txt_splash()
117 return EAGAIN; in txt_splash()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_file_range.c112 ret == -EAGAIN) in zpl_copy_file_range()
121 ret == -EAGAIN) in zpl_copy_file_range()
129 if (ret == -EINVAL || ret == -EXDEV || ret == -EAGAIN) in zpl_copy_file_range()
/freebsd/sys/sys/
H A Derrno.h91 #define EAGAIN 35 /* Resource temporarily unavailable */ macro
93 #define EWOULDBLOCK EAGAIN /* Operation would block */
/freebsd/contrib/netbsd-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()
/freebsd/sys/contrib/libsodium/src/libsodium/randombytes/sysrandom/
H A Drandombytes_sysrandom.c116 (errno == EINTR || errno == EAGAIN)); /* LCOV_EXCL_LINE */ in safe_read()
149 } while (pret < 0 && (errno == EINTR || errno == EAGAIN)); in randombytes_block_on_dev_random()
220 } while (readnb < 0 && (errno == EINTR || errno == EAGAIN)); in _randombytes_linux_getrandom()
/freebsd/sys/dev/ixl/
H A Di40e_adminq.h132 -EAGAIN, /* I40E_AQ_RC_EAGAIN */ in i40e_aq_rc_to_posix()
151 return -EAGAIN; in i40e_aq_rc_to_posix()

12345678910>>...27