Home
last modified time | relevance | path

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

123456

/freebsd/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/sys/contrib/vchiq/interface/compat/
H A Dvchi_bsd.c257 } else if ((res == EINTR) || (res == ERESTART)) { in wait_for_completion_interruptible_timeout()
258 return -ERESTART; in wait_for_completion_interruptible_timeout()
282 if ((res == EINTR) || (res == ERESTART)) in wait_for_completion_interruptible()
283 res = -ERESTART; in wait_for_completion_interruptible()
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dcondvar.h141 if (rc == EINTR || rc == ERESTART) in cv_timedwait_sig()
205 case ERESTART: in cv_timedwait_sig_hires()
H A Dccompile.h182 #define ERESTART EAGAIN macro
/freebsd/sys/dev/random/
H A Drandomdev.c143 if (error == ERESTART || error == EINTR) { in randomdev_wait_until_seeded()
237 if (error == ERESTART || error == EINTR)
341 if (nbytes != uio->uio_resid && (error == ERESTART || error == EINTR)) in randomdev_write()
/freebsd/sys/net80211/
H A Dieee80211_ioctl.c2309 error = ERESTART; in ieee80211_ioctl_setroam()
2906 error = ERESTART; in ieee80211_ioctl_set80211()
2914 error = ERESTART; in ieee80211_ioctl_set80211()
2926 error = ERESTART; in ieee80211_ioctl_set80211()
2933 error = ERESTART; in ieee80211_ioctl_set80211()
2942 error = ERESTART; in ieee80211_ioctl_set80211()
2953 error = ERESTART; in ieee80211_ioctl_set80211()
3023 error = ERESTART; /* NB: can change beacon frame */ in ieee80211_ioctl_set80211()
3032 error = ERESTART; /* NB: can change beacon frame */ in ieee80211_ioctl_set80211()
3039 error = ERESTART; /* XXX ENETRESET? */ in ieee80211_ioctl_set80211()
[all …]
/freebsd/contrib/lib9p/pytest/
H A Dlerrno.py91 ERESTART = 85 variable
224 ERESTART: 'Interrupted system call should be restarted',
/freebsd/sys/cam/
H A Dcam_periph.c1299 } while (error == ERESTART); in cam_periph_runccb()
1413 if (error == ERESTART) in camperiphdone()
1609 error = ERESTART; in camperiphscsistatuserror()
1628 error = ERESTART; in camperiphscsistatuserror()
1677 error = ERESTART; in camperiphscsisenseerror()
1762 error = ERESTART; in camperiphscsisenseerror()
1851 error = ERESTART; in camperiphscsisenseerror()
1931 error = ERESTART; in cam_periph_error()
1977 error = ERESTART; in cam_periph_error()
2012 error = ERESTART; in cam_periph_error()
[all …]
/freebsd/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/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/sys/netinet/
H A Dsctp_syscalls.c278 if (auio.uio_resid != len && (error == ERESTART || in sys_sctp_generic_sendmsg()
393 if (auio.uio_resid != len && (error == ERESTART || in sys_sctp_generic_sendmsg_iov()
508 if (auio.uio_resid != len && (error == ERESTART || in sys_sctp_generic_recvmsg()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_tx.c1074 return (SET_ERROR(ERESTART)); in dmu_tx_try_assign()
1081 return (SET_ERROR(ERESTART)); in dmu_tx_try_assign()
1123 return (SET_ERROR(ERESTART)); in dmu_tx_try_assign()
1264 err = SET_ERROR(ERESTART); in dmu_tx_assign()
1276 err = SET_ERROR(ERESTART); in dmu_tx_assign()
1283 if (err != ERESTART || !(flags & DMU_TX_WAIT)) { in dmu_tx_assign()
1285 err == ERESTART || err == EIO); in dmu_tx_assign()
/freebsd/sys/sys/
H A Derrno.h189 #define ERESTART (-1) /* restart syscall */ macro
/freebsd/sys/contrib/xen/
H A Derrno.h103 XEN_ERRNO(ERESTART, 85) /* Interrupted system call should be restarted */
/freebsd/sys/nfs/
H A Dnfs_nfssvc.c110 if (error == EINTR || error == ERESTART) in sys_nfssvc()
/freebsd/contrib/openbsm/libbsm/
H A Dbsm_errno.c405 #ifdef ERESTART
406 ERESTART,
/freebsd/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/sys/security/audit/
H A Dbsm_errno.c406 #ifdef ERESTART
407 ERESTART,
/freebsd/sys/dev/acpica/
H A Dacpi_package.c146 return (ERESTART); in acpi_PkgFFH_IntelCpu()
/freebsd/sys/cam/scsi/
H A Dscsi_xpt.c1215 ERESTART) { in probedone()
1313 : SF_RETRY_UA) == ERESTART) { in probedone()
1359 ERESTART) { in probedone()
1468 SF_RETRY_UA|SF_NO_PRINT) == ERESTART) { in probedone()
1510 SF_RETRY_UA|SF_NO_PRINT) == ERESTART) { in probedone()
1554 SF_RETRY_UA) == ERESTART) { in probedone()
1597 ERESTART) { in probedone()
1667 SF_RETRY_UA|SF_NO_PRINT) == ERESTART) { in probedone()
1736 SF_NO_RECOVERY | SF_NO_RETRY) == ERESTART) in probedone()
1788 SF_NO_RECOVERY | SF_NO_RETRY) == ERESTART) in probedone()
H A Dscsi_da.c4504 return (ERESTART); in cmd6workaround()
4684 if (error == ERESTART) { in dadone()
4882 if (error == ERESTART) in dadone_probewp()
5030 if (error == ERESTART) { in dadone_proberc()
5214 if (error == ERESTART) in dadone_probelbp()
5306 if (error == ERESTART) in dadone_probeblklimits()
5412 if (error == ERESTART) in dadone_probebdc()
5527 if (error == ERESTART) { in dadone_probecache()
5687 if (error == ERESTART) in dadone_probeata()
5778 if (error == ERESTART) in dadone_probeatalogdir()
[all …]
/freebsd/stand/liblua/
H A Dlerrno.c148 ENTRY(ERESTART),
/freebsd/sys/dev/safe/
H A Dsafe.c784 return (ERESTART); in safe_process()
1078 err = sc->sc_nqchip ? ERESTART : ENOMEM; in safe_process()
1086 ERESTART : ENOMEM; in safe_process()
1102 ERESTART : ENOMEM; in safe_process()
1113 ERESTART : ENOMEM; in safe_process()
1256 if (err != ERESTART) { in safe_process()
/freebsd/sys/kern/
H A Dvfs_lookup.c226 error = ERESTART; in nameicap_tracker_add()
254 if (error == ERESTART) { in nameicap_cleanup()
692 nameicap_cleanup(ndp, ERESTART); in namei()
747 if (error != ERESTART && !abi_restart) in namei()
798 MPASS(error != 0 && error != ERESTART); in namei()
H A Dkern_fork.c366 return (ERESTART); in fork_norfproc()
1008 error = ERESTART; in fork1()
1021 error = ERESTART; in fork1()
1033 error = ERESTART; in fork1()

123456