Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/lib/libc/port/sys/
H A Dlwp_rwlock.c47 if (error == ERESTART) in __lwp_rwlock_rdlock()
61 if (error == ERESTART) in __lwp_rwlock_wrlock()
75 if (error == ERESTART) in __lwp_rwlock_tryrdlock()
89 if (error == ERESTART) in __lwp_rwlock_trywrlock()
103 if (error == ERESTART) in __lwp_rwlock_unlock()
H A Dset_errno.c42 if (error == ERESTART) in __set_errno()
/illumos-gate/usr/src/lib/libc/amd64/inc/
H A DSYS.h86 cmpl $ERESTART, %eax; \
109 cmpl $ERESTART, %eax; \
120 cmpl $ERESTART, %eax; \
/illumos-gate/usr/src/lib/libc/sparcv9/inc/
H A DSYS.h104 cmp %o0, ERESTART; \
126 cmp %o0, ERESTART; \
142 cmp %o0, ERESTART; \
/illumos-gate/usr/src/lib/libc/sparc/inc/
H A DSYS.h113 cmp %o0, ERESTART; \
135 cmp %o0, ERESTART; \
151 cmp %o0, ERESTART; \
/illumos-gate/usr/src/lib/libc/i386/inc/
H A DSYS.h137 cmpl $ERESTART, %eax; \
159 cmpl $ERESTART, %eax; \
170 cmpl $ERESTART, %eax; \
/illumos-gate/usr/src/lib/libc/sparc/crt/
H A Dcerror.S43 cmp %o0, ERESTART
H A Dcerror64.S38 cmp %o0, ERESTART
/illumos-gate/usr/src/lib/libc/amd64/crt/
H A Dcerror.S34 cmpl $ERESTART, %eax
/illumos-gate/usr/src/lib/libc/i386/crt/
H A Dcerror.S34 cmpl $ERESTART, %eax
H A Dcerror64.S34 cmpl $ERESTART, %eax
/illumos-gate/usr/src/lib/libc/sparcv9/crt/
H A Dcerror.S41 cmp %o0, ERESTART
/illumos-gate/usr/src/boot/i386/libi386/
H A Dpxe.c488 return (ERESTART); in pxe_netif_receive_isr()
552 return (ERESTART); in pxe_netif_receive_isr()
578 if (ret != ERESTART) in pxe_netif_receive()
/illumos-gate/usr/src/uts/common/sys/
H A Derrno.h155 #define ERESTART 91 /* Restartable system call */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Derrno.h189 #define ERESTART (-1) /* restart syscall */ macro
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolsException.java481 public static final int ERESTART = 91; field in PoolsException
/illumos-gate/usr/src/lib/libc/amd64/sys/
H A Ddoor.S133 cmpl $ERESTART, %eax /* ERESTART is same as EINTR */
/illumos-gate/usr/src/lib/libc/sparc/sys/
H A Ddoor.S129 cmp %o0, ERESTART /* ERESTART is same as EINTR */
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_tx.c896 return (SET_ERROR(ERESTART)); in dmu_tx_try_assign()
902 return (SET_ERROR(ERESTART)); in dmu_tx_try_assign()
924 return (SET_ERROR(ERESTART)); in dmu_tx_try_assign()
1024 if (err != ERESTART || !(txg_how & TXG_WAIT)) in dmu_tx_assign()
/illumos-gate/usr/src/lib/libc/i386/sys/
H A Ddoor.S182 cmpl $ERESTART, %eax /* ERESTART is same as EINTR */
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_event.c163 return (ERESTART); in sol_uverbs_event_file_read()
179 return (ERESTART); in sol_uverbs_event_file_read()
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dcong.c424 return (-ERESTART); in rdsv3_cong_wait()
/illumos-gate/usr/src/lib/libproc/common/
H A DPcontrol.c571 if (errno == EINTR || errno == ERESTART) in Pxcreate()
1055 if ((errno != EINTR && errno != ERESTART) || in Pgrab()
1911 case ERESTART: in Pstopstatus()
1940 if (err != EINTR && err != ERESTART) { in Pstopstatus()
2041 case ERESTART: in deadcheck()
3513 case ERESTART: in Lstopstatus()
/illumos-gate/usr/src/cmd/nohup/
H A Dnohup.c399 (void) Lputareg(L, R_R0, ERESTART); in lwp_restart()

12