Home
last modified time | relevance | path

Searched refs:ETIME (Results 1 – 25 of 67) sorted by path

123

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_readdir.c582 if (error != ETIME) { in cache_cleanup()
620 if (error == ETIME && (p->ttl > time((time_t *)NULL))) { in cache_cleanup()
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Dadspriv_impl.c131 if (rc == ETIME) in adspriv_getdcname_1_svc()
136 if (rc == ETIME) { in adspriv_getdcname_1_svc()
H A Didmap_config.c1321 case ETIME: in wait_for_event()
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldapmodify.c1070 == ETIME) {
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_getldap.c1825 while (err != ETIME) { in getldap_serverInfo_op()
2608 if (err == ETIME) in getldap_refresh()
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_selfcred.c1034 if (err == ETIME) { in _nscd_proc_alt_get()
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolsException.java346 public static final int ETIME = 62; field in PoolsException
/illumos-gate/usr/src/cmd/rpcbind/
H A Drpcb_svc_com.c1140 cond_timedwait(&fi->cv, &finfo_lock, &to) != ETIME) in rpcbproc_callit_com()
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg190 @ MSG_ERRNO_ETIME "[ ETIME ]" # 62
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_doorsvc.c585 while (rc != ETIME && sdh->sd_ncalls != 0) { in smbd_door_fini()
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c7631 case ETIME: in zfs_do_channel_program()
/illumos-gate/usr/src/lib/libc/port/aio/
H A Dposix_aio.c607 if (cv_err == ETIME) in __aio_suspend()
1020 errno = ETIME; in __aio_waitn()
1031 if (errno == ETIME || errno == EINTR) { in __aio_waitn()
1100 case ETIME: in __aio_waitn()
1136 uerrno = ETIME; in __aio_waitn()
1170 if (uerrno == ETIME) { in __aio_waitn()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Derrlist106 62 ETIME Timer expired
H A Devent_port.c94 if (r.r_val2 == ETIME) { in port_getn()
95 errno = ETIME; in port_getn()
/illumos-gate/usr/src/lib/libc/port/rt/
H A Dsem.c306 if (error == ETIME) in sem_timedwait()
322 if (error == ETIME) in sem_reltimedwait_np()
/illumos-gate/usr/src/lib/libc/port/threads/
H A Drwlock.c794 if (error == ETIME) in pthread_rwlock_reltimedrdlock_np()
809 if (error == ETIME) in pthread_rwlock_timedrdlock()
892 if (error == ETIME) in pthread_rwlock_reltimedwrlock_np()
906 if (error == ETIME) in pthread_rwlock_timedwrlock()
H A Dsynch.c1866 ASSERT(error == 0 || error == EINVAL || error == ETIME); in mutex_lock_queue()
2132 error = ETIME; in mutex_lock_internal()
2360 if (error == ETIME) in pthread_mutex_timedlock()
2375 if (error == ETIME) in pthread_mutex_reltimedlock_np()
3525 if (error == ETIME) in cond_wait_common()
3611 if (error == ETIME && clock_id == CLOCK_HIGHRES) { in __cond_timedwait()
3650 if (error == ETIME) in pthread_cond_timedwait()
3694 if (error == ETIME) in pthread_cond_reltimedwait_np()
/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dcond.c205 case ETIME: in cv__twait()
/illumos-gate/usr/src/lib/libipadm/common/
H A Dipadm_ndpd.c332 errno = ETIME; in ipadm_ndpd_read()
/illumos-gate/usr/src/lib/libipmp/common/
H A Dipmp_mpathd.c260 errno = ETIME; in ipmp_read()
/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_da_cache.c257 if (err == ETIME) { in cache_thr()
H A Dslp_ipc.c306 if (err == ETIME) { in ipc_manage_thr()
H A Dslp_queue.c212 if (err == ETIME) { in slp_dequeue_timed()
/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/
H A Dfake_ktli.c302 return (ETIME); in t_kspoll()
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dmlsvc_domain.c165 if (rc == ETIME) { in smb_locate_dc()

123