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

123456

/freebsd-current/sys/dev/drm2/ttm/
H A Dttm_lock.c108 if (ret == -EINTR || ret == -ERESTART)
154 if (ret == -EINTR || ret == -ERESTART)
209 if (ret == -EINTR || ret == -ERESTART)
287 if (ret == -EINTR || ret == -ERESTART)
/freebsd-current/sys/contrib/vchiq/interface/compat/
H A Dvchi_bsd.c258 } else if ((res == EINTR) || (res == ERESTART)) {
259 return -ERESTART;
283 if ((res == EINTR) || (res == ERESTART))
284 res = -ERESTART;
357 if (ret == ERESTART)
/freebsd-current/contrib/lib9p/pytest/
H A Dlerrno.py91 ERESTART = 85 variable
224 ERESTART: 'Interrupted system call should be restarted',
/freebsd-current/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dcondvar.h48 * interruptibly and can be woken by a signal (EINTR, ERESTART). When
140 if (rc == EINTR || rc == ERESTART)
204 case ERESTART:
H A Dccompile.h184 #define ERESTART EAGAIN macro
/freebsd-current/sys/contrib/xen/
H A Derrno.h103 XEN_ERRNO(ERESTART, 85) /* Interrupted system call should be restarted */
/freebsd-current/sys/sys/
H A Derrno.h189 #define ERESTART (-1) /* restart syscall */ macro
/freebsd-current/cddl/lib/libdtrace/
H A Derrno.d230 inline int ERESTART = -1;
231 #pragma D binding "1.0" ERESTART
344 errno == ERESTART ? "restart syscall" :
/freebsd-current/sys/dev/random/
H A Drandomdev.c120 * routine may be interrupted. If interrupted, it will return either ERESTART
143 if (error == ERESTART || error == EINTR) {
237 if (error == ERESTART || error == EINTR)
341 if (nbytes != uio->uio_resid && (error == ERESTART || error == EINTR))
/freebsd-current/sys/nfs/
H A Dnfs_nfssvc.c110 if (error == EINTR || error == ERESTART)
/freebsd-current/sys/cam/
H A Dcam_periph.c1278 * xpt_action and returning ERESTART, so we have to effect the polling
1312 } while (error == ERESTART);
1426 if (error == ERESTART)
1622 error = ERESTART;
1641 error = ERESTART;
1690 error = ERESTART;
1759 * this freeze will be dropped as part of ERESTART.
1778 error = ERESTART;
1867 error = ERESTART;
1946 error = ERESTART;
[all...]
/freebsd-current/stand/i386/libi386/
H A Dpxe.c476 return (ERESTART);
540 return (ERESTART);
566 if (ret != ERESTART)
/freebsd-current/sys/net80211/
H A Dieee80211_ioctl.c2295 error = ERESTART;
2880 error = ERESTART;
2888 error = ERESTART;
2900 error = ERESTART;
2907 error = ERESTART;
2916 error = ERESTART;
2927 error = ERESTART;
2942 /* XXX ERESTART? */
2949 /* XXX ERESTART? */
2967 /* XXX ERESTART
[all...]
/freebsd-current/sys/dev/acpica/
H A Dacpi_package.c146 return (ERESTART);
/freebsd-current/stand/liblua/
H A Dlerrno.c148 ENTRY(ERESTART),
/freebsd-current/sys/netinet/
H A Dsctp_syscalls.c278 if (auio.uio_resid != len && (error == ERESTART ||
393 if (auio.uio_resid != len && (error == ERESTART ||
508 if (auio.uio_resid != len && (error == ERESTART ||
/freebsd-current/contrib/openbsm/libbsm/
H A Dbsm_errno.c405 #ifdef ERESTART
406 ERESTART,
/freebsd-current/sys/security/audit/
H A Dbsm_errno.c406 #ifdef ERESTART
407 ERESTART,
/freebsd-current/sbin/fsck_ffs/
H A Dmain.c196 if ((fsret = checkfilesys(*argv)) == ERESTART)
560 return (ERESTART);
/freebsd-current/sys/dev/drm2/
H A Ddrm_lock.c98 if (ret == -ERESTART)
/freebsd-current/sys/nfsclient/
H A Dnfs.h143 (e) != ERESTART && (e) != EWOULDBLOCK && \
/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Darc_os.c279 return (SET_ERROR(ERESTART));
/freebsd-current/sys/arm/arm/
H A Dvm_machdep.c171 case ERESTART:
/freebsd-current/sys/riscv/riscv/
H A Dvm_machdep.c141 case ERESTART:
/freebsd-current/sys/arm64/arm64/
H A Dvm_machdep.c165 case ERESTART:

Completed in 433 milliseconds

123456