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

1 2 3 4 5 6 7 8 91011>>

  /src/external/bsd/ntp/dist/libntp/lib/isc/unix/
errno2result.c 75 #ifdef ETIMEDOUT
76 case ETIMEDOUT:
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32/
error_constants.h 125 #ifdef ETIMEDOUT
126 timed_out = ETIMEDOUT,
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
futex.cc 146 || errno == ETIMEDOUT || errno == ENOSYS);
147 if (errno == ETIMEDOUT)
178 || errno == ETIMEDOUT);
179 if (errno == ETIMEDOUT)
222 || errno == ETIMEDOUT || errno == ENOSYS);
223 if (errno == ETIMEDOUT)
256 || errno == ETIMEDOUT);
257 if (errno == ETIMEDOUT)
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32/
error_constants.h 125 #ifdef ETIMEDOUT
126 timed_out = ETIMEDOUT,
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
futex.cc 146 || errno == ETIMEDOUT || errno == ENOSYS);
147 if (errno == ETIMEDOUT)
178 || errno == ETIMEDOUT);
179 if (errno == ETIMEDOUT)
222 || errno == ETIMEDOUT || errno == ENOSYS);
223 if (errno == ETIMEDOUT)
256 || errno == ETIMEDOUT);
257 if (errno == ETIMEDOUT)
  /src/external/mpl/bind/dist/lib/isc/
errno2result.c 83 #ifdef ETIMEDOUT
84 case ETIMEDOUT:
86 #endif /* ifdef ETIMEDOUT */
condition.c 60 if (presult == ETIMEDOUT) {
  /src/external/mpl/dhcp/bind/dist/lib/isc/unix/
errno2result.c 81 #ifdef ETIMEDOUT
82 case ETIMEDOUT:
84 #endif /* ifdef ETIMEDOUT */
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bus/
nouveau_nvkm_subdev_bus_g94.c 52 return -ETIMEDOUT;
  /src/external/ibm-public/postfix/dist/src/util/
timed_wait.c 30 /* is set to ETIMEDOUT. Otherwise, the result value is the result
112 errno = ETIMEDOUT;
write_buf.c 85 errno = ETIMEDOUT;
poll_fd.c 78 /* errno set to ETIMEDOUT) when it is false.
83 /* also sets errno to ETIMEDOUT.
207 errno = ETIMEDOUT;
260 errno = ETIMEDOUT;
  /src/tests/lib/libpthread/
t_rwlock.c 104 ATF_REQUIRE_MSG(error == ETIMEDOUT || error == EDEADLK,
118 ATF_REQUIRE_MSG(error == ETIMEDOUT || error == EDEADLK,
  /src/external/mpl/bind/dist/tests/isc/
errno_test.c 81 #ifdef ETIMEDOUT
82 { ETIMEDOUT, ISC_R_TIMEDOUT },
83 #endif /* ifdef ETIMEDOUT */
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_jpeg.c 137 r = -ETIMEDOUT;
195 r = -ETIMEDOUT;
211 r = -ETIMEDOUT;
  /src/lib/librumpuser/
rumpuser_errtrans.c 207 #ifdef ETIMEDOUT
208 case ETIMEDOUT : return 60;
  /src/sys/rump/include/rump/
rumperrno2host.h 256 #ifdef ETIMEDOUT
258 return ETIMEDOUT;
  /src/external/apache2/llvm/dist/libcxx/include/
errno.h 225 #ifndef ETIMEDOUT
226 #define ETIMEDOUT 9938
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32-w64/
error_constants.h 147 #ifdef ETIMEDOUT
148 timed_out = ETIMEDOUT,
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32-w64/
error_constants.h 147 #ifdef ETIMEDOUT
148 timed_out = ETIMEDOUT,
  /src/lib/libpthread/
cnd.c 100 case ETIMEDOUT:
mtx.c 128 case ETIMEDOUT:
  /src/sys/arch/macppc/stand/ofwboot/
net.c 139 return ETIMEDOUT;
  /src/sys/arch/ofppc/stand/ofwboot/
net.c 140 return ETIMEDOUT;
  /src/sys/arch/shark/stand/ofwboot/
net.c 136 return ETIMEDOUT;

Completed in 33 milliseconds

1 2 3 4 5 6 7 8 91011>>