Home
last modified time | relevance | path

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

123456

/freebsd-14.2/sys/contrib/vchiq/interface/compat/
H A Dvchi_bsd.c258 } else if ((res == EINTR) || (res == ERESTART)) { in wait_for_completion_interruptible_timeout()
259 return -ERESTART; in wait_for_completion_interruptible_timeout()
283 if ((res == EINTR) || (res == ERESTART)) in wait_for_completion_interruptible()
284 res = -ERESTART; in wait_for_completion_interruptible()
357 if (ret == ERESTART) in down_interruptible()
/freebsd-14.2/sys/dev/drm2/ttm/
H A Dttm_lock.c108 if (ret == -EINTR || ret == -ERESTART) in ttm_read_lock()
154 if (ret == -EINTR || ret == -ERESTART) in ttm_read_trylock()
209 if (ret == -EINTR || ret == -ERESTART) in ttm_write_lock()
287 if (ret == -EINTR || ret == -ERESTART) in ttm_vt_lock()
/freebsd-14.2/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dcondvar.h140 if (rc == EINTR || rc == ERESTART) in cv_timedwait_sig()
204 case ERESTART: in cv_timedwait_sig_hires()
H A Dccompile.h184 #define ERESTART EAGAIN macro
/freebsd-14.2/sys/dev/random/
H A Drandomdev.c144 if (error == ERESTART || error == EINTR) { in randomdev_wait_until_seeded()
238 if (error == ERESTART || error == EINTR)
342 if (nbytes != uio->uio_resid && (error == ERESTART || error == EINTR)) in randomdev_write()
/freebsd-14.2/sys/net80211/
H A Dieee80211_ioctl.c2291 error = ERESTART; in ieee80211_ioctl_setroam()
2896 error = ERESTART; in ieee80211_ioctl_set80211()
2903 error = ERESTART; in ieee80211_ioctl_set80211()
2912 error = ERESTART; in ieee80211_ioctl_set80211()
2923 error = ERESTART; in ieee80211_ioctl_set80211()
3182 error = ERESTART; in ieee80211_ioctl_set80211()
3191 error = ERESTART; in ieee80211_ioctl_set80211()
3198 error = ERESTART; in ieee80211_ioctl_set80211()
3217 error = ERESTART; in ieee80211_ioctl_set80211()
3243 error = ERESTART; in ieee80211_ioctl_set80211()
[all …]
/freebsd-14.2/contrib/lib9p/pytest/
H A Dlerrno.py91 ERESTART = 85 variable
224 ERESTART: 'Interrupted system call should be restarted',
/freebsd-14.2/sys/cam/
H A Dcam_periph.c1427 if (error == ERESTART) in camperiphdone()
1623 error = ERESTART; in camperiphscsistatuserror()
1642 error = ERESTART; in camperiphscsistatuserror()
1691 error = ERESTART; in camperiphscsisenseerror()
1779 error = ERESTART; in camperiphscsisenseerror()
1868 error = ERESTART; in camperiphscsisenseerror()
1947 error = ERESTART; in cam_periph_error()
1993 error = ERESTART; in cam_periph_error()
2028 error = ERESTART; in cam_periph_error()
2041 if (error != ERESTART) { in cam_periph_error()
[all …]
/freebsd-14.2/cddl/lib/libdtrace/
H A Derrno.d230 inline int ERESTART = -1; variable
231 #pragma D binding "1.0" ERESTART
344 errno == ERESTART ? "restart syscall" :
/freebsd-14.2/stand/i386/libi386/
H A Dpxe.c476 return (ERESTART); in pxe_netif_receive_isr()
540 return (ERESTART); in pxe_netif_receive_isr()
566 if (ret != ERESTART) in pxe_netif_receive()
/freebsd-14.2/sys/netinet/
H A Dsctp_syscalls.c279 if (auio.uio_resid != len && (error == ERESTART || in sys_sctp_generic_sendmsg()
394 if (auio.uio_resid != len && (error == ERESTART || in sys_sctp_generic_sendmsg_iov()
509 if (auio.uio_resid != len && (error == ERESTART || in sys_sctp_generic_recvmsg()
/freebsd-14.2/sys/contrib/xen/
H A Derrno.h103 XEN_ERRNO(ERESTART, 85) /* Interrupted system call should be restarted */
/freebsd-14.2/sys/sys/
H A Derrno.h191 #define ERESTART (-1) /* restart syscall */ macro
/freebsd-14.2/sys/nfs/
H A Dnfs_nfssvc.c110 if (error == EINTR || error == ERESTART) in sys_nfssvc()
/freebsd-14.2/sys/opencrypto/
H A Dcryptodev_if.m125 * This method may return ERESTART to indicate that any internal
140 * @retval ERESTART internal queue is full
/freebsd-14.2/contrib/openbsm/libbsm/
H A Dbsm_errno.c405 #ifdef ERESTART
406 ERESTART,
/freebsd-14.2/sys/security/audit/
H A Dbsm_errno.c407 #ifdef ERESTART
408 ERESTART,
/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Ddmu_tx.c1038 return (SET_ERROR(ERESTART)); in dmu_tx_try_assign()
1045 return (SET_ERROR(ERESTART)); in dmu_tx_try_assign()
1052 return (SET_ERROR(ERESTART)); in dmu_tx_try_assign()
1094 return (SET_ERROR(ERESTART)); in dmu_tx_try_assign()
1212 if (err != ERESTART || !(txg_how & TXG_WAIT)) in dmu_tx_assign()
/freebsd-14.2/sys/dev/acpica/
H A Dacpi_package.c147 return (ERESTART); in acpi_PkgFFH_IntelCpu()
/freebsd-14.2/sys/kern/
H A Dkern_fork.c326 return (ERESTART); in fork_norfproc()
966 error = ERESTART; in fork1()
979 error = ERESTART; in fork1()
991 error = ERESTART; in fork1()
/freebsd-14.2/stand/liblua/
H A Dlerrno.c148 ENTRY(ERESTART),
/freebsd-14.2/sys/cam/scsi/
H A Dscsi_xpt.c1181 ERESTART) { in probedone()
1274 : SF_RETRY_UA) == ERESTART) { in probedone()
1318 ERESTART) { in probedone()
1425 SF_RETRY_UA|SF_NO_PRINT) == ERESTART) { in probedone()
1467 SF_RETRY_UA|SF_NO_PRINT) == ERESTART) { in probedone()
1511 SF_RETRY_UA) == ERESTART) { in probedone()
1554 ERESTART) { in probedone()
1624 SF_RETRY_UA|SF_NO_PRINT) == ERESTART) { in probedone()
1693 SF_NO_RECOVERY | SF_NO_RETRY) == ERESTART) in probedone()
1745 SF_NO_RECOVERY | SF_NO_RETRY) == ERESTART) in probedone()
/freebsd-14.2/sys/dev/safe/
H A Dsafe.c783 return (ERESTART); in safe_process()
1077 err = sc->sc_nqchip ? ERESTART : ENOMEM; in safe_process()
1085 ERESTART : ENOMEM; in safe_process()
1101 ERESTART : ENOMEM; in safe_process()
1112 ERESTART : ENOMEM; in safe_process()
1255 if (err != ERESTART) { in safe_process()
/freebsd-14.2/sys/fs/fuse/
H A Dfuse_io.c378 if (err == ERESTART || err == EINTR || err == EWOULDBLOCK) { in fuse_write_directbackend()
390 if (err == ERESTART) in fuse_write_directbackend()
953 if (error == ERESTART || error == EINTR) { in fuse_io_invalbuf()
/freebsd-14.2/sbin/fsck_ffs/
H A Dmain.c209 if ((fsret = checkfilesys(*argv)) == ERESTART) in main()
573 return (ERESTART); in checkfilesys()

123456