Home
last modified time | relevance | path

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

123456

/freebsd-13.1/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-13.1/sys/dev/drm2/ttm/
H A Dttm_lock.c110 if (ret == -EINTR || ret == -ERESTART) in ttm_read_lock()
156 if (ret == -EINTR || ret == -ERESTART) in ttm_read_trylock()
211 if (ret == -EINTR || ret == -ERESTART) in ttm_write_lock()
289 if (ret == -EINTR || ret == -ERESTART) in ttm_vt_lock()
/freebsd-13.1/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()
/freebsd-13.1/sys/dev/random/
H A Drandomdev.c146 if (error == ERESTART || error == EINTR) { in randomdev_wait_until_seeded()
240 if (error == ERESTART || error == EINTR)
344 if (nbytes != uio->uio_resid && (error == ERESTART || error == EINTR)) in randomdev_write()
/freebsd-13.1/sys/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 …]
/freebsd-13.1/contrib/lib9p/pytest/
H A Dlerrno.py91 ERESTART = 85 variable
224 ERESTART: 'Interrupted system call should be restarted',
/freebsd-13.1/sys/cam/
H A Dcam_periph.c1390 if (error == ERESTART) in camperiphdone()
1576 error = ERESTART; in camperiphscsistatuserror()
1595 error = ERESTART; in camperiphscsistatuserror()
1643 error = ERESTART; in camperiphscsisenseerror()
1724 error = ERESTART; in camperiphscsisenseerror()
1813 error = ERESTART; in camperiphscsisenseerror()
1890 error = ERESTART; in cam_periph_error()
1936 error = ERESTART; in cam_periph_error()
1969 error = ERESTART; in cam_periph_error()
1982 if (error != ERESTART) { in cam_periph_error()
[all …]
/freebsd-13.1/sys/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.c1499 if (result != ERESTART) in crypto_dispatch()
1535 if (error == ERESTART) { in crypto_kdispatch()
1688 return (ERESTART); in crypto_kinvoke()
1694 if (error == ERESTART) { in crypto_kinvoke()
1715 if (result == ERESTART) in crypto_task_invoke()
2059 if (result == ERESTART) { in crypto_dispatch_thread()
2096 if (result == ERESTART) { in crypto_dispatch_thread()
/freebsd-13.1/sys/dev/twa/
H A Dtw_osl_share.h105 #define TW_OSL_ERESTART ERESTART /* sleep terminated by a signal */
/freebsd-13.1/cddl/lib/libdtrace/
H A Derrno.d232 inline int ERESTART = -1; variable
233 #pragma D binding "1.0" ERESTART
346 errno == ERESTART ? "restart syscall" :
/freebsd-13.1/stand/i386/libi386/
H A Dpxe.c479 return (ERESTART); in pxe_netif_receive_isr()
543 return (ERESTART); in pxe_netif_receive_isr()
569 if (ret != ERESTART) in pxe_netif_receive()
/freebsd-13.1/sys/xen/interface/
H A Derrno.h102 XEN_ERRNO(ERESTART, 85) /* Interrupted system call should be restarted */
/freebsd-13.1/sys/sys/
H A Derrno.h192 #define ERESTART (-1) /* restart syscall */ macro
/freebsd-13.1/sys/nfs/
H A Dnfs_nfssvc.c112 if (error == EINTR || error == ERESTART) in sys_nfssvc()
/freebsd-13.1/sys/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 ||
/freebsd-13.1/sys/arm64/cloudabi64/
H A Dcloudabi64_sysvec.c107 case ERESTART: in cloudabi64_set_syscall_retval()
/freebsd-13.1/contrib/openbsm/libbsm/
H A Dbsm_errno.c405 #ifdef ERESTART
406 ERESTART,
/freebsd-13.1/sys/security/audit/
H A Dbsm_errno.c409 #ifdef ERESTART
410 ERESTART,
/freebsd-13.1/sys/dev/acpica/
H A Dacpi_package.c149 return (ERESTART); in acpi_PkgFFH_IntelCpu()
/freebsd-13.1/sys/arm64/cloudabi32/
H A Dcloudabi32_sysvec.c127 case ERESTART: in cloudabi32_set_syscall_retval()
/freebsd-13.1/sys/arm/cloudabi32/
H A Dcloudabi32_sysvec.c115 case ERESTART: in cloudabi32_set_syscall_retval()
/freebsd-13.1/sys/i386/cloudabi32/
H A Dcloudabi32_sysvec.c127 case ERESTART: in cloudabi32_set_syscall_retval()
/freebsd-13.1/sys/amd64/cloudabi32/
H A Dcloudabi32_sysvec.c147 case ERESTART: in cloudabi32_set_syscall_retval()
/freebsd-13.1/stand/liblua/
H A Dlerrno.c151 ENTRY(ERESTART),

123456