Home
last modified time | relevance | path

Searched refs:ETIME (Results 1 – 25 of 71) sorted by relevance

123

/titanic_41/usr/src/lib/libc/port/gen/
H A Devent_port.c96 if (r.r_val2 == ETIME) { in port_getn()
97 errno = ETIME; in port_getn()
/titanic_41/usr/src/uts/common/ktli/
H A Dt_kspoll.c126 if (error == ETIME) { in t_kspoll()
H A Dt_kutil.c107 if (error == ETIME) in tli_recv()
/titanic_41/usr/src/lib/libc/port/rt/
H A Dsem.c308 if (error == ETIME) in sem_timedwait()
324 if (error == ETIME) in sem_reltimedwait_np()
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Derrno.h132 #define ETIME 73 /* Timer expired */ macro
/titanic_41/usr/src/uts/common/sys/
H A Derrno.h123 #define ETIME 62 /* timer expired */ macro
/titanic_41/usr/src/lib/libbc/libc/sys/common/
H A Ds5errno.h108 #define ETIME 62 /* timer expired */ macro
H A Dmaperror.c171 case ETIME: in maperror()
/titanic_41/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_cache.c399 return (ETIME); in smb_cache_lock()
477 if (err == ETIME) in smb_cache_wait()
/titanic_41/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolsException.java346 public static final int ETIME = 62; field in PoolsException
/titanic_41/usr/src/lib/libc/port/aio/
H A Dposix_aio.c607 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_41/usr/src/lib/libc/port/threads/
H A Drwlock.c791 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_41/usr/src/lib/libfakekernel/common/
H A Dcond.c175 case ETIME: in cv__twait()
/titanic_41/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_iod.c393 if (error == ETIME && in smb_iod_recvall()
426 if (error == ETIME) { in smb_iod_recvall()
846 error = ETIME; in smb_iod_waitrq()
H A Dsmb_trantcp.c127 error = ETIME; in nb_getmsg_mlen()
376 if (error != ETIME) in nbssn_recv()
/titanic_41/usr/src/lib/libslp/clib/
H A Dslp_da_cache.c257 if (err == ETIME) { in cache_thr()
H A Dslp_ipc.c308 if (err == ETIME) { in ipc_manage_thr()
H A Dslp_queue.c214 if (err == ETIME) { in slp_dequeue_timed()
/titanic_41/usr/src/lib/libipmp/common/
H A Dipmp_mpathd.c246 errno = ETIME; in ipmp_read()
/titanic_41/usr/src/lib/sun_sas/common/
H A DSun_sasSendSMPPassThru.c64 if ((errno == ETIME) || (errno == ETIMEDOUT) || in SendSMPPassThru()
/titanic_41/usr/src/uts/common/syscall/
H A Dlwp_timer.c205 if (error != ETIME) { in lwp_timer_copyout()
H A Dlwpsys.c504 error = ETIME; in lwp_park()
513 if (error != ETIME) { in lwp_park()
/titanic_41/usr/src/cmd/fs.d/autofs/
H A Dautod_readdir.c584 if (error != ETIME) { in cache_cleanup()
622 if (error == ETIME && (p->ttl > time((time_t *)NULL))) { in cache_cleanup()
/titanic_41/usr/src/uts/common/io/
H A Dsundlpi.c207 case ETIME: in dl_op()
210 return (ETIME); in dl_op()
/titanic_41/usr/src/lib/libsmbfs/smb/
H A Dnb_ssn.c256 err = ETIME; in nb_ssn_pollin()

123