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

123456

/illumos-gate/usr/src/boot/lib/libstand/
H A Dstrerror.c59 {ETIMEDOUT, "operation timed out"},
H A Dnet.c94 errno = ETIMEDOUT;
/illumos-gate/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-error.c62 #ifndef ETIMEDOUT
63 #define ETIMEDOUT WSAETIMEDOUT macro
136 { PR_IO_TIMEOUT_ERROR, ETIMEDOUT }, /* XXX: correct mapping ? */
147 { PR_CONNECT_TIMEOUT_ERROR, ETIMEDOUT },
/illumos-gate/usr/src/uts/sun4v/os/
H A Dmach_mp_states.c138 return (ETIMEDOUT);
156 return ((loop_cnt == cpu_stop_time_limit) ? ETIMEDOUT : 0);
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Derrno.h109 #define ETIMEDOUT 60 /* Connection timed out */ macro
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Ds5errno.h170 #define ETIMEDOUT 145 /* Connection timed out */ macro
H A Dmaperror.c265 case ETIMEDOUT:
/illumos-gate/usr/src/uts/common/sys/
H A Derrno.h190 #define ETIMEDOUT 145 /* Connection timed out */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Derrno.h124 #define ETIMEDOUT 60 /* Operation timed out */ macro
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dport-sockets.h65 #ifndef ETIMEDOUT
66 #define ETIMEDOUT WSAETIMEDOUT macro
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dc11_thr.c98 if (ret == ETIMEDOUT)
164 if (ret == ETIMEDOUT)
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolsException.java609 * ETIMEDOUT.
611 public static final int ETIMEDOUT = 145; field in class:PoolsException
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Drpc.c352 * If errno is set to ETIMEDOUT, return
357 if (errno == ETIMEDOUT) {
371 errno == ETIMEDOUT) {
465 } while (rpc_error.re_status != RPC_SUCCESS && errno != ETIMEDOUT &&
482 * value if it is ETIMEDOUT to communicate to our caller that this
487 preserve_errno = (errno == ETIMEDOUT) ? errno : 0;
H A Dclnt_budp.c290 if (errno == ETIMEDOUT) {
325 cu->cu_error.re_errno = ETIMEDOUT;
349 if (errno == ETIMEDOUT) {
350 errno = ETIMEDOUT;
/illumos-gate/usr/src/cmd/lms/SyncLib/src/
H A DEventUnix.cpp140 if (retcode == ETIMEDOUT) {
H A DThreadUnix.cpp116 if (retcode == ETIMEDOUT) {
/illumos-gate/usr/src/ucblib/librpcsoc/
H A Drtime.c115 errno = ETIMEDOUT;
/illumos-gate/usr/src/lib/libc/port/rt/
H A Dsem.c309 error = ETIMEDOUT;
325 error = ETIMEDOUT;
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_timers.c460 tcp->tcp_client_errno : ETIMEDOUT);
967 tcp->tcp_client_errno : ETIMEDOUT);
977 tcp->tcp_client_errno : ETIMEDOUT);
1108 tcp->tcp_client_errno = ETIMEDOUT;
/illumos-gate/usr/src/lib/sun_sas/common/
H A DSun_sasSendSMPPassThru.c64 if ((errno == ETIME) || (errno == ETIMEDOUT) ||
/illumos-gate/usr/src/lib/libresolv/
H A Dres_send.c154 int terrno = ETIMEDOUT;
509 errno = ETIMEDOUT; /* no answer obtained */
/illumos-gate/usr/src/lib/fm/libldom/sparc/
H A Dldmsvcs_utils.c305 ier = ETIMEDOUT;
318 ASSERT(ier == 0 || ier == ETIMEDOUT);
590 return (ETIMEDOUT);
1030 ier = ETIMEDOUT;
1046 if (ier == ETIMEDOUT) {
1305 ier = ETIMEDOUT; /* channel not ready */
1326 ASSERT(ier == 0 || ier == ETIMEDOUT || ier == ENOTSUP);
1342 * ETIMEDOUT - LDOM manager is not responding
1425 * ETIMEDOUT - LDOM manager is not responding
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dldap.c127 errno = ETIMEDOUT; \
282 errno = ETIMEDOUT;
1100 save_errno = ETIMEDOUT;
1126 case ETIMEDOUT:
1288 case ETIMEDOUT:
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dnbns_rq.c499 return (ETIMEDOUT);
501 return (ETIMEDOUT);
647 if (error == ETIMEDOUT)
/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddomain.c493 if (errno == ETIMEDOUT ||
506 (errno == ETIMEDOUT ||
935 ** sets errno to ETIMEDOUT if the
940 if (save_errno != ETIMEDOUT)

Completed in 138 milliseconds

123456