/illumos-gate/usr/src/lib/libc/port/sys/ |
H A D | lwp_rwlock.c | 47 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 D | set_errno.c | 42 if (error == ERESTART) in __set_errno()
|
/illumos-gate/usr/src/lib/libc/amd64/inc/ |
H A D | SYS.h | 86 cmpl $ERESTART, %eax; \ 109 cmpl $ERESTART, %eax; \ 120 cmpl $ERESTART, %eax; \
|
/illumos-gate/usr/src/lib/libc/sparcv9/inc/ |
H A D | SYS.h | 104 cmp %o0, ERESTART; \ 126 cmp %o0, ERESTART; \ 142 cmp %o0, ERESTART; \
|
/illumos-gate/usr/src/lib/libc/sparc/inc/ |
H A D | SYS.h | 113 cmp %o0, ERESTART; \ 135 cmp %o0, ERESTART; \ 151 cmp %o0, ERESTART; \
|
/illumos-gate/usr/src/lib/libc/i386/inc/ |
H A D | SYS.h | 137 cmpl $ERESTART, %eax; \ 159 cmpl $ERESTART, %eax; \ 170 cmpl $ERESTART, %eax; \
|
/illumos-gate/usr/src/lib/libc/sparc/crt/ |
H A D | cerror.S | 43 cmp %o0, ERESTART
|
H A D | cerror64.S | 38 cmp %o0, ERESTART
|
/illumos-gate/usr/src/lib/libc/amd64/crt/ |
H A D | cerror.S | 34 cmpl $ERESTART, %eax
|
/illumos-gate/usr/src/lib/libc/i386/crt/ |
H A D | cerror.S | 34 cmpl $ERESTART, %eax
|
H A D | cerror64.S | 34 cmpl $ERESTART, %eax
|
/illumos-gate/usr/src/lib/libc/sparcv9/crt/ |
H A D | cerror.S | 41 cmp %o0, ERESTART
|
/illumos-gate/usr/src/boot/i386/libi386/ |
H A D | pxe.c | 488 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/boot/sys/sys/ |
H A D | errno.h | 189 #define ERESTART (-1) /* restart syscall */ macro
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | errno.h | 155 #define ERESTART 91 /* Restartable system call */ macro
|
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/ |
H A D | PoolsException.java | 481 public static final int ERESTART = 91; field in PoolsException
|
/illumos-gate/usr/src/lib/libc/amd64/sys/ |
H A D | door.S | 133 cmpl $ERESTART, %eax /* ERESTART is same as EINTR */
|
/illumos-gate/usr/src/lib/libc/sparc/sys/ |
H A D | door.S | 129 cmp %o0, ERESTART /* ERESTART is same as EINTR */
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | dmu_tx.c | 896 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 D | door.S | 182 cmpl $ERESTART, %eax /* ERESTART is same as EINTR */
|
/illumos-gate/usr/src/uts/common/klm/ |
H A D | nlm_client.c | 196 } 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 D | sol_uverbs_event.c | 163 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 D | cong.c | 424 return (-ERESTART); in rdsv3_cong_wait()
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | Pcontrol.c | 627 if (errno == EINTR || errno == ERESTART) in Pxcreate() 1110 if ((errno != EINTR && errno != ERESTART) || in Pgrab() 1977 case ERESTART: in Pstopstatus() 2006 if (err != EINTR && err != ERESTART) { in Pstopstatus() 2107 case ERESTART: in deadcheck() 3579 case ERESTART: in Lstopstatus()
|
/illumos-gate/usr/src/cmd/nohup/ |
H A D | nohup.c | 401 (void) Lputareg(L, R_R0, ERESTART); in lwp_restart()
|