/titanic_44/usr/src/lib/libc/port/gen/ |
H A D | event_port.c | 96 if (r.r_val2 == ETIME) { in port_getn() 97 errno = ETIME; in port_getn()
|
/titanic_44/usr/src/uts/common/ktli/ |
H A D | t_kspoll.c | 126 if (error == ETIME) { in t_kspoll()
|
H A D | t_kutil.c | 107 if (error == ETIME) in tli_recv()
|
/titanic_44/usr/src/lib/libc/port/rt/ |
H A D | sem.c | 308 if (error == ETIME) in sem_timedwait() 324 if (error == ETIME) in sem_reltimedwait_np()
|
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | errno.h | 132 #define ETIME 73 /* Timer expired */ macro
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | errno.h | 123 #define ETIME 62 /* timer expired */ macro
|
/titanic_44/usr/src/lib/libbc/libc/sys/common/ |
H A D | s5errno.h | 108 #define ETIME 62 /* timer expired */ macro
|
H A D | maperror.c | 171 case ETIME: in maperror()
|
/titanic_44/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()
|
/titanic_44/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
|
/titanic_44/usr/src/lib/libc/port/aio/ |
H A D | posix_aio.c | 607 if (cv_err == ETIME) in __aio_suspend() 1021 errno = ETIME; in __aio_waitn() 1032 if (errno == ETIME || errno == EINTR) { in __aio_waitn() 1101 case ETIME: in __aio_waitn() 1137 uerrno = ETIME; in __aio_waitn() 1171 if (uerrno == ETIME) { in __aio_waitn()
|
/titanic_44/usr/src/lib/libc/port/threads/ |
H A D | rwlock.c | 791 if (error == ETIME) in pthread_rwlock_reltimedrdlock_np() 806 if (error == ETIME) in pthread_rwlock_timedrdlock() 889 if (error == ETIME) in pthread_rwlock_reltimedwrlock_np() 903 if (error == ETIME) in pthread_rwlock_timedwrlock()
|
/titanic_44/usr/src/lib/libfakekernel/common/ |
H A D | cond.c | 175 case ETIME: in cv__twait()
|
/titanic_44/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | smb_iod.c | 393 if (error == ETIME && in smb_iod_recvall() 426 if (error == ETIME) { in smb_iod_recvall() 846 error = ETIME; in smb_iod_waitrq()
|
H A D | smb_trantcp.c | 127 error = ETIME; in nb_getmsg_mlen() 376 if (error != ETIME) in nbssn_recv()
|
/titanic_44/usr/src/lib/libslp/clib/ |
H A D | slp_da_cache.c | 257 if (err == ETIME) { in cache_thr()
|
H A D | slp_ipc.c | 308 if (err == ETIME) { in ipc_manage_thr()
|
H A D | slp_queue.c | 214 if (err == ETIME) { in slp_dequeue_timed()
|
/titanic_44/usr/src/lib/libipmp/common/ |
H A D | ipmp_mpathd.c | 246 errno = ETIME; in ipmp_read()
|
/titanic_44/usr/src/lib/sun_sas/common/ |
H A D | Sun_sasSendSMPPassThru.c | 64 if ((errno == ETIME) || (errno == ETIMEDOUT) || in SendSMPPassThru()
|
/titanic_44/usr/src/uts/common/syscall/ |
H A D | lwp_timer.c | 205 if (error != ETIME) { in lwp_timer_copyout()
|
H A D | lwpsys.c | 504 error = ETIME; in lwp_park() 513 if (error != ETIME) { in lwp_park()
|
/titanic_44/usr/src/uts/common/io/ |
H A D | sundlpi.c | 207 case ETIME: in dl_op() 210 return (ETIME); in dl_op()
|
/titanic_44/usr/src/cmd/fs.d/autofs/ |
H A D | autod_readdir.c | 584 if (error != ETIME) { in cache_cleanup() 622 if (error == ETIME && (p->ttl > time((time_t *)NULL))) { in cache_cleanup()
|
/titanic_44/usr/src/lib/libsmbfs/smb/ |
H A D | nb_ssn.c | 256 err = ETIME; in nb_ssn_pollin()
|