Home
last modified time | relevance | path

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

12345678910>>...27

/freebsd-14-stable/tools/test/stress2/misc/
HDnfsdepth.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));
HDfcntl.sh94 if (errno != EAGAIN)
103 if (r == -1 && errno != EAGAIN)
117 if (r == -1 && errno != EAGAIN)
/freebsd-14-stable/sys/arm64/linux/
HDlinux_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-14-stable/contrib/sendmail/libsm/
HDfopen.c131 errno = EAGAIN;
142 errno = EAGAIN;
251 errno = EAGAIN;
259 errno = EAGAIN;
HDrefill.c66 errno = EAGAIN; \
95 errno = EAGAIN; \
159 errno = EAGAIN;
HDfpos.c93 errno = EAGAIN;
109 errno = EAGAIN;
HDfclose.c115 errno = EAGAIN;
127 errno = EAGAIN;
/freebsd-14-stable/contrib/openbsm/compat/
HDpidfile.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-14-stable/contrib/unbound/util/
HDtube.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-14-stable/lib/libc/tests/stdio/
HDflushlbuf_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-14-stable/tests/sys/kern/
HDsocket_accf.c110 ATF_REQUIRE(errno == EAGAIN); in ATF_TC_BODY()
130 ATF_REQUIRE(errno == EAGAIN); in ATF_TC_BODY()
147 ATF_REQUIRE(errno == EAGAIN); in ATF_TC_BODY()
/freebsd-14-stable/usr.sbin/bhyve/
HDsockstream.c52 if (errno == EINTR || errno == EAGAIN) in stream_read()
75 if (errno == EINTR || errno == EAGAIN) in stream_write()
/freebsd-14-stable/lib/libutil/
HDpidfile.c92 return (EAGAIN); in pidfile_read_impl()
113 if (errno != EAGAIN || --count == 0) in pidfile_read()
117 if (errno == EAGAIN) in pidfile_read()
183 if (errno == 0 || errno == EAGAIN) in pidfile_open()
/freebsd-14-stable/crypto/openssl/crypto/bio/
HDbss_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()
HDbss_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-14-stable/usr.sbin/rpc.lockd/
HDkern.c216 if (errno != EAGAIN) { in client_request()
491 ans.la_errno = EAGAIN; in lock_answer()
500 ans.la_errno = EAGAIN; in lock_answer()
506 ans.la_errno = EAGAIN; in lock_answer()
534 ans.la_errno = EAGAIN; in lock_answer()
543 ans.la_errno = EAGAIN; in lock_answer()
549 ans.la_errno = EAGAIN; in lock_answer()
/freebsd-14-stable/sys/dev/hyperv/vmbus/
HDvmbus_br.c388 return (EAGAIN); in vmbus_txbr_write_call()
468 return (EAGAIN); in vmbus_txbr_write()
556 return (EAGAIN); in vmbus_rxbr_peek()
586 return (EAGAIN); in vmbus_rxbr_peek_call()
613 return (EAGAIN); in vmbus_rxbr_idxadv_peek()
660 return (EAGAIN); in vmbus_rxbr_idxadv()
698 return (EAGAIN); in vmbus_rxbr_read()
/freebsd-14-stable/contrib/ofed/libcxgb4/
HDcq.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-14-stable/sys/dev/syscons/star/
HDstar_saver.c65 return EAGAIN; in star_saver()
70 return EAGAIN; in star_saver()
/freebsd-14-stable/sys/dev/fb/
HDsplash_txt.c112 return (EAGAIN); in txt_splash()
117 return EAGAIN; in txt_splash()
/freebsd-14-stable/sys/contrib/openzfs/module/os/linux/zfs/
HDzpl_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-14-stable/sys/sys/
HDerrno.h93 #define EAGAIN 35 /* Resource temporarily unavailable */ macro
95 #define EWOULDBLOCK EAGAIN /* Operation would block */
/freebsd-14-stable/contrib/netbsd-tests/lib/libc/sys/
HDt_sigtimedwait.c63 ATF_REQUIRE_ERRNO(EAGAIN, errno); in ATF_TC_BODY()
116 ATF_REQUIRE_ERRNO(EAGAIN, errno); in ATF_TC_BODY()
/freebsd-14-stable/sys/dev/ixl/
HDi40e_adminq.h132 -EAGAIN, /* I40E_AQ_RC_EAGAIN */ in i40e_aq_rc_to_posix()
151 return -EAGAIN; in i40e_aq_rc_to_posix()
/freebsd-14-stable/sys/contrib/libsodium/src/libsodium/randombytes/sysrandom/
HDrandombytes_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()

12345678910>>...27