/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | event_port.c | 94 if (r.r_val2 == ETIME) { in port_getn() 95 errno = ETIME; in port_getn()
|
/illumos-gate/usr/src/cmd/idmap/idmapd/ |
H A D | adspriv_impl.c | 131 if (rc == ETIME) in adspriv_getdcname_1_svc() 136 if (rc == ETIME) { in adspriv_getdcname_1_svc()
|
/illumos-gate/usr/src/uts/common/ktli/ |
H A D | t_kspoll.c | 124 if (error == ETIME) { in t_kspoll()
|
H A D | t_kutil.c | 107 if (error == ETIME) in tli_recv()
|
/illumos-gate/usr/src/lib/libc/port/rt/ |
H A D | sem.c | 309 if (error == ETIME) in sem_clockwait() 332 if (error == ETIME) in sem_relclockwait_np()
|
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/ |
H A D | smb_cache.c | 399 return (ETIME); in smb_cache_lock() 477 if (err == ETIME) in smb_cache_wait()
|
H A D | smb_domain.c | 810 if (err == ETIME) in smb_dcache_getdc() 839 if (err == ETIME) in smb_dcache_wait()
|
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | smb_iod.c | 507 if (error == ETIME && poll) in smb_iod_recvall() 510 if (error == ETIME && in smb_iod_recvall() 559 if (error == ETIME) { in smb_iod_recvall() 1346 error = ETIME; in smb_iod_waitrq() 1382 if (error == ETIME) { in smb_iod_waitrq_int() 1391 error = ETIME; in smb_iod_waitrq_int()
|
H A D | smb_trantcp.c | 121 error = ETIME; in nb_getmsg_mlen() 370 if (error != ETIME) in nbssn_recv()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | errno.h | 121 #define ETIME 62 /* timer expired */ macro
|
/illumos-gate/usr/src/lib/libc/port/aio/ |
H A D | posix_aio.c | 606 if (cv_err == ETIME) in __aio_suspend() 1019 errno = ETIME; in __aio_waitn() 1030 if (errno == ETIME || errno == EINTR) { in __aio_waitn() 1099 case ETIME: in __aio_waitn() 1135 uerrno = ETIME; in __aio_waitn() 1169 if (uerrno == ETIME) { in __aio_waitn()
|
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/ |
H A D | PoolsException.java | 346 public static final int ETIME = 62; field in PoolsException
|
/illumos-gate/usr/src/lib/libc/port/threads/ |
H A D | rwlock.c | 804 if (error == ETIME) in pthread_rwlock_relclockrdlock_np() 836 if (error == ETIME) in pthread_rwlock_clockrdlock() 935 if (error == ETIME) in pthread_rwlock_relclockwrlock_np() 967 if (error == ETIME) in pthread_rwlock_clockwrlock()
|
H A D | synch.c | 1867 ASSERT(error == 0 || error == EINVAL || error == ETIME); in mutex_lock_queue() 2133 error = ETIME; in mutex_lock_internal() 2370 if (error == ETIME) in pthread_mutex_clocklock() 2401 if (error == ETIME) in pthread_mutex_relclocklock_np() 3562 if (error == ETIME) in cond_wait_common() 3647 if (error == ETIME && clock_id == CLOCK_HIGHRES) { in __cond_timedwait() 3725 if (error == ETIME) in pthread_cond_clockwait() 3789 if (error == ETIME) in pthread_cond_relclockwait_np()
|
/illumos-gate/usr/src/lib/libfakekernel/common/ |
H A D | cond.c | 205 case ETIME: in cv__twait()
|
/illumos-gate/usr/src/lib/libslp/clib/ |
H A D | slp_ipc.c | 306 if (err == ETIME) { in ipc_manage_thr()
|
H A D | slp_da_cache.c | 257 if (err == ETIME) { in cache_thr()
|
H A D | slp_queue.c | 212 if (err == ETIME) { in slp_dequeue_timed()
|
/illumos-gate/usr/src/cmd/fs.d/autofs/ |
H A D | autod_readdir.c | 582 if (error != ETIME) { in cache_cleanup() 620 if (error == ETIME && (p->ttl > time((time_t *)NULL))) { in cache_cleanup()
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | lwpsys.c | 506 error = ETIME; in lwp_park() 515 if (error != ETIME) { in lwp_park()
|
H A D | lwp_timer.c | 205 if (error != ETIME) { in lwp_timer_copyout()
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | sundlpi.c | 207 case ETIME: in dl_op() 210 return (ETIME); in dl_op()
|
H A D | l_strplumb.c | 198 if (error == ETIME) in kstr_msg()
|
/illumos-gate/usr/src/lib/sun_sas/common/ |
H A D | Sun_sasSendSMPPassThru.c | 68 if ((errno == ETIME) || (errno == ETIMEDOUT) || in SendSMPPassThru()
|
/illumos-gate/usr/src/lib/libipmp/common/ |
H A D | ipmp_mpathd.c | 260 errno = ETIME; in ipmp_read()
|