HomeSort by: relevance | last modified time | path
    Searched refs:EAGAIN (Results 1 - 25 of 656) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/ibm-public/postfix/dist/src/util/
sane_accept.c 17 /* known harmless error results to EAGAIN.
52 EAGAIN,
81 * safe to map the error code onto EAGAIN.
99 errno = EAGAIN;
107 * forever on a blocking socket, and fails with EAGAIN on a non-blocking
timed_read.c 71 * XXX Solaris 8 read() fails with EAGAIN after read-select() returns
77 if ((ret = read(fd, buf, len)) < 0 && timeout > 0 && errno == EAGAIN) {
78 msg_warn("read() returns EAGAIN on a readable file descriptor!");
timed_write.c 71 * XXX Solaris 8 read() fails with EAGAIN after read-select() returns
83 if ((ret = write(fd, buf, len)) < 0 && timeout > 0 && errno == EAGAIN) {
84 msg_warn("write() returns EAGAIN on a writable file descriptor!");
myflock.c 52 /* EAGAIN means that a lock is claimed by someone else.
150 if (errno == EAGAIN || errno == EWOULDBLOCK || errno == EACCES)
151 errno = EAGAIN;
pass_accept.c 64 if (errno != EAGAIN)
89 if (errno != EAGAIN)
write_buf.c 74 if ((errno == EAGAIN && time_left > 0) || errno == EINTR)
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
net_write.c 42 * EINTR. With non-blocking sockets (EWOULDBLOCK or EAGAIN) we return the
61 #if defined(EAGAIN) && EAGAIN != EWOULDBLOCK
62 case EAGAIN:
  /src/tools/compat/
flock.c 70 if (rc && (errno == EAGAIN))
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
system_error.cc 198 X (ACTIVE_CONNECTIONS, EAGAIN);
217 X (COMMITMENT_LIMIT, EAGAIN);
221 X (DEVICE_IN_USE, EAGAIN);
259 X (IO_INCOMPLETE, EAGAIN);
260 X (IO_PENDING, EAGAIN);
262 X (MAX_THRDS_REACHED, EAGAIN);
270 X (NONPAGED_SYSTEM_RESOURCES, EAGAIN);
283 X (NO_PROC_SLOTS, EAGAIN);
288 X (OPEN_FILES, EAGAIN);
290 X (PAGED_SYSTEM_RESOURCES, EAGAIN);
    [all...]
futex.cc 123 __glibcxx_assert(ret == 0 || errno == EINTR || errno == EAGAIN);
145 __glibcxx_assert(errno == EINTR || errno == EAGAIN
177 __glibcxx_assert(errno == EINTR || errno == EAGAIN
199 __glibcxx_assert(ret == 0 || errno == EINTR || errno == EAGAIN);
221 __glibcxx_assert(errno == EINTR || errno == EAGAIN
255 __glibcxx_assert(errno == EINTR || errno == EAGAIN
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
system_error.cc 136 X (ACTIVE_CONNECTIONS, EAGAIN);
155 X (COMMITMENT_LIMIT, EAGAIN);
159 X (DEVICE_IN_USE, EAGAIN);
197 X (IO_INCOMPLETE, EAGAIN);
198 X (IO_PENDING, EAGAIN);
200 X (MAX_THRDS_REACHED, EAGAIN);
208 X (NONPAGED_SYSTEM_RESOURCES, EAGAIN);
221 X (NO_PROC_SLOTS, EAGAIN);
226 X (OPEN_FILES, EAGAIN);
228 X (PAGED_SYSTEM_RESOURCES, EAGAIN);
    [all...]
futex.cc 123 __glibcxx_assert(ret == 0 || errno == EINTR || errno == EAGAIN);
145 __glibcxx_assert(errno == EINTR || errno == EAGAIN
177 __glibcxx_assert(errno == EINTR || errno == EAGAIN
199 __glibcxx_assert(ret == 0 || errno == EINTR || errno == EAGAIN);
221 __glibcxx_assert(errno == EINTR || errno == EAGAIN
255 __glibcxx_assert(errno == EINTR || errno == EAGAIN
  /src/sys/sys/
errno.h 53 /* 11 was EAGAIN */
81 #define EAGAIN 35 /* Resource temporarily unavailable */
82 #define EWOULDBLOCK EAGAIN /* Operation would block */
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/Shared/
FDRawByteChannel.h 40 if (ErrNo == EAGAIN || ErrNo == EINTR)
58 if (ErrNo == EAGAIN || ErrNo == EINTR)
  /src/external/gpl3/gdb/dist/gnulib/import/
windows-recmutex.c 64 return EAGAIN;
98 return EAGAIN;
  /src/external/gpl3/gdb.old/dist/gnulib/import/
windows-recmutex.c 64 return EAGAIN;
98 return EAGAIN;
  /src/lib/librumpuser/
rumpuser_errtrans.c 129 #ifdef EAGAIN
130 case EAGAIN : return 35;
132 #if defined(EWOULDBLOCK) && EWOULDBLOCK != EAGAIN
  /src/external/ibm-public/postfix/dist/src/global/
mbox_open.c 54 /* .IP "EAGAIN, ESTALE"
65 /* sets errno to EAGAIN if someone else has exclusive access.
146 dsb_status(why, mbox_dsn(EAGAIN, def_dsn));
210 dsb_status(why, mbox_dsn(EAGAIN, def_dsn));
248 (e == EAGAIN || e == ESTALE)
  /src/lib/libc/gen/
lockf.c 76 errno = EAGAIN;
  /src/usr.bin/nc/
atomicio.c 56 if ((errno == EAGAIN) || (errno == ENOBUFS)) {
  /src/external/gpl3/gdb/dist/sim/testsuite/cris/c/
clone4.c 52 if (errno == EAGAIN)
  /src/external/gpl3/gdb.old/dist/sim/testsuite/cris/c/
clone4.c 52 if (errno == EAGAIN)
  /src/tests/lib/libc/sys/
t_sigtimedwait.c 74 ATF_REQUIRE_MSG(signo == -1, "signo=%d, expected -1/EAGAIN=%d",
75 signo, EAGAIN);
77 ATF_REQUIRE_MSG(errno == EAGAIN, "errno=%d (%s), expected EAGAIN=%d",
78 error, strerror(error), EAGAIN);
131 ATF_REQUIRE_MSG(signo == -1, "signo=%d, expected -1/EAGAIN=%d",
132 signo, EAGAIN);
134 ATF_REQUIRE_MSG(errno == EAGAIN, "errno=%d (%s), expected EAGAIN=%d",
135 error, strerror(error), EAGAIN);
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/bio/
bss_fd.c 260 #ifdef EAGAIN
261 #if EWOULDBLOCK != EAGAIN
262 case EAGAIN:
  /src/crypto/external/bsd/openssl/dist/crypto/bio/
bss_fd.c 260 # ifdef EAGAIN
261 # if EWOULDBLOCK != EAGAIN
262 case EAGAIN:

Completed in 27 milliseconds

1 2 3 4 5 6 7 8 91011>>