Home
last modified time | relevance | path

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

123

/f-stack/freebsd/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()
/f-stack/freebsd/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.h278 #define ERESTART EAGAIN macro
/f-stack/freebsd/net80211/
H A Dieee80211_ioctl.c2292 error = ERESTART; in ieee80211_ioctl_setroam()
2895 error = ERESTART; in ieee80211_ioctl_set80211()
2902 error = ERESTART; in ieee80211_ioctl_set80211()
2911 error = ERESTART; in ieee80211_ioctl_set80211()
2922 error = ERESTART; in ieee80211_ioctl_set80211()
3181 error = ERESTART; in ieee80211_ioctl_set80211()
3190 error = ERESTART; in ieee80211_ioctl_set80211()
3197 error = ERESTART; in ieee80211_ioctl_set80211()
3216 error = ERESTART; in ieee80211_ioctl_set80211()
3242 error = ERESTART; in ieee80211_ioctl_set80211()
[all …]
/f-stack/freebsd/opencrypto/
H A Dcryptodev_if.m126 * This method may return ERESTART to indicate that any internal
141 * @retval ERESTART internal queue is full
158 * This method may return ERESTART to indicate that any internal
173 * @retval ERESTART internal queue is full
H A Dcrypto.c1451 if (result != ERESTART) in crypto_dispatch()
1487 if (error == ERESTART) { in crypto_kdispatch()
1640 return (ERESTART); in crypto_kinvoke()
1646 if (error == ERESTART) { in crypto_kinvoke()
1667 if (result == ERESTART) in crypto_task_invoke()
2011 if (result == ERESTART) { in crypto_proc()
2048 if (result == ERESTART) { in crypto_proc()
/f-stack/freebsd/sys/
H A Derrno.h192 #define ERESTART (-1) /* restart syscall */ macro
/f-stack/freebsd/netinet/
H A Dsctp_syscalls.c294 if (auio.uio_resid != len && (error == ERESTART ||
418 if (auio.uio_resid != len && (error == ERESTART ||
542 if (auio.uio_resid != len && (error == ERESTART ||
/f-stack/freebsd/arm64/cloudabi64/
H A Dcloudabi64_sysvec.c107 case ERESTART: in cloudabi64_set_syscall_retval()
/f-stack/freebsd/arm64/cloudabi32/
H A Dcloudabi32_sysvec.c127 case ERESTART: in cloudabi32_set_syscall_retval()
/f-stack/freebsd/i386/cloudabi32/
H A Dcloudabi32_sysvec.c127 case ERESTART: in cloudabi32_set_syscall_retval()
/f-stack/freebsd/arm/cloudabi32/
H A Dcloudabi32_sysvec.c115 case ERESTART: in cloudabi32_set_syscall_retval()
/f-stack/freebsd/security/audit/
H A Dbsm_errno.c409 #ifdef ERESTART
410 ERESTART,
/f-stack/freebsd/amd64/cloudabi32/
H A Dcloudabi32_sysvec.c147 case ERESTART: in cloudabi32_set_syscall_retval()
/f-stack/freebsd/amd64/cloudabi64/
H A Dcloudabi64_sysvec.c131 case ERESTART: in cloudabi64_set_syscall_retval()
/f-stack/freebsd/arm/arm/
H A Dvm_machdep.c176 case ERESTART: in cpu_set_syscall_retval()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddmu_tx.c883 return (SET_ERROR(ERESTART)); in dmu_tx_try_assign()
890 return (SET_ERROR(ERESTART)); in dmu_tx_try_assign()
932 return (SET_ERROR(ERESTART)); in dmu_tx_try_assign()
1034 if (err != ERESTART || !(txg_how & TXG_WAIT)) in dmu_tx_assign()
/f-stack/freebsd/arm64/arm64/
H A Delf32_machdep.c215 case ERESTART: in freebsd32_set_syscall_retval()
H A Dvm_machdep.c152 case ERESTART: in cpu_set_syscall_retval()
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Darc_os.c271 return (SET_ERROR(ERESTART)); in arc_memory_throttle()
H A Dzfs_vnops_os.c689 if (error == ERESTART) { in zfs_create()
878 if (error == ERESTART) { in zfs_tmpfile()
1044 if (error == ERESTART) { in zfs_remove()
1287 if (error == ERESTART) { in zfs_mkdir()
1434 if (error == ERESTART) { in zfs_rmdir()
2524 if (err == ERESTART) in zfs_setattr()
2923 if (error == ERESTART) { in zfs_rename()
3118 if (error == ERESTART) { in zfs_symlink()
3365 if (error == ERESTART) { in zfs_link()
3572 if (err == ERESTART) in zfs_putpage()
/f-stack/freebsd/kern/
H A Dkern_thread.c1094 wakeup_swapper |= sleepq_abort(td2, ERESTART); in weed_inhib()
1118 wakeup_swapper |= sleepq_abort(td2, ERESTART); in weed_inhib()
1350 return (ERESTART); in thread_suspend_check()
1450 error = sleep ? thread_suspend_check(0) : ERESTART; in thread_check_susp()
H A Dsys_generic.c370 if (auio->uio_resid != cnt && (error == ERESTART || in dofileread()
566 if (auio->uio_resid != cnt && (error == ERESTART || in dofilewrite()
1215 if (error == ERESTART) in kern_select()
1509 if (error == ERESTART) in kern_poll()
1725 if (error == ERESTART) in selsocket()
H A Duipc_syscalls.c532 if (error == EINTR || error == ERESTART) in kern_connectat()
545 if (error == ERESTART) in kern_connectat()
806 if (auio.uio_resid != len && (error == ERESTART || in kern_sendit()
971 if (auio.uio_resid != len && (error == ERESTART || in kern_recvit()
/f-stack/freebsd/mips/nlm/dev/sec/
H A Dnlmseclib.c89 return (ERESTART); in nlm_crypto_complete_sec_request()

123