Home
last modified time | relevance | path

Searched refs:ETIMEDOUT (Results 1 – 25 of 126) sorted by relevance

123456

/illumos-gate/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-error.c60 #ifndef ETIMEDOUT
61 #define ETIMEDOUT WSAETIMEDOUT macro
134 { PR_IO_TIMEOUT_ERROR, ETIMEDOUT }, /* XXX: correct mapping ? */
145 { PR_CONNECT_TIMEOUT_ERROR, ETIMEDOUT },
/illumos-gate/usr/src/boot/libsa/
H A Dnet.c107 errno = ETIMEDOUT; in sendrecv()
112 errno = ETIMEDOUT; in sendrecv()
139 if (cc != -1 || (errno != 0 && errno != ETIMEDOUT)) in sendrecv()
H A Dstrerror.c59 {ETIMEDOUT, "operation timed out"},
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Drpc.c355 if (errno == ETIMEDOUT) { in brpc_call()
369 errno == ETIMEDOUT) { in brpc_call()
463 } while (rpc_error.re_status != RPC_SUCCESS && errno != ETIMEDOUT && in brpc_call()
485 preserve_errno = (errno == ETIMEDOUT) ? errno : 0; in brpc_call()
H A Dclnt_budp.c273 if (errno == ETIMEDOUT) { in clntbudp_call()
308 cu->cu_error.re_errno = ETIMEDOUT; in clntbudp_call()
332 if (errno == ETIMEDOUT) { in clntbudp_call()
333 errno = ETIMEDOUT; in clntbudp_call()
/illumos-gate/usr/src/uts/sun4v/os/
H A Dmach_mp_states.c138 return (ETIMEDOUT); in stopcpu_bycpuid()
156 return ((loop_cnt == cpu_stop_time_limit) ? ETIMEDOUT : 0); in stopcpu_bycpuid()
/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) in cnd_timedwait()
164 if (ret == ETIMEDOUT) in mtx_timedlock()
H A Drwlock.c795 error = ETIMEDOUT; in pthread_rwlock_reltimedrdlock_np()
810 error = ETIMEDOUT; in pthread_rwlock_timedrdlock()
893 error = ETIMEDOUT; in pthread_rwlock_reltimedwrlock_np()
907 error = ETIMEDOUT; in pthread_rwlock_timedwrlock()
/illumos-gate/usr/src/lib/libc/port/rt/
H A Dsem.c307 error = ETIMEDOUT; in sem_timedwait()
323 error = ETIMEDOUT; in sem_reltimedwait_np()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_timers.c460 tcp->tcp_client_errno : ETIMEDOUT); in tcp_keepalive_timer()
938 tcp->tcp_client_errno : ETIMEDOUT); in tcp_timer()
948 tcp->tcp_client_errno : ETIMEDOUT); in tcp_timer()
1072 tcp->tcp_client_errno = ETIMEDOUT; in tcp_close_linger_timeout()
/illumos-gate/usr/src/lib/libresolv/
H A Dres_send.c154 int terrno = ETIMEDOUT;
509 errno = ETIMEDOUT; /* no answer obtained */
/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/boot/sys/sys/
H A Derrno.h124 #define ETIMEDOUT 60 /* Operation timed out */ macro
/illumos-gate/usr/src/uts/common/sys/
H A Derrno.h188 #define ETIMEDOUT 145 /* Connection timed out */ macro
/illumos-gate/usr/src/ucblib/librpcsoc/
H A Drtime.c113 errno = ETIMEDOUT;
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolsException.java611 public static final int ETIMEDOUT = 145; field in PoolsException
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dnbns_rq.c499 return (ETIMEDOUT); in nbns_rq_recv()
501 return (ETIMEDOUT); in nbns_rq_recv()
647 if (error == ETIMEDOUT) in nbns_rq()
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_timer.c416 sctp->sctp_client_errno : ETIMEDOUT); in sctp_heartbeat_timer()
619 sctp->sctp_client_errno : ETIMEDOUT); in sctp_rexmit_timer()
629 sctp->sctp_client_errno : ETIMEDOUT); in sctp_rexmit_timer()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddomain.c491 if (errno == ETIMEDOUT ||
504 (errno == ETIMEDOUT ||
938 if (save_errno != ETIMEDOUT)
H A Dsfsasl.c671 #ifdef ETIMEDOUT
672 # define SM_ERR_TIMEOUT ETIMEDOUT
/illumos-gate/usr/src/uts/common/io/scsi/adapters/smrt/
H A Dsmrt_sata.c81 VERIFY3S(r, ==, ETIMEDOUT); in smrt_sata_determine_wwn()
H A Dsmrt_ciss_simple.c165 return (ETIMEDOUT); in smrt_preinit_command_simple()
/illumos-gate/usr/src/lib/sun_sas/common/
H A DSun_sasSendSMPPassThru.c68 if ((errno == ETIME) || (errno == ETIMEDOUT) || in SendSMPPassThru()
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsgsbbc_mailbox.c967 request->msg_status = ETIMEDOUT; in sbbc_mbox_request_response()
969 response->msg_status = ETIMEDOUT; in sbbc_mbox_request_response()
971 return (ETIMEDOUT); in sbbc_mbox_request_response()
1105 rc = waiter->w_msg->msg_status = ETIMEDOUT; in sbbc_mbox_request_response()
1225 return (ETIMEDOUT); in sbbc_mbox_send_msg()
1438 if (waiter->w_msg->msg_status == ETIMEDOUT) { in sbbc_mbox_recv_msg()

123456