/titanic_44/usr/src/lib/libldap5/sources/ldap/prldap/ |
H A D | ldappr-error.c | 62 #ifndef ETIMEDOUT 63 #define ETIMEDOUT WSAETIMEDOUT macro 136 { PR_IO_TIMEOUT_ERROR, ETIMEDOUT }, /* XXX: correct mapping ? */ 147 { PR_CONNECT_TIMEOUT_ERROR, ETIMEDOUT },
|
/titanic_44/usr/src/cmd/fs.d/cachefs/cfsd/ |
H A D | cfsd_logelem.c | 417 if ((xx == ETIMEDOUT) || (xx == EIO)) { in logelem_lostfound() 419 return (ETIMEDOUT); in logelem_lostfound() 1270 if ((xx == ETIMEDOUT) || (xx == EIO)) { in logelem_roll_setattr() 1272 return (ETIMEDOUT); in logelem_roll_setattr() 1320 if ((xx == ETIMEDOUT) || (xx == EIO)) { in logelem_roll_setattr() 1322 return (ETIMEDOUT); in logelem_roll_setattr() 1461 if ((xx == ETIMEDOUT) || (xx == EIO)) { in logelem_roll_setsecattr() 1463 return (ETIMEDOUT); in logelem_roll_setsecattr() 1512 if ((xx == ETIMEDOUT) || (xx == EIO)) { in logelem_roll_setsecattr() 1514 return (ETIMEDOUT); in logelem_roll_setsecattr() [all …]
|
/titanic_44/usr/src/stand/lib/fs/nfs/ |
H A D | rpc.c | 357 if (errno == ETIMEDOUT) { in brpc_call() 371 errno == ETIMEDOUT) { in brpc_call() 465 } while (rpc_error.re_status != RPC_SUCCESS && errno != ETIMEDOUT && in brpc_call() 487 preserve_errno = (errno == ETIMEDOUT) ? errno : 0; in brpc_call()
|
H A D | clnt_budp.c | 290 if (errno == ETIMEDOUT) { 325 cu->cu_error.re_errno = ETIMEDOUT; 349 if (errno == ETIMEDOUT) { 350 errno = ETIMEDOUT;
|
/titanic_44/usr/src/uts/sun4v/os/ |
H A D | mach_mp_states.c | 138 return (ETIMEDOUT); in stopcpu_bycpuid() 156 return ((loop_cnt == cpu_stop_time_limit) ? ETIMEDOUT : 0); in stopcpu_bycpuid()
|
/titanic_44/usr/src/lib/gss_mechs/mech_krb5/include/ |
H A D | port-sockets.h | 65 #ifndef ETIMEDOUT 66 #define ETIMEDOUT WSAETIMEDOUT macro
|
/titanic_44/usr/src/lib/libc/port/threads/ |
H A D | c11_thr.c | 98 if (ret == ETIMEDOUT) in cnd_timedwait() 164 if (ret == ETIMEDOUT) in mtx_timedlock()
|
H A D | rwlock.c | 792 error = ETIMEDOUT; in pthread_rwlock_reltimedrdlock_np() 807 error = ETIMEDOUT; in pthread_rwlock_timedrdlock() 890 error = ETIMEDOUT; in pthread_rwlock_reltimedwrlock_np() 904 error = ETIMEDOUT; in pthread_rwlock_timedwrlock()
|
/titanic_44/usr/src/uts/common/fs/cachefs/ |
H A D | cachefs_vnops.c | 1604 error = ETIMEDOUT; in cachefs_push_front() 1614 error = ETIMEDOUT; in cachefs_push_front() 1622 error = ETIMEDOUT; in cachefs_push_front() 2525 return (ETIMEDOUT); in cachefs_setattr_disconnected() 2529 return (ETIMEDOUT); in cachefs_setattr_disconnected() 2569 error = ETIMEDOUT; in cachefs_setattr_disconnected() 3143 error = ETIMEDOUT; in cachefs_readlink_disconnected() 3634 error = ETIMEDOUT; in cachefs_lookup_common() 3641 error = ETIMEDOUT; in cachefs_lookup_common() 3675 error = ETIMEDOUT; in cachefs_lookup_common() [all …]
|
/titanic_44/usr/src/lib/libc/port/rt/ |
H A D | sem.c | 309 error = ETIMEDOUT; in sem_timedwait() 325 error = ETIMEDOUT; in sem_reltimedwait_np()
|
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | errno.h | 109 #define ETIMEDOUT 60 /* Connection timed out */ macro
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | errno.h | 190 #define ETIMEDOUT 145 /* Connection timed out */ macro
|
/titanic_44/usr/src/lib/libbc/libc/sys/common/ |
H A D | s5errno.h | 170 #define ETIMEDOUT 145 /* Connection timed out */ macro
|
H A D | maperror.c | 265 case ETIMEDOUT: in maperror()
|
/titanic_44/usr/src/lib/libresolv/ |
H A D | res_send.c | 141 int terrno = ETIMEDOUT; 496 errno = ETIMEDOUT; /* no answer obtained */
|
/titanic_44/usr/src/uts/common/inet/tcp/ |
H A D | tcp_timers.c | 460 tcp->tcp_client_errno : ETIMEDOUT); in tcp_keepalive_timer() 967 tcp->tcp_client_errno : ETIMEDOUT); in tcp_timer() 977 tcp->tcp_client_errno : ETIMEDOUT); in tcp_timer() 1108 tcp->tcp_client_errno = ETIMEDOUT; in tcp_close_linger_timeout()
|
/titanic_44/usr/src/cmd/sendmail/libsm/ |
H A D | ldap.c | 127 errno = ETIMEDOUT; \ 282 errno = ETIMEDOUT; 1100 save_errno = ETIMEDOUT; 1126 case ETIMEDOUT: 1288 case ETIMEDOUT:
|
/titanic_44/usr/src/ucblib/librpcsoc/ |
H A D | rtime.c | 115 errno = ETIMEDOUT;
|
/titanic_44/usr/src/lib/fm/libldom/sparc/ |
H A D | ldmsvcs_utils.c | 305 ier = ETIMEDOUT; in poller_recv_data() 318 ASSERT(ier == 0 || ier == ETIMEDOUT); in poller_recv_data() 590 return (ETIMEDOUT); in fds_send() 1030 ier = ETIMEDOUT; in fds_svc_lookup() 1046 if (ier == ETIMEDOUT) { in fds_svc_lookup() 1305 ier = ETIMEDOUT; /* channel not ready */ in sendrecv() 1326 ASSERT(ier == 0 || ier == ETIMEDOUT || ier == ENOTSUP); in sendrecv()
|
/titanic_44/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/ |
H A D | PoolsException.java | 611 public static final int ETIMEDOUT = 145; field in PoolsException
|
/titanic_44/usr/src/lib/libsmbfs/smb/ |
H A D | nbns_rq.c | 499 return (ETIMEDOUT); in nbns_rq_recv() 501 return (ETIMEDOUT); in nbns_rq_recv() 647 if (error == ETIMEDOUT) in nbns_rq()
|
/titanic_44/usr/src/uts/common/io/scsi/adapters/smrt/ |
H A D | smrt_sata.c | 81 VERIFY3S(r, ==, ETIMEDOUT); in smrt_sata_determine_wwn()
|
/titanic_44/usr/src/uts/common/inet/sctp/ |
H A D | sctp_timer.c | 416 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()
|
/titanic_44/usr/src/cmd/sendmail/src/ |
H A D | domain.c | 493 if (errno == ETIMEDOUT || 506 (errno == ETIMEDOUT || 940 if (save_errno != ETIMEDOUT)
|
/titanic_44/usr/src/lib/sun_sas/common/ |
H A D | Sun_sasSendSMPPassThru.c | 64 if ((errno == ETIME) || (errno == ETIMEDOUT) || in SendSMPPassThru()
|