Searched refs:ERESTART (Results 101 - 125 of 125) sorted by relevance

12345

/freebsd-11-stable/sys/dev/sound/midi/
H A Dsequencer.c2039 if (i == EINTR || i == ERESTART) {
/freebsd-11-stable/sys/dev/drm2/
H A DdrmP.h1661 if (ret == -ERESTART) \
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_pass.c914 if (error == ERESTART) {
H A Dscsi_ch.c662 if (error == ERESTART) {
H A Dscsi_low.c1310 return ERESTART;
H A Dscsi_sa.c2792 if ((error = saerror(done_ccb, 0, 0)) == ERESTART) {
H A Dscsi_all.c79 #define ERESTART -1 /* restart syscall */ macro
/freebsd-11-stable/sys/kern/
H A Dsys_pipe.c1026 if (error == EINTR || error == ERESTART)
H A Dkern_time.c563 if (error == ERESTART)
H A Dkern_exec.c298 error = ERESTART;
H A Dkern_event.c1707 if (error == ERESTART)
/freebsd-11-stable/usr.bin/kdump/
H A Dkdump.c1597 } else if (error == ERESTART)
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_acl.c1997 if (error == ERESTART) {
H A Darc.c6413 return (SET_ERROR(ERESTART));
6498 return (SET_ERROR(ERESTART));
H A Ddsl_dataset.c3735 error = SET_ERROR(ERESTART);
/freebsd-11-stable/sys/cam/ata/
H A Data_xpt.c757 NULL) == ERESTART) {
/freebsd-11-stable/sys/net/
H A Dbpf.c998 if (error == EINTR || error == ERESTART) {
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c915 * This function should return either EINTR or ERESTART depending on
922 if (error == EINTR || error == ERESTARTSYS || error == ERESTART) {
/freebsd-11-stable/sys/dev/sound/pcm/
H A Ddsp.c2991 if (ret == EINTR || ret == ERESTART)
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_main.c3464 * ERESTART means a firmware install was attempted and was successful.
3594 rc = ERESTART;
3640 if (rc == ERESTART)
3653 "not responding properly to HELLO", &already) == ERESTART)
3665 if (rc == ERESTART)
/freebsd-11-stable/sys/dev/bktr/
H A Dbktr_core.c1650 if (error && (error != ERESTART)) {
/freebsd-11-stable/sys/dev/syscons/
H A Dsyscons.c2563 if ((error != 0) && (error != ERESTART))
/freebsd-11-stable/sys/dev/drm2/i915/
H A Di915_gem.c1115 else if (ret == -EINTR || ret == -ERESTART)
/freebsd-11-stable/sys/ufs/ffs/
H A Dffs_softdep.c7188 return (ERESTART);
7196 return (ERESTART);
7271 return (ERESTART);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c1250 if (error == ERESTART) {

Completed in 591 milliseconds

12345