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

12

/illumos-gate/usr/src/lib/libc/port/sys/
H A Dset_errno.c34 * __set_errno() takes an error number, maps ERESTART into EINTR, and sets
38 * set errno and does not deal with ERESTART; it just returns the error
44 if (error == ERESTART)
H A Dlwp_rwlock.c49 if (error == ERESTART)
63 if (error == ERESTART)
77 if (error == ERESTART)
91 if (error == ERESTART)
105 if (error == ERESTART)
/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/lib/libc/amd64/inc/
H A DSYS.h88 cmpl $ERESTART, %eax; \
107 * original values on an ERESTART return (including %rcx)?
111 cmpl $ERESTART, %eax; \
118 * system calls in case of EINTR or ERESTART.
122 cmpl $ERESTART, %eax; \
/illumos-gate/usr/src/lib/libc/i386/inc/
H A DSYS.h139 cmpl $ERESTART, %eax; \
161 cmpl $ERESTART, %eax; \
168 * system calls in case of EINTR or ERESTART.
172 cmpl $ERESTART, %eax; \
/illumos-gate/usr/src/lib/libc/sparc/inc/
H A DSYS.h115 cmp %o0, ERESTART; \
137 cmp %o0, ERESTART; \
147 * system calls in case of EINTR or ERESTART.
153 cmp %o0, ERESTART; \
/illumos-gate/usr/src/lib/libc/sparcv9/inc/
H A DSYS.h106 cmp %o0, ERESTART; \
128 cmp %o0, ERESTART; \
138 * system calls in case of EINTR or ERESTART.
144 cmp %o0, ERESTART; \
/illumos-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_dev.c234 if (rc != ERESTART)
328 if (rc != ERESTART)
400 if (rc != ERESTART)
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);
630 * otherwise returns ERESTART to indicate that the
868 if (rc == EAGAIN || rc == ERESTART)
888 * otherwise returns ERESTART to indicate that the
942 return (rc ? rc : ERESTART);
955 * returns ERESTART to indicate that the device state
987 return ((rc == 0) ? EINTR : ERESTART);
[all...]
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Ds5errno.h137 #define ERESTART 91 /* Restartable system call */ macro
H A Dmaperror.c186 case ERESTART:
187 errno = XEINTR; /* Convert ERESTART to EINTR for
/illumos-gate/usr/src/uts/common/sys/
H A Derrno.h157 #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.java479 * ERESTART.
481 public static final int ERESTART = 91; field in class:PoolsException
/illumos-gate/usr/src/lib/libc/amd64/sys/
H A Ddoor.s130 * the error code is EINTR (or ERESTART) and this lwp is still part
133 cmpl $ERESTART, %eax /* ERESTART is same as EINTR */
/illumos-gate/usr/src/lib/libc/i386/sys/
H A Ddoor.s169 * the error code is EINTR (or ERESTART) and this lwp is still part
172 * If the error code is EINTR or ERESTART, our stack may have been
176 cmpl $ERESTART, %eax /* ERESTART is same as EINTR */
/illumos-gate/usr/src/lib/libc/sparc/sys/
H A Ddoor.s126 * the error code is EINTR (or ERESTART) and this lwp is still part
129 cmp %o0, ERESTART /* ERESTART is same as EINTR */
/illumos-gate/usr/src/uts/common/avs/ns/
H A Dcontract.h140 #define ERESTART 0 macro
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_event.c114 * ERESTART- A signal was received.
162 return (ERESTART);
178 return (ERESTART);
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dcong.c424 return (-ERESTART);

Completed in 89 milliseconds

12