Home
last modified time | relevance | path

Searched refs:ERESTART (Results 1 – 25 of 48) sorted by relevance

12

/titanic_41/usr/src/lib/libc/port/sys/
H A Dlwp_rwlock.c49 if (error == ERESTART) in __lwp_rwlock_rdlock()
63 if (error == ERESTART) in __lwp_rwlock_wrlock()
77 if (error == ERESTART) in __lwp_rwlock_tryrdlock()
91 if (error == ERESTART) in __lwp_rwlock_trywrlock()
105 if (error == ERESTART) in __lwp_rwlock_unlock()
H A Dset_errno.c44 if (error == ERESTART) in __set_errno()
/titanic_41/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_dev.c234 if (rc != ERESTART)
328 if (rc != ERESTART) in nsc_unregister_io()
400 if (rc != ERESTART) in nsc_register_path()
447 if (rc != ERESTART) {
507 return (ERESTART);
511 if (!run && errno != ERESTART)
554 if (rc == -ERESTART)
555 return (ERESTART);
558 return (ERESTART);
562 if (!run && errno != ERESTART)
[all …]
H A Dnsc_resv.c161 if (rc != ERESTART)
345 if (!rc || rc != ERESTART)
403 if (rc != ERESTART)
616 return (rc ? rc : ERESTART);
868 if (rc == EAGAIN || rc == ERESTART) in _nsc_detach_dev()
942 return (rc ? rc : ERESTART); in _nsc_call_dev()
987 return ((rc == 0) ? EINTR : ERESTART);
/titanic_41/usr/src/lib/libc/amd64/inc/
H A DSYS.h88 cmpl $ERESTART, %eax; \
111 cmpl $ERESTART, %eax; \
122 cmpl $ERESTART, %eax; \
/titanic_41/usr/src/lib/libc/sparcv9/inc/
H A DSYS.h106 cmp %o0, ERESTART; \
128 cmp %o0, ERESTART; \
144 cmp %o0, ERESTART; \
/titanic_41/usr/src/lib/libc/sparc/inc/
H A DSYS.h115 cmp %o0, ERESTART; \
137 cmp %o0, ERESTART; \
153 cmp %o0, ERESTART; \
/titanic_41/usr/src/lib/libc/i386/inc/
H A DSYS.h139 cmpl $ERESTART, %eax; \
161 cmpl $ERESTART, %eax; \
172 cmpl $ERESTART, %eax; \
/titanic_41/usr/src/lib/libc/sparc/crt/
H A Dcerror.s43 cmp %o0, ERESTART
H A Dcerror64.s38 cmp %o0, ERESTART
/titanic_41/usr/src/lib/libc/i386/crt/
H A Dcerror.s34 cmpl $ERESTART, %eax
H A Dcerror64.s34 cmpl $ERESTART, %eax
/titanic_41/usr/src/lib/libc/amd64/crt/
H A Dcerror.s34 cmpl $ERESTART, %eax
/titanic_41/usr/src/lib/libc/sparcv9/crt/
H A Dcerror.s41 cmp %o0, ERESTART
/titanic_41/usr/src/uts/common/sys/
H A Derrno.h157 #define ERESTART 91 /* Restartable system call */ macro
/titanic_41/usr/src/lib/libbc/libc/sys/common/
H A Ds5errno.h137 #define ERESTART 91 /* Restartable system call */ macro
H A Dmaperror.c186 case ERESTART: in maperror()
/titanic_41/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolsException.java481 public static final int ERESTART = 91; field in PoolsException
/titanic_41/usr/src/lib/libc/amd64/sys/
H A Ddoor.s133 cmpl $ERESTART, %eax /* ERESTART is same as EINTR */
/titanic_41/usr/src/lib/libc/sparc/sys/
H A Ddoor.s129 cmp %o0, ERESTART /* ERESTART is same as EINTR */
/titanic_41/usr/src/lib/libc/i386/sys/
H A Ddoor.s176 cmpl $ERESTART, %eax /* ERESTART is same as EINTR */
/titanic_41/usr/src/uts/common/klm/
H A Dnlm_client.c196 } else if (error == ERESTART) { in nlm_reclaim_client()
228 } else if (error == ERESTART) { in nlm_reclaim_client()
675 return (ERESTART); in nlm_reclaim_lock()
1298 return (ERESTART); in nlm_reclaim_share()
/titanic_41/usr/src/uts/common/avs/ns/
H A Dcontract.h140 #define ERESTART 0 macro
/titanic_41/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_event.c162 return (ERESTART); in sol_uverbs_event_file_read()
178 return (ERESTART); in sol_uverbs_event_file_read()
/titanic_41/usr/src/uts/common/fs/zfs/
H A Ddmu_tx.c1136 return (SET_ERROR(ERESTART)); in dmu_tx_try_assign()
1142 return (SET_ERROR(ERESTART)); in dmu_tx_try_assign()
1163 return (SET_ERROR(ERESTART)); in dmu_tx_try_assign()
1293 if (err != ERESTART || txg_how != TXG_WAIT) in dmu_tx_assign()

12