| /freebsd-13.1/sys/contrib/vchiq/interface/compat/ |
| H A D | vchi_bsd.c | 258 } 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 D | ttm_lock.c | 110 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 D | condvar.h | 140 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 D | randomdev.c | 146 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 D | ieee80211_ioctl.c | 2292 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 D | lerrno.py | 91 ERESTART = 85 variable 224 ERESTART: 'Interrupted system call should be restarted',
|
| /freebsd-13.1/sys/cam/ |
| H A D | cam_periph.c | 1390 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 D | cryptodev_if.m | 126 * 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 D | crypto.c | 1499 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 D | tw_osl_share.h | 105 #define TW_OSL_ERESTART ERESTART /* sleep terminated by a signal */
|
| /freebsd-13.1/cddl/lib/libdtrace/ |
| H A D | errno.d | 232 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 D | pxe.c | 479 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 D | errno.h | 102 XEN_ERRNO(ERESTART, 85) /* Interrupted system call should be restarted */
|
| /freebsd-13.1/sys/sys/ |
| H A D | errno.h | 192 #define ERESTART (-1) /* restart syscall */ macro
|
| /freebsd-13.1/sys/nfs/ |
| H A D | nfs_nfssvc.c | 112 if (error == EINTR || error == ERESTART) in sys_nfssvc()
|
| /freebsd-13.1/sys/netinet/ |
| H A D | sctp_syscalls.c | 294 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 D | cloudabi64_sysvec.c | 107 case ERESTART: in cloudabi64_set_syscall_retval()
|
| /freebsd-13.1/contrib/openbsm/libbsm/ |
| H A D | bsm_errno.c | 405 #ifdef ERESTART 406 ERESTART,
|
| /freebsd-13.1/sys/security/audit/ |
| H A D | bsm_errno.c | 409 #ifdef ERESTART 410 ERESTART,
|
| /freebsd-13.1/sys/dev/acpica/ |
| H A D | acpi_package.c | 149 return (ERESTART); in acpi_PkgFFH_IntelCpu()
|
| /freebsd-13.1/sys/arm64/cloudabi32/ |
| H A D | cloudabi32_sysvec.c | 127 case ERESTART: in cloudabi32_set_syscall_retval()
|
| /freebsd-13.1/sys/arm/cloudabi32/ |
| H A D | cloudabi32_sysvec.c | 115 case ERESTART: in cloudabi32_set_syscall_retval()
|
| /freebsd-13.1/sys/i386/cloudabi32/ |
| H A D | cloudabi32_sysvec.c | 127 case ERESTART: in cloudabi32_set_syscall_retval()
|
| /freebsd-13.1/sys/amd64/cloudabi32/ |
| H A D | cloudabi32_sysvec.c | 147 case ERESTART: in cloudabi32_set_syscall_retval()
|
| /freebsd-13.1/stand/liblua/ |
| H A D | lerrno.c | 151 ENTRY(ERESTART),
|