Searched refs:ETIMEDOUT (Results 1 - 25 of 268) sorted by relevance

1234567891011

/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Derrno.h37 #define ETIME ETIMEDOUT
/freebsd-11-stable/stand/libsa/
H A Dstrerror.c59 {ETIMEDOUT, "operation timed out"},
H A Dnet.c108 errno = ETIMEDOUT;
113 errno = ETIMEDOUT;
140 if (cc != -1 || (errno != 0 && errno != ETIMEDOUT))
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Derrno2result.c73 #ifdef ETIMEDOUT
74 case ETIMEDOUT:
/freebsd-11-stable/sys/xen/
H A Derror.h66 [XEN_ETIME] = ETIMEDOUT,
77 [XEN_ETIMEDOUT] = ETIMEDOUT,
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_join.c119 ret = ETIMEDOUT;
126 if (ret == ETIMEDOUT)
133 if (ret == ETIMEDOUT) {
H A Dthr_umtx.c164 if (ret == ETIMEDOUT)
198 return (ETIMEDOUT);
210 return (ETIMEDOUT);
264 return (ETIMEDOUT);
/freebsd-11-stable/lib/libstdthreads/
H A Dcnd.c84 case ETIMEDOUT:
H A Dmtx.c88 case ETIMEDOUT:
/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_rwlock.c104 ATF_REQUIRE_MSG(error == ETIMEDOUT || error == EDEADLK,
118 ATF_REQUIRE_MSG(error == ETIMEDOUT || error == EDEADLK,
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dnotify.c190 return -ETIMEDOUT;
195 return -ETIMEDOUT;
/freebsd-11-stable/contrib/ntp/lib/isc/pthreads/
H A Dcondition.c63 if (presult == ETIMEDOUT)
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dnet_write.c97 errno = ETIMEDOUT;
/freebsd-11-stable/sys/xen/interface/
H A Derrno.h78 XEN_ERRNO(ETIMEDOUT, 110) /* Connection timed out */
/freebsd-11-stable/sys/dev/twa/
H A Dtw_osl_share.h104 #define TW_OSL_ETIMEDOUT ETIMEDOUT /* time out */
/freebsd-11-stable/contrib/netbsd-tests/lib/librt/
H A Dt_sem.c223 ATF_REQUIRE_ERRNO(ETIMEDOUT, sem_timedwait(&sem, &ts));
225 ATF_REQUIRE_ERRNO(ETIMEDOUT, sem_timedwait(&sem, &ts));
271 ATF_REQUIRE_ERRNO(ETIMEDOUT,
280 ATF_REQUIRE_ERRNO(ETIMEDOUT,
/freebsd-11-stable/lib/libc/gen/
H A Drecvmmsg.c63 errno = ETIMEDOUT;
/freebsd-11-stable/contrib/ntp/lib/isc/win32/include/isc/
H A Dnet.h243 #undef ETIMEDOUT macro
244 #define ETIMEDOUT WSAETIMEDOUT macro
/freebsd-11-stable/contrib/openbsm/bin/auditdistd/
H A Dproto_common.c141 * ETIMEDOUT, to give administrator a hint to
145 errno = ETIMEDOUT;
221 * ETIMEDOUT, to give administrator a hint to
225 errno = ETIMEDOUT;
H A Dsynch.h185 PJDLOG_ASSERT(error == 0 || error == ETIMEDOUT);
186 return (error == ETIMEDOUT);
/freebsd-11-stable/sbin/hastd/
H A Dsynch.h178 PJDLOG_ASSERT(error == 0 || error == ETIMEDOUT);
179 return (error == ETIMEDOUT);
H A Dproto_common.c144 * ETIMEDOUT, to give administrator a hint to
148 errno = ETIMEDOUT;
224 * ETIMEDOUT, to give administrator a hint to
228 errno = ETIMEDOUT;
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Derrno.h255 #ifndef ETIMEDOUT
256 #define ETIMEDOUT 9938 macro
/freebsd-11-stable/lib/libc/rpc/
H A Drtime.c115 errno = ETIMEDOUT;
/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dcondition_variable.cpp75 if (ec != 0 && ec != ETIMEDOUT)

Completed in 168 milliseconds

1234567891011