Home
last modified time | relevance | path

Searched refs:ETIME (Results 1 – 25 of 66) sorted by last modified time

123

/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_cots.c2727 if (error == ETIME) in connmgr_connect()
2746 else if (error == ETIME) in connmgr_connect()
3736 return (ETIME); in waitforack()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c3054 if (error == ETIME) in sotpi_recvmsg()
/illumos-gate/usr/src/lib/libc/port/threads/
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()
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()
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c7631 case ETIME: in zfs_do_channel_program()
/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/uts/common/fs/smbsrv/
H A Dsmb_server.c2545 event->se_errno = ETIME; in smb_event_wait()
H A Dsmb_kutil.c1913 return (ETIME); in smb_threshold_enter()
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Didmap_config.c1321 case ETIME: in wait_for_event()
H A Dadspriv_impl.c131 if (rc == ETIME) in adspriv_getdcname_1_svc()
136 if (rc == ETIME) { in adspriv_getdcname_1_svc()
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldapmodify.c1070 == ETIME) {
/illumos-gate/usr/src/lib/libipadm/common/
H A Dipadm_ndpd.c332 errno = ETIME; in ipadm_ndpd_read()
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dmlsvc_domain.c165 if (rc == ETIME) { in smb_locate_dc()
/illumos-gate/usr/src/uts/intel/io/mc-amd/
H A Dmcamd_drv.c1132 return (ETIME); /* Operation timed out */ in mc_onlinespare()
/illumos-gate/usr/src/uts/common/syscall/
H A Dlwp_sobj.c857 if ((error == EINTR || error == ETIME) && in lwp_upimutex_lock()
870 ASSERT(error == EINTR || error == ETIME || in lwp_upimutex_lock()
1302 error = ETIME; in lwp_mutex_timedlock()
1782 error = ETIME; in lwp_cond_wait()
2142 error = ETIME; in lwp_sema_timedwait()
2649 error = ETIME; in lwp_rwlock_lock()
/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c3144 return (ETIME); in strwaitq()
/illumos-gate/usr/src/uts/common/ktli/
H A Dt_kspoll.c124 if (error == ETIME) { in t_kspoll()
/illumos-gate/usr/src/uts/common/io/overlay/
H A Doverlay_target.c598 return (ETIME); in overlay_target_lookup_request()
/illumos-gate/usr/src/uts/common/io/
H A Dl_strplumb.c198 if (error == ETIME) in kstr_msg()
/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport.c641 if (error && error != ETIME) in portfs()
1334 error = (rval == 0) ? EINTR : ETIME; in port_getn()
1343 (error == ETIME && flag))) { in port_getn()
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_domain.c810 if (err == ETIME) in smb_dcache_getdc()
839 if (err == ETIME) in smb_dcache_wait()
/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/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/cmd/smbsrv/smbd/
H A Dsmbd_doorsvc.c585 while (rc != ETIME && sdh->sd_ncalls != 0) { in smbd_door_fini()
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg190 @ MSG_ERRNO_ETIME "[ ETIME ]" # 62

123