Home
last modified time | relevance | path

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

12345

/freebsd-12.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-12.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-12.1/sys/cam/
H A Dcam_periph.c1413 if (error == ERESTART) in camperiphdone()
1590 error = ERESTART; in camperiphscsistatuserror()
1609 error = ERESTART; in camperiphscsistatuserror()
1657 error = ERESTART; in camperiphscsisenseerror()
1738 error = ERESTART; in camperiphscsisenseerror()
1825 error = ERESTART; in camperiphscsisenseerror()
1902 error = ERESTART; in cam_periph_error()
1948 error = ERESTART; in cam_periph_error()
1981 error = ERESTART; in cam_periph_error()
1994 if (error != ERESTART) { in cam_periph_error()
[all …]
/freebsd-12.1/sys/net80211/
H A Dieee80211_ioctl.c2295 error = ERESTART; in ieee80211_ioctl_setroam()
2898 error = ERESTART; in ieee80211_ioctl_set80211()
2905 error = ERESTART; in ieee80211_ioctl_set80211()
2914 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-12.1/sys/dev/random/
H A Drandomdev.c157 if (error == ERESTART || error == EINTR) in READ_RANDOM_UIO()
199 if (error == ERESTART || error == EINTR) in READ_RANDOM_UIO()
287 if (nbytes != uio->uio_resid && (error == ERESTART || error == EINTR)) in randomdev_write()
/freebsd-12.1/cddl/lib/libdtrace/
H A Derrno.d230 inline int ERESTART = -1; variable
231 #pragma D binding "1.0" ERESTART
343 errno == ERESTART ? "restart syscall" :
/freebsd-12.1/sys/dev/twa/
H A Dtw_osl_share.h111 #define TW_OSL_ERESTART ERESTART /* sleep terminated by a signal */
/freebsd-12.1/sys/opencrypto/
H A Dcrypto.c1002 if (result != ERESTART) in crypto_dispatch()
1037 if (error == ERESTART) { in crypto_kdispatch()
1154 if (error == ERESTART) { in crypto_kinvoke()
1165 error = (cap == NULL) ? ENODEV : ERESTART; in crypto_kinvoke()
1215 if (result == ERESTART) in crypto_task_invoke()
1562 if (result == ERESTART) { in crypto_proc()
1602 if (result == ERESTART) { in crypto_proc()
/freebsd-12.1/sys/xen/interface/
H A Derrno.h69 XEN_ERRNO(ERESTART, 85) /* Interrupted system call should be restarted */
/freebsd-12.1/sys/netinet/
H A Dsctp_syscalls.c272 if (auio.uio_resid != len && (error == ERESTART ||
400 if (auio.uio_resid != len && (error == ERESTART ||
528 if (auio.uio_resid != len && (error == ERESTART ||
/freebsd-12.1/sys/sys/
H A Derrno.h191 #define ERESTART (-1) /* restart syscall */ macro
/freebsd-12.1/sys/nfs/
H A Dnfs_nfssvc.c112 if (error == EINTR || error == ERESTART) in sys_nfssvc()
/freebsd-12.1/sys/dev/drm/
H A Dmga_irq.c142 if (ret == -ERESTART) in mga_driver_fence_wait()
H A Ddrm_lock.c91 if (ret == ERESTART) in drm_lock()
/freebsd-12.1/contrib/gcclibs/libiberty/
H A Dstrerror.c325 #if defined (ERESTART)
326 ENTRY(ERESTART, "ERESTART", "Interrupted system call should be restarted"),
/freebsd-12.1/contrib/binutils/libiberty/
H A Dstrerror.c325 #if defined (ERESTART)
326 ENTRY(ERESTART, "ERESTART", "Interrupted system call should be restarted"),
/freebsd-12.1/sys/security/audit/
H A Dbsm_errno.c402 #ifdef ERESTART
403 ERESTART,
/freebsd-12.1/contrib/openbsm/libbsm/
H A Dbsm_errno.c398 #ifdef ERESTART
399 ERESTART,
/freebsd-12.1/sys/dev/acpica/
H A Dacpi_package.c136 return (ERESTART); in acpi_PkgFFH_IntelCpu()
/freebsd-12.1/sys/arm64/cloudabi64/
H A Dcloudabi64_sysvec.c108 case ERESTART: in cloudabi64_set_syscall_retval()
/freebsd-12.1/sys/cam/scsi/
H A Dscsi_xpt.c1179 ERESTART) { in probedone()
1276 : SF_RETRY_UA) == ERESTART) { in probedone()
1320 ERESTART) { in probedone()
1427 SF_RETRY_UA|SF_NO_PRINT) == ERESTART) { in probedone()
1469 SF_RETRY_UA|SF_NO_PRINT) == ERESTART) { in probedone()
1513 SF_RETRY_UA) == ERESTART) { in probedone()
1556 ERESTART) { in probedone()
1619 SF_RETRY_UA|SF_NO_PRINT) == ERESTART) { in probedone()
1688 SF_NO_RECOVERY | SF_NO_RETRY) == ERESTART) in probedone()
1740 SF_NO_RECOVERY | SF_NO_RETRY) == ERESTART) in probedone()
/freebsd-12.1/sys/i386/cloudabi32/
H A Dcloudabi32_sysvec.c128 case ERESTART: in cloudabi32_set_syscall_retval()
/freebsd-12.1/sys/arm/cloudabi32/
H A Dcloudabi32_sysvec.c116 case ERESTART: in cloudabi32_set_syscall_retval()
/freebsd-12.1/sys/arm64/cloudabi32/
H A Dcloudabi32_sysvec.c128 case ERESTART: in cloudabi32_set_syscall_retval()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu_tx.c901 return (SET_ERROR(ERESTART)); in dmu_tx_try_assign()
907 return (SET_ERROR(ERESTART)); in dmu_tx_try_assign()
929 return (SET_ERROR(ERESTART)); in dmu_tx_try_assign()
1029 if (err != ERESTART || !(txg_how & TXG_WAIT)) in dmu_tx_assign()

12345