/illumos-gate/usr/src/test/libc-tests/tests/clocklock/ |
H A D | clock_lock_rwlock.c | 346 if (p != ETIMEDOUT) { in clock_test_rwlock_to_abs() 361 if (p != ETIMEDOUT) { in clock_test_rwlock_to_abs() 377 if (p != ETIMEDOUT) { in clock_test_rwlock_to_abs() 393 if (p != ETIMEDOUT) { in clock_test_rwlock_to_abs() 408 if (p != ETIMEDOUT) { in clock_test_rwlock_to_abs() 424 if (p != ETIMEDOUT) { in clock_test_rwlock_to_abs() 454 if (p != ETIMEDOUT) { in clock_test_rwlock_to_rel() 472 if (p != ETIMEDOUT) { in clock_test_rwlock_to_rel() 491 if (p != ETIMEDOUT) { in clock_test_rwlock_to_rel() 509 if (p != ETIMEDOUT) { in clock_test_rwlock_to_rel() [all …]
|
H A D | clock_lock_sem.c | 237 if (p != -1 && errno != ETIMEDOUT) { in clock_test_sem_to_abs() 252 if (p != -1 && errno != ETIMEDOUT) { in clock_test_sem_to_abs() 268 if (p != -1 && errno != ETIMEDOUT) { in clock_test_sem_to_abs() 297 if (p != -1 && errno != ETIMEDOUT) { in clock_test_sem_to_rel() 315 if (p != -1 && errno != ETIMEDOUT) { in clock_test_sem_to_rel() 334 if (p != -1 && errno != ETIMEDOUT) { in clock_test_sem_to_rel()
|
H A D | clock_lock_mutex.c | 257 if (p != ETIMEDOUT) { in clock_test_mutex_to_abs() 272 if (p != ETIMEDOUT) { in clock_test_mutex_to_abs() 288 if (p != ETIMEDOUT) { in clock_test_mutex_to_abs() 317 if (p != ETIMEDOUT) { in clock_test_mutex_to_rel() 335 if (p != ETIMEDOUT) { in clock_test_mutex_to_rel() 354 if (p != ETIMEDOUT) { in clock_test_mutex_to_rel()
|
H A D | clock_lock_cond.c | 233 if (p != ETIMEDOUT) { in clock_test_cond_to_abs() 248 if (p != ETIMEDOUT) { in clock_test_cond_to_abs() 264 if (p != ETIMEDOUT) { in clock_test_cond_to_abs() 295 if (p != ETIMEDOUT) { in clock_test_cond_to_rel() 313 if (p != ETIMEDOUT) { in clock_test_cond_to_rel() 331 if (p != ETIMEDOUT) { in clock_test_cond_to_rel()
|
/illumos-gate/usr/src/lib/libldap5/sources/ldap/prldap/ |
H A D | ldappr-error.c | 60 #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 D | net.c | 107 errno = ETIMEDOUT; in sendrecv() 112 errno = ETIMEDOUT; in sendrecv() 139 if (cc != -1 || (errno != 0 && errno != ETIMEDOUT)) in sendrecv()
|
H A D | strerror.c | 59 {ETIMEDOUT, "operation timed out"},
|
/illumos-gate/usr/src/stand/lib/fs/nfs/ |
H A D | rpc.c | 355 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 D | clnt_budp.c | 273 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 D | mach_mp_states.c | 138 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 D | port-sockets.h | 65 #ifndef ETIMEDOUT 66 #define ETIMEDOUT WSAETIMEDOUT macro
|
/illumos-gate/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 | 805 error = ETIMEDOUT; in pthread_rwlock_relclockrdlock_np() 837 error = ETIMEDOUT; in pthread_rwlock_clockrdlock() 936 error = ETIMEDOUT; in pthread_rwlock_relclockwrlock_np() 968 error = ETIMEDOUT; in pthread_rwlock_clockwrlock()
|
/illumos-gate/usr/src/lib/libc/port/rt/ |
H A D | sem.c | 310 error = ETIMEDOUT; in sem_clockwait() 333 error = ETIMEDOUT; in sem_relclockwait_np()
|
/illumos-gate/usr/src/uts/common/inet/tcp/ |
H A D | tcp_timers.c | 460 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/cmd/sendmail/libsm/ |
H A D | ldap.c | 127 errno = ETIMEDOUT; \ 282 errno = ETIMEDOUT; 1100 save_errno = ETIMEDOUT; 1126 case ETIMEDOUT: 1288 case ETIMEDOUT:
|
/illumos-gate/usr/src/lib/libresolv/ |
H A D | res_send.c | 154 int terrno = ETIMEDOUT; 509 errno = ETIMEDOUT; /* no answer obtained */
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | errno.h | 124 #define ETIMEDOUT 60 /* Operation timed out */ macro
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | errno.h | 188 #define ETIMEDOUT 145 /* Connection timed out */ macro
|
/illumos-gate/usr/src/ucblib/librpcsoc/ |
H A D | rtime.c | 113 errno = ETIMEDOUT;
|
/illumos-gate/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
|
/illumos-gate/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()
|
/illumos-gate/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()
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | domain.c | 491 if (errno == ETIMEDOUT || 504 (errno == ETIMEDOUT || 938 if (save_errno != ETIMEDOUT)
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/smrt/ |
H A D | smrt_sata.c | 81 VERIFY3S(r, ==, ETIMEDOUT); in smrt_sata_determine_wwn()
|