Symbol: EINTR
bin/dd/dd.c
548
if (errno != EINTR)
bin/sh/expand.c
491
while ((i = read(in.fd, buf, sizeof buf)) < 0 && errno == EINTR)
bin/sh/input.c
167
if (errno == EINTR)
bin/sh/jobs.c
1192
errno = EINTR;
bin/sh/jobs.c
1199
} while (pid == -1 && errno == EINTR);
bin/sh/miscbltin.c
249
if (errno == EINTR) {
bin/sh/output.c
379
case EINTR:
crypto/libressl/apps/nc/atomicio.c
52
if (errno == EINTR)
crypto/libressl/apps/nc/netcat.c
1350
if (n == -1 && (errno == EAGAIN || errno == EINTR))
crypto/libressl/apps/nc/netcat.c
1376
if (n == -1 && (errno == EAGAIN || errno == EINTR))
crypto/libressl/apps/nc/netcat.c
1430
if (errno == EAGAIN || errno == EINTR) {
crypto/libressl/apps/openssl/s_server.c
1804
} while (n == -1 && errno == EINTR);
crypto/libressl/apps/openssl/s_socket.c
242
if (errno == EINTR) {
crypto/libressl/crypto/bio/bss_dgram.c
649
case EINTR:
crypto/libressl/crypto/bio/bss_fd.c
260
case EINTR:
crypto/libressl/crypto/bio/bss_sock.c
231
case EINTR:
crypto/openssh/atomicio.c
131
if (errno == EINTR) {
crypto/openssh/atomicio.c
134
errno = EINTR;
crypto/openssh/atomicio.c
167
errno = EINTR;
crypto/openssh/atomicio.c
69
if (errno == EINTR) {
crypto/openssh/atomicio.c
72
errno = EINTR;
crypto/openssh/atomicio.c
87
errno = EINTR;
crypto/openssh/auth-pam.c
165
if (errno == EINTR)
crypto/openssh/auth-pam.c
230
if (errno == EINTR)
crypto/openssh/channels.c
1849
if (errno != EINTR && errno != EWOULDBLOCK &&
crypto/openssh/channels.c
1978
if (errno != EINTR && errno != EWOULDBLOCK &&
crypto/openssh/channels.c
2069
if (err == EINTR || err == EAGAIN || err == EINPROGRESS)
crypto/openssh/channels.c
2138
if (errno == EINTR || (!force &&
crypto/openssh/channels.c
2155
if (len == -1 && (errno == EINTR ||
crypto/openssh/channels.c
2224
if (len == -1 && (errno == EINTR || errno == EAGAIN ||
crypto/openssh/channels.c
2240
(errno == EINTR || errno == EAGAIN || errno == EWOULDBLOCK))
crypto/openssh/channels.c
2292
if (len == -1 && (errno == EINTR || errno == EAGAIN ||
crypto/openssh/channels.c
2321
if (len == -1 && (errno == EINTR || ((errno == EAGAIN ||
crypto/openssh/channels.c
2402
if (len == -1 && (errno == EINTR || errno == EAGAIN))
crypto/openssh/channels.c
2463
if (len == -1 && (errno == EINTR || errno == EAGAIN))
crypto/openssh/clientloop.c
742
if (errno == EINTR)
crypto/openssh/clientloop.c
802
if (errno == EAGAIN || errno == EINTR || errno == EWOULDBLOCK)
crypto/openssh/misc.c
1813
if (errno != EINTR)
crypto/openssh/misc.c
2203
if (errno != EINTR) {
crypto/openssh/misc.c
2889
while (waitpid(pid, NULL, 0) == -1 && errno == EINTR)
crypto/openssh/misc.c
337
errno = EINTR;
crypto/openssh/misc.c
351
else if (r == -1 && errno != EAGAIN && errno != EINTR)
crypto/openssh/misc.c
395
} else if (errno == EINTR)
crypto/openssh/monitor.c
1666
if (errno != EINTR)
crypto/openssh/monitor.c
488
if (errno == EINTR || errno == EAGAIN)
crypto/openssh/monitor_fdpass.c
146
(errno == EAGAIN || errno == EINTR)) {
crypto/openssh/monitor_fdpass.c
91
(errno == EAGAIN || errno == EINTR)) {
crypto/openssh/monitor_wrap.c
132
if (errno == EINTR)
crypto/openssh/mux.c
1473
errno = EINTR;
crypto/openssh/mux.c
1485
errno != EINTR)
crypto/openssh/mux.c
1488
case EINTR:
crypto/openssh/mux.c
1525
errno = EINTR;
crypto/openssh/mux.c
1537
case EINTR:
crypto/openssh/mux.c
2206
(errno == EINTR && muxclient_terminate != 0))
crypto/openssh/packet.c
1473
if (errno != EAGAIN && errno != EINTR &&
crypto/openssh/packet.c
2109
if (errno == EINTR || errno == EAGAIN ||
crypto/openssh/packet.c
2152
if (errno != EAGAIN && errno != EINTR &&
crypto/openssh/readconf.c
576
if (errno != EINTR && errno != EAGAIN)
crypto/openssh/readpass.c
326
if (errno != EINTR)
crypto/openssh/readpass.c
89
if (r == -1 && errno == EINTR)
crypto/openssh/readpass.c
99
if (errno != EINTR)
crypto/openssh/sandbox-systrace.c
135
} while (pid == -1 && errno == EINTR);
crypto/openssh/scp.c
217
errno == EINTR)
crypto/openssh/scp.c
263
if (errno != EINTR)
crypto/openssh/scp.c
425
if (errno != EINTR)
crypto/openssh/serverloop.c
223
if (errno != EINTR)
crypto/openssh/serverloop.c
266
if (errno == EAGAIN || errno == EINTR || errno == EWOULDBLOCK)
crypto/openssh/serverloop.c
311
(pid == -1 && errno == EINTR))
crypto/openssh/sftp-client.c
2136
(errno == EINTR || errno == EAGAIN || errno == EWOULDBLOCK));
crypto/openssh/sftp-client.c
2406
if (errno == EINTR)
crypto/openssh/sftp-server.c
2063
if (errno == EINTR)
crypto/openssh/sftp-server.c
2076
if (errno != EAGAIN && errno != EINTR) {
crypto/openssh/sftp-server.c
2091
if (errno != EAGAIN && errno != EINTR) {
crypto/openssh/sftp.c
240
while (waitpid(sshpid, NULL, WUNTRACED) == -1 && errno == EINTR)
crypto/openssh/sftp.c
2695
if (errno != EINTR)
crypto/openssh/sftp.c
272
while ((pid = waitpid(sshpid, NULL, WNOHANG)) == -1 && errno == EINTR)
crypto/openssh/sftp.c
353
if (errno != EINTR)
crypto/openssh/ssh-agent.c
1969
if (errno == EAGAIN || errno == EINTR)
crypto/openssh/ssh-agent.c
2000
if (errno == EAGAIN || errno == EINTR)
crypto/openssh/ssh-agent.c
2471
if (saved_errno == EINTR)
crypto/openssh/ssh-keyscan.c
582
if (errno == EAGAIN || errno == EINTR || errno == EWOULDBLOCK)
crypto/openssh/ssh-pkcs11-helper.c
382
if (r == 0 || errno == EINTR)
crypto/openssh/ssh-sk-client.c
120
if (errno == EINTR) {
crypto/openssh/ssh.c
2469
(pid == -1 && errno == EINTR))
crypto/openssh/sshconnect.c
1720
if (errno != EINTR)
crypto/openssh/sshconnect.c
182
if (errno != EINTR)
crypto/openssh/sshconnect2.c
2091
if (errno != EINTR) {
crypto/openssh/sshd-session.c
354
if (errno == EINTR)
crypto/openssh/sshd.c
418
if (errno == EINTR || errno == EAGAIN)
crypto/openssh/sshd.c
937
if (ret == -1 && errno != EINTR) {
crypto/openssh/sshd.c
953
if (errno == EINTR || errno == EAGAIN)
crypto/openssh/sshd.c
998
if (errno != EINTR && errno != EWOULDBLOCK &&
crypto/openssh/sshsig.c
524
if (errno == EINTR || errno == EAGAIN)
games/atc/graphics.c
67
while ((c = getchar()) == -1 && errno == EINTR) {
games/cribbage/instr.c
76
} while (pid == -1 && errno == EINTR);
games/hunt/hunt/list.c
81
if (errno == EINTR)
games/hunt/hunt/playit.c
206
} while (nfds <= 0 && errno == EINTR);
games/hunt/huntd/driver.c
1006
if (errno == EINTR)
games/hunt/huntd/driver.c
146
if (nready < 0 && errno != EINTR) {
games/hunt/huntd/driver.c
179
if (nready < 0 && errno != EINTR) {
games/hunt/huntd/driver.c
284
if (errno != EINTR) {
games/hunt/huntd/driver.c
935
if (errno == EINTR)
games/tetris/input.c
82
if (errno == EINTR)
lib/libc/gen/popen.c
212
} while (pid == -1 && errno == EINTR);
lib/libc/gen/readpassphrase.c
148
errno == EINTR && !signo[SIGTTOU])
lib/libc/gen/sleep.c
59
if (errno != EINTR)
lib/libc/gen/wordexp.c
107
if (nwritten == -1 && errno == EINTR)
lib/libc/gen/wordexp.c
262
while (wpid < 0 && errno == EINTR);
lib/libc/gen/wordexp.c
89
if (nread == -1 && errno == EINTR)
lib/libc/isc/ev_streams.c
277
if (bytes < 0 && errno != EINTR) {
lib/libc/isc/ev_streams.c
303
if (errno != EINTR) {
lib/libc/resolv/res_send.c
1015
if (errno == EINTR)
lib/libc/rpc/auth_time.c
410
} while (res < 0 && errno == EINTR);
lib/libc/rpc/clnt_bcast.c
541
if (errno == EINTR)
lib/libc/rpc/clnt_dg.c
433
} while (recvlen < 0 && errno == EINTR);
lib/libc/rpc/clnt_dg.c
447
if (n == -1 && errno != EINTR) {
lib/libc/rpc/clnt_vc.c
656
if (errno == EINTR)
lib/libc/rpc/rtime.c
108
} while (res < 0 && errno == EINTR);
lib/libc/rpc/svc_dg.c
182
if (rlen == -1 && errno == EINTR)
lib/libc/rpc/svc_run.c
70
if (errno == EINTR) {
lib/libc/rpc/svc_vc.c
298
if (errno == EINTR)
lib/libc/rpc/svc_vc.c
475
if (errno == EINTR)
lib/libc/stdlib/system.c
86
} while (pid == -1 && errno == EINTR);
lib/libc/sysvipc/msg.c
447
errno = EINTR;
lib/libc/sysvipc/msg.c
728
errno = EINTR;
lib/libc/sysvipc/sem.c
813
eval = EINTR;
lib/libc/sysvipc/sockets.c
307
} while (n < 0 && errno == EINTR);
lib/libc/sysvipc/sockets.c
89
} while (fd < 0 && errno == EINTR);
lib/libdmsg/msg.c
1492
if (save_errno != EINTR &&
lib/libdmsg/msg.c
677
if (errno != EINTR &&
lib/libdmsg/msg.c
797
if (errno != EINTR &&
lib/libdmsg/msg.c
935
if (errno != EINTR &&
lib/libevtr/ktrfmt.yy.c
668
if( errno != EINTR) \
lib/libfetch/common.c
1325
if (errno == EAGAIN || (errno == EINTR && fetchRestartCalls))
lib/libfetch/common.c
1401
if (errno == EINTR && fetchRestartCalls)
lib/libfetch/common.c
1511
if (errno == EINTR && fetchRestartCalls)
lib/libfetch/common.c
1532
if (errno == EINTR && fetchRestartCalls)
lib/libfetch/ftp.c
522
if (errno != EINTR)
lib/libfetch/ftp.c
549
if (errno != EINTR)
lib/libfetch/http.c
286
if ((errno = io->error) == EINTR)
lib/libpam/modules/pam_exec/pam_exec.c
231
if (errno == EINTR)
lib/libsdp/search.c
172
} while (len < 0 && errno == EINTR);
lib/libsdp/search.c
187
} while (len < 0 && errno == EINTR);
lib/libsdp/service.c
119
} while (len < 0 && errno == EINTR);
lib/libsdp/service.c
179
} while (len < 0 && errno == EINTR);
lib/libsdp/service.c
226
} while (len < 0 && errno == EINTR);
lib/libsdp/service.c
245
} while (len < 0 && errno == EINTR);
lib/libtcplay/io.c
437
r = EINTR;
lib/libthread_xu/thread/thr_sem.c
329
} while (retval != EINTR);
lib/libthread_xu/thread/thr_sem.c
380
} while (retval != ETIMEDOUT && retval != EINTR);
lib/libthread_xu/thread/thr_umtx.c
164
if (ret != EINTR && ret != ETIMEDOUT)
lib/libthread_xu/thread/thr_umtx.c
240
if (errval == EINTR) {
lib/libthread_xu/thread/thr_umtx.c
241
ret = EINTR;
lib/libthread_xu/thread/thr_umtx.c
274
if (errval == EINTR) {
lib/libusb/libusb10_io.c
143
if ((err == -1) && (errno == EINTR))
lib/libutil/pw_util.c
320
if (errno == EINTR)
libexec/bootpd/bootpd.c
515
if (errno != EINTR) {
libexec/bootpd/bootpgw/bootpgw.c
445
if (errno != EINTR) {
libexec/comsat/comsat.c
95
if (errno != EINTR)
libexec/dma/local.c
173
case EINTR:
libexec/dma/local.c
97
if (waitchild == -1 && e == EINTR) {
libexec/ftpd/ftpd.c
2085
if (errno != EINTR &&
libexec/ftpd/ftpd.c
459
if (nfds < 0 && errno != EINTR)
libexec/ftpd/popen.c
183
while ((pid = waitpid(pids[fdes], &status, 0)) < 0 && errno == EINTR)
libexec/rbootd/rbootd.c
228
if (errno == EINTR)
libexec/talkd/talkd.c
99
if (cc < 0 && errno != EINTR)
libexec/telnetd/telnetd.c
935
if (errno == EINTR) {
libexec/telnetd/utility.c
103
} while ((value == -1) && (errno == EINTR));
libexec/telnetd/utility.c
127
if (errno == EWOULDBLOCK || errno == EINTR)
libexec/telnetd/utility.c
290
if (errno == EWOULDBLOCK || errno == EINTR)
sbin/devd/devd.cc
1015
if (errno == EINTR)
sbin/devd/devd.cc
1035
if (errno != EINTR)
sbin/devd/devd.cc
257
} while (pid == -1 && errno == EINTR);
sbin/devd/devd.cc
904
if ((s < 0 && s != EINTR ) ||
sbin/dhclient/dhclient.c
174
} while (n == -1 && errno == EINTR);
sbin/dhclient/dhclient.c
2240
if (errno != EINTR)
sbin/dhclient/dhclient.c
387
if (rpid != EINTR)
sbin/dhclient/dispatch.c
160
if (errno == EAGAIN || errno == EINTR) {
sbin/dhclient/privsep.c
63
} while (n == -1 && (errno == EAGAIN || errno == EINTR));
sbin/dhclient/privsep.c
87
} while (n == -1 && (errno == EINTR || errno == EAGAIN));
sbin/hammer2/cmd_service.c
262
if (errno == EINTR)
sbin/init/init.c
1671
if (errno == EINTR)
sbin/init/init.c
750
if (errno == EINTR)
sbin/init/init.c
837
if (errno == EINTR)
sbin/jscan/dump_output.c
51
if (errno == EINTR)
sbin/mountd/mountd.c
447
if (errno == EINTR)
sbin/natd/natd.c
357
if (errno == EINTR)
sbin/natd/natd.c
468
if (errno != EINTR)
sbin/nfsd/nfsd.c
653
if (errno == EINTR)
sbin/nfsd/nfsd.c
666
errno == EINTR)
sbin/nfsd/nfsd.c
689
errno == EINTR)
sbin/ping/ping.c
773
if (errno == EINTR)
sbin/ping6/ping6.c
955
if (errno != EINTR) {
sbin/ping6/ping6.c
980
if (errno != EINTR) {
sbin/rconfig/server.c
101
if (errno != EINTR)
sbin/rconfig/server.c
128
while (wait(NULL) > 0 || errno != EINTR)
sbin/rconfig/server.c
254
if (errno == EINTR)
sbin/rconfig/subs.c
134
if (errno == EINTR && --nretry > 0)
sbin/routed/main.c
486
if (n < 0 && errno != EINTR && errno != EAGAIN)
sbin/routed/rtquery/rtquery.c
438
if (errno == EINTR)
sbin/startslip/startslip.c
517
if (errno != EINTR)
sbin/svc/execute.c
796
if (n == 0 || (n < 0 && errno != EINTR))
sbin/svc/remote.c
242
if (errno == EINTR)
sbin/udevd/udevd.c
439
if (errno == EINTR) {
share/examples/scsi_target/scsi_target.c
380
if (errno == EINTR) {
sys/dev/drm/amd/amdgpu/amdgpu_mn.c
394
return ERR_PTR(-EINTR);
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
5784
else if (ret == -EINTR || ret == -EAGAIN || ret == -ERESTARTSYS)
sys/dev/drm/drm_ioctl.c
862
retcode = EINTR;
sys/dev/drm/drm_lock.c
197
ret = -EINTR;
sys/dev/drm/drm_lock.c
211
ret = -EINTR;
sys/dev/drm/drm_vblank.c
1632
if (ret != -EINTR) {
sys/dev/drm/i915/i915_gem.c
2026
return -EINTR;
sys/dev/drm/i915/i915_gem.c
2300
if (ret != -EINTR)
sys/dev/drm/i915/i915_gem.c
2382
ret = -EINTR;
sys/dev/drm/i915/i915_gem.c
2407
ret = -EINTR;
sys/dev/drm/i915/i915_gem.c
2423
ret = -EINTR;
sys/dev/drm/i915/i915_gem.c
2475
case -EINTR:
sys/dev/drm/include/drm/drm_os_linux.h
66
ret = -EINTR; \
sys/dev/drm/include/drm/ttm/ttm_bo_driver.h
672
if (ret == -EINTR)
sys/dev/drm/include/drm/ttm/ttm_bo_driver.h
762
else if (ret == -EINTR)
sys/dev/drm/include/linux/mutex.h
47
return -EINTR;
sys/dev/drm/include/linux/rwsem.h
56
return -EINTR;
sys/dev/drm/include/linux/wait.h
143
if (ret == EINTR || ret == ERESTART) { \
sys/dev/drm/linux_fence.c
139
if (err == EINTR || err == ERESTART) {
sys/dev/drm/linux_fence.c
211
if (err == EINTR || err == ERESTART) {
sys/dev/drm/linux_wwmutex.c
128
return -EINTR;
sys/dev/drm/linux_wwmutex.c
155
if (intr && (error == EINTR || error == ERESTART))
sys/dev/drm/linux_wwmutex.c
156
return -EINTR;
sys/dev/drm/linux_wwmutex.c
97
error = -EINTR;
sys/dev/drm/radeon/radeon_gem.c
121
if (r < 0 && r != -EINTR) {
sys/dev/drm/radeon/radeon_gem.c
272
r = -EINTR;
sys/dev/drm/radeon/radeon_gem.c
498
r = -EINTR;
sys/dev/drm/radeon/radeon_mn.c
207
return ERR_PTR(-EINTR);
sys/dev/drm/ttm/ttm_bo.c
1890
if (ret == -EINTR)
sys/dev/drm/ttm/ttm_bo_vm.c
593
case -EINTR:
sys/dev/drm/ttm/ttm_execbuf_util.c
156
if (ret == -EINTR)
sys/dev/misc/cuse/cuse.c
431
return (EINTR);
sys/dev/misc/lpt/lpt.c
776
case EINTR:
sys/dev/misc/ppc/ppc.c
1754
error = EINTR;
sys/dev/misc/pps/pps.c
120
return (EINTR);
sys/dev/misc/syscons/sysmouse.c
251
if (error == EINTR || error == ERESTART) {
sys/dev/raid/twe/twe.c
631
if (error == EINTR)
sys/dev/sound/midi/midi.c
1273
if (retval == EINTR)
sys/dev/sound/midi/midi.c
768
if (retval == EINTR)
sys/dev/sound/midi/midi.c
848
if (retval == EINTR)
sys/dev/sound/midi/sequencer.c
2085
if (i == EINTR || i == ERESTART) {
sys/dev/sound/midi/sequencer.c
2086
if (i == EINTR) {
sys/dev/sound/midi/sequencer.c
912
if (retval == EINTR)
sys/dev/sound/midi/sequencer.c
978
if (retval == EINTR)
sys/dev/sound/pcm/channel.c
536
} else if (ret == ERESTART || ret == EINTR)
sys/dev/sound/pcm/channel.c
660
} else if (ret == ERESTART || ret == EINTR)
sys/dev/sound/pcm/channel.c
869
if (ret == ERESTART || ret == EINTR) {
sys/dev/sound/pcm/dsp.c
3044
if (ret == EINTR || ret == ERESTART)
sys/kern/kern_descrip.c
1442
if (e2 == EINTR)
sys/kern/kern_descrip.c
1443
error = EINTR;
sys/kern/kern_event.c
1003
error = EINTR;
sys/kern/kern_fp.c
230
if (auio.uio_resid != nbytes && (error == ERESTART || error == EINTR ||
sys/kern/kern_fp.c
276
error == ERESTART || error == EINTR));
sys/kern/kern_fp.c
289
if (error == ERESTART || error == EINTR)
sys/kern/kern_fp.c
327
if (auio.uio_resid != nbytes && (error == ERESTART || error == EINTR ||
sys/kern/kern_fp.c
366
if (auio.uio_resid != nbytes && (error == ERESTART || error == EINTR ||
sys/kern/kern_nrandom.c
779
error = EINTR;
sys/kern/kern_sig.c
1819
error = EINTR;
sys/kern/kern_sig.c
1948
return (EINTR);
sys/kern/kern_sig.c
604
return (EINTR);
sys/kern/kern_synch.c
783
error = EINTR;
sys/kern/kern_synch.c
914
return(EINTR);
sys/kern/kern_time.c
543
error = EINTR;
sys/kern/kern_time.c
586
if (error == EINTR && uap->rmtp != NULL && !is_abs) {
sys/kern/kern_time.c
615
if (error == EINTR && uap->rmtp != NULL) {
sys/kern/kern_umtx.c
235
error = EINTR;
sys/kern/lwkt_msgport.c
1173
if (sentabort && msg->ms_error == EINTR)
sys/kern/lwkt_msgport.c
973
if (sentabort && msg->ms_error == EINTR)
sys/kern/sys_generic.c
1302
if (error == EINTR) {
sys/kern/sys_generic.c
304
error == EINTR || error == EWOULDBLOCK))
sys/kern/sys_generic.c
509
error == EINTR || error == EWOULDBLOCK))
sys/kern/sys_generic.c
876
if (error == EINTR) {
sys/kern/sys_mqueue.c
675
error = (error == EWOULDBLOCK) ? ETIMEDOUT : EINTR;
sys/kern/sys_pipe.c
527
error = EINTR;
sys/kern/sys_pipe.c
789
error = EINTR;
sys/kern/sysv_msg.c
597
eval = EINTR;
sys/kern/sysv_msg.c
969
eval = EINTR;
sys/kern/sysv_sem.c
958
eval = EINTR;
sys/kern/uipc_msg.c
751
lwkt_replymsg(&nmsg->base.lmsg, EINTR);
sys/kern/uipc_syscalls.c
1010
error == EINTR || error == EWOULDBLOCK))
sys/kern/uipc_syscalls.c
1851
error = EINTR;
sys/kern/uipc_syscalls.c
612
if (error == EINTR || error == ERESTART)
sys/kern/uipc_syscalls.c
623
error = EINTR;
sys/kern/uipc_syscalls.c
820
error == EINTR || error == EWOULDBLOCK))
sys/kern/vfs_bio.c
3286
return (EINTR);
sys/kern/vfs_syscalls.c
2224
error = EINTR;
sys/net/bpf.c
506
if (error == EINTR || error == ERESTART) {
sys/netproto/smb/smb_iod.c
296
smb_iod_rqprocessed(rqp, EINTR);
sys/netproto/smb/smb_iod.c
386
smb_iod_rqprocessed(rqp, EINTR);
sys/netproto/smb/smb_rq.c
195
return EINTR;
sys/netproto/smb/smb_rq.c
261
return EINTR;
sys/netproto/smb/smb_subr.c
91
return EINTR;
sys/netproto/smb/smb_trantcp.c
350
} while (error == EWOULDBLOCK || error == EINTR ||
sys/platform/vkernel64/platform/console.c
338
while (tcsetattr(0, TCSAFLUSH, &init_tio) != 0 && errno == EINTR)
sys/platform/vkernel64/platform/console.c
414
if (n < 0 && errno == EINTR)
sys/platform/vkernel64/x86_64/trap.c
1429
if (errno != EINTR)
sys/vfs/autofs/autofs.c
435
if (error == EINTR || error == ERESTART) {
sys/vfs/dirfs/dirfs_vnops.c
833
if (error < 0 && errno != EINTR) {
sys/vfs/hammer/hammer_mirror.c
312
if (error == EINTR) {
sys/vfs/hammer/hammer_pfs.c
181
if (error == EINTR) {
sys/vfs/hammer/hammer_pfs.c
263
if (error == EINTR) {
sys/vfs/hammer/hammer_pfs.c
304
if (error == EINTR) {
sys/vfs/hammer/hammer_prune.c
256
if (error == EINTR) {
sys/vfs/hammer/hammer_rebalance.c
232
if (error == EINTR) {
sys/vfs/hammer/hammer_reblock.c
243
if (error == EINTR) {
sys/vfs/hammer/hammer_signal.c
60
return(EINTR);
sys/vfs/hammer/hammer_volume.c
359
error = EINTR;
sys/vfs/hammer/hammer_volume.c
363
if (error == EINTR) {
sys/vfs/hammer2/hammer2.h
1325
error = EINTR;
sys/vfs/hammer2/hammer2.h
1369
case EINTR:
sys/vfs/hammer2/hammer2_vfsops.c
2009
if (error == EINTR)
sys/vfs/nfs/nfs.h
336
((e) != EINTR && (e) != ERESTART && (e) != EWOULDBLOCK && \
sys/vfs/nfs/nfs_bio.c
1250
if (error == EINTR
sys/vfs/nfs/nfs_bio.c
1282
return (EINTR);
sys/vfs/nfs/nfs_bio.c
1644
if (error == EINTR || (!error && (bp->b_flags & B_NEEDCOMMIT))) {
sys/vfs/nfs/nfs_bio.c
201
return (EINTR);
sys/vfs/nfs/nfs_bio.c
231
return (EINTR);
sys/vfs/nfs/nfs_bio.c
267
return (EINTR);
sys/vfs/nfs/nfs_bio.c
295
return (EINTR);
sys/vfs/nfs/nfs_bio.c
326
return (EINTR);
sys/vfs/nfs/nfs_bio.c
597
case EINTR:
sys/vfs/nfs/nfs_bio.c
599
error = EINTR;
sys/vfs/nfs/nfs_bio.c
645
error = EINTR;
sys/vfs/nfs/nfs_bio.c
737
if (bwrite(bp) == EINTR) {
sys/vfs/nfs/nfs_bio.c
738
error = EINTR;
sys/vfs/nfs/nfs_bio.c
888
return (EINTR);
sys/vfs/nfs/nfs_bio.c
903
return (EINTR);
sys/vfs/nfs/nfs_kerb.c
125
if (error == EINTR || error == ERESTART)
sys/vfs/nfs/nfs_socket.c
1292
rep->r_info->error = EINTR;
sys/vfs/nfs/nfs_socket.c
1994
rep->r_info->error = EINTR;
sys/vfs/nfs/nfs_socket.c
2066
return (EINTR);
sys/vfs/nfs/nfs_socket.c
2069
return (EINTR);
sys/vfs/nfs/nfs_socket.c
2081
return (EINTR);
sys/vfs/nfs/nfs_socket.c
2109
error = EINTR;
sys/vfs/nfs/nfs_socket.c
2124
error = EINTR;
sys/vfs/nfs/nfs_socket.c
2171
error = EINTR;
sys/vfs/nfs/nfs_socket.c
382
return (EINTR);
sys/vfs/nfs/nfs_socket.c
384
if (error == EINTR || error == ERESTART)
sys/vfs/nfs/nfs_socket.c
385
return (EINTR);
sys/vfs/nfs/nfs_socket.c
389
return (EINTR);
sys/vfs/nfs/nfs_socket.c
456
return (EINTR);
sys/vfs/nfs/nfs_socket.c
513
error = EINTR;
sys/vfs/nfs/nfs_socket.c
523
if (error != EINTR && error != ERESTART &&
sys/vfs/nfs/nfs_socket.c
585
return (EINTR);
sys/vfs/nfs/nfs_socket.c
601
if (error == EINTR || error == ERESTART ||
sys/vfs/nfs/nfs_socket.c
629
return (EINTR);
sys/vfs/nfs/nfs_socket.c
670
} while (error == EWOULDBLOCK || error == EINTR ||
sys/vfs/nfs/nfs_socket.c
702
return (EINTR);
sys/vfs/nfs/nfs_socket.c
715
if (error && error != EINTR && error != ERESTART) {
sys/vfs/nfs/nfs_socket.c
748
return (EINTR);
sys/vfs/nfs/nfs_syscalls.c
303
if (error == EINTR || error == ERESTART)
sys/vfs/nfs/nfs_syscalls.c
742
if (error == EINTR || error == ERESTART) {
sys/vfs/nfs/nfs_vnops.c
1880
if (error != EINTR) {
sys/vfs/nfs/nfs_vnops.c
3374
error = -EINTR;
sys/vfs/nfs/nfs_vnops.c
571
if (error == EINTR) {
sys/vfs/nfs/nfs_vnops.c
587
if (error == EINTR) {
sys/vfs/nfs/nfs_vnops.c
852
if (error == EINTR) {
sys/vfs/smbfs/smbfs_io.c
362
if (error == EINTR
sys/vfs/smbfs/smbfs_io.c
651
if (error == EINTR && intrflg)
sys/vfs/smbfs/smbfs_io.c
652
return EINTR;
sys/vfs/smbfs/smbfs_io.c
657
if (intrflg && (error == ERESTART || error == EINTR)) {
sys/vfs/smbfs/smbfs_io.c
663
return EINTR;
sys/vfs/smbfs/smbfs_vnops.c
170
if ((error = smbfs_vinvalbuf(vp, V_SAVE, 1)) == EINTR)
sys/vfs/smbfs/smbfs_vnops.c
183
if (error == EINTR)
sys/vm/vm_swap.c
551
return (EINTR);
test/interbench/interbench.c
299
if (errno == EINTR) {
test/interbench/interbench.c
321
if (errno == EINTR)
test/interbench/interbench.c
331
if (errno == EINTR)
test/interbench/interbench.c
343
if (errno == EINTR)
test/interbench/interbench.c
358
if (errno == EINTR)
test/interbench/interbench.c
372
if (errno == EINTR)
test/libpthread/sigsuspend_d.c
72
if ((status == 0) || (errno != EINTR)) {
test/stress/stress2/testcases/creat/creat.c
122
if (errno != EINTR) {
test/stress/stress2/testcases/link/link.c
120
if (errno != EINTR) {
test/stress/stress2/testcases/link/link.c
130
if (errno != EINTR) {
test/stress/stress2/testcases/shm/shm.c
115
if (errno != EINTR && errno != EIDRM && errno != EINVAL)
test/stress/stress2/testcases/shm/shm.c
126
if (errno != EINTR && errno != EIDRM && errno != EINVAL)
test/stress/stress2/testcases/symlink/symlink.c
116
if (errno != EINTR) {
test/stress/stress2/tools/fstool.c
69
if (errno != EINTR) {
test/stress/webstress/webstress.c
178
while (wait(NULL) >= 0 || errno == EINTR)
test/sysperf/exec1.c
85
while (wait3(&status, 0, NULL) >= 0 || errno == EINTR)
test/sysperf/lockmgr1.c
48
while (wait3(&status, 0, NULL) >= 0 || errno == EINTR)
test/sysperf/lockmgr2.c
61
while (wait3(&status, 0, NULL) >= 0 || errno == EINTR)
test/sysperf/lockmgr3.c
63
while (wait3(&status, 0, NULL) >= 0 || errno == EINTR)
test/sysperf/loop900k.c
72
while (wait3(NULL, 0, NULL) >= 0 || errno == EINTR)
test/sysperf/pipe900k.c
100
while (wait3(NULL, 0, NULL) >= 0 || errno == EINTR)
test/sysperf/sleep900k.c
72
while (wait3(NULL, 0, NULL) >= 0 || errno == EINTR)
test/sysperf/syscall1.c
46
while (wait3(&status, 0, NULL) >= 0 || errno == EINTR)
test/sysperf/syscall2.c
93
while (wait3(NULL, 0, NULL) > 0 || errno == EINTR)
test/sysperf/umtx1.c
42
while (wait3(&status, 0, NULL) <= 0 || errno == EINTR)
test/testcases/io/pselect_1/pselect_1.c
92
assert(errno == EINTR);
test/testcases/io/select_1/select_1.c
90
assert(errno == EINTR);
usr.bin/bc/bc.y
1072
if (errno == EINTR)
usr.bin/bc/tty.c
34
while ((ret = tcsetattr(0, TCSADRAIN, t)) == -1 && errno == EINTR)
usr.bin/bc/tty.c
44
while ((ret = tcgetattr(0, t) == -1) && errno == EINTR)
usr.bin/chat/chat.c
1082
if (errno == EINTR || errno == EWOULDBLOCK)
usr.bin/dfregress/userland.c
138
if (errno == EINTR) {
usr.bin/dsynth/build.c
1613
errno == EINTR) {
usr.bin/dsynth/build.c
1679
errno == EINTR);
usr.bin/dsynth/build.c
2750
if (wpid < 0 && errno != EINTR) {
usr.bin/dsynth/build.c
3031
if (errno != EINTR && errno != EAGAIN)
usr.bin/dsynth/bulk.c
304
if (r < 0 && errno == EINTR)
usr.bin/dsynth/bulk.c
326
if (r < 0 && errno == EINTR)
usr.bin/dsynth/subs.c
335
if (errno == EINTR)
usr.bin/dsynth/subs.c
357
if (errno == EINTR)
usr.bin/dsynth/subs.c
624
if (errno == EINTR)
usr.bin/fetch/fetch.c
789
if (ferror(f) && errno == EINTR && !sigint)
usr.bin/fetch/fetch.c
798
if (ferror(of) && errno == EINTR && !sigint)
usr.bin/lock/lock.c
225
if (tcgetattr(0, &ntty) && (errno != EINTR))
usr.bin/lockf/lockf.c
161
if (errno == EAGAIN || errno == EINTR)
usr.bin/lockf/lockf.c
219
if (errno == ENOENT || errno == EINTR)
usr.bin/m4/gnum4.c
638
} while (cc > 0 || (cc == -1 && errno == EINTR));
usr.bin/m4/manual_tokenizer.c
618
if( errno != EINTR) \
usr.bin/rfcomm_sppd/rfcomm_sppd.c
263
if (errno == EINTR)
usr.bin/rfcomm_sppd/rfcomm_sppd.c
465
if (errno != EINTR) {
usr.bin/script/script.c
219
if (n < 0 && errno != EINTR)
usr.bin/sdiff/edit.c
63
if (errno != EINTR)
usr.bin/sdiff/edit.c
66
errno = EINTR;
usr.bin/tail/forward.c
420
if (n < 0 && errno != EINTR)
usr.bin/talk/ctl_transact.c
71
if (errno == EINTR)
usr.bin/talk/ctl_transact.c
78
if (errno == EINTR)
usr.bin/talk/ctl_transact.c
91
if (errno == EINTR)
usr.bin/talk/invite.c
90
if (errno == EINTR)
usr.bin/talk/io.c
98
if (errno == EINTR) {
usr.bin/talk/look_up.c
82
} while (errno == EINTR);
usr.bin/telnet/network.c
85
} while ((value == -1) && (errno == EINTR));
usr.bin/telnet/sys_bsd.c
968
if (errno == EINTR) {
usr.bin/timeout/timeout.c
396
if (errno != EINTR)
usr.bin/vknet/vknet.c
154
if (p < 0 && errno != EINTR)
usr.sbin/autofs/automountd.c
514
if (errno == EINTR) {
usr.sbin/autofs/autounmountd.c
249
if (errno == EINTR)
usr.sbin/autofs/popen.c
172
} while (pid == -1 && errno == EINTR);
usr.sbin/btconfig/btconfig.c
385
if (errno == EAGAIN || errno == EINTR)
usr.sbin/daemon/daemon.c
436
if (errno != EINTR)
usr.sbin/daemon/daemon.c
541
if (errno == EINTR) {
usr.sbin/daemon/daemon.c
600
} else if (rv == -1 && errno != EINTR) {
usr.sbin/hotplugd/hotplugd.c
218
if (errno == EINTR)
usr.sbin/inetd/builtins.c
252
if (ret == 0 || errno != EINTR)
usr.sbin/inetd/inetd.c
516
if (n < 0 && errno != EINTR) {
usr.sbin/inetd/inetd.c
565
if (errno != EINTR)
usr.sbin/installer/libaura/popen.c
202
} while (pid == -1 && errno == EINTR);
usr.sbin/lpr/lpd/lpd.c
356
if (nfds < 0 && errno != EINTR)
usr.sbin/lpr/lpd/lpd.c
377
if (errno != EINTR)
usr.sbin/makefs/hammer2/hammer2.h
1370
error = EINTR;
usr.sbin/makefs/hammer2/hammer2.h
1414
case EINTR:
usr.sbin/makefs/hammer2/hammer2_vfsops.c
1975
if (error == EINTR)
usr.sbin/newsyslog/newsyslog.c
397
while (wait(NULL) > 0 || errno == EINTR)
usr.sbin/pflogd/privsep.c
210
if (errno != EEXIST && errno != EINTR) {
usr.sbin/pflogd/privsep.c
315
if (errno == EINTR || errno == EAGAIN)
usr.sbin/pflogd/privsep.c
340
if (errno == EINTR || errno == EAGAIN)
usr.sbin/pflogd/privsep.c
364
if (errno == EINTR || errno == EAGAIN)
usr.sbin/ppp/chat.c
523
if (errno != EINTR) {
usr.sbin/ppp/defs.c
86
if (errno == EINTR)
usr.sbin/ppp/exec.c
198
while ((wret = waitpid(pid, &stat, 0)) == -1 && errno == EINTR)
usr.sbin/ppp/main.c
589
if (i < 0 && errno != EINTR) {
usr.sbin/pppctl/pppctl.c
98
if (Result == 0 && errno != EINTR) {
usr.sbin/rarpd/rarpd.c
502
if (errno == EINTR)
usr.sbin/rarpd/rarpd.c
514
if ((cc == -1) && (errno == EINTR))
usr.sbin/route6d/route6d.c
441
if (errno != EINTR) {
usr.sbin/rpc.ypupdated/ypupdated_main.c
143
if (errno == EINTR) {
usr.sbin/rpc.ypxfrd/ypxfrd_main.c
146
if (errno == EINTR) {
usr.sbin/rpcbind/rpcb_svc_com.c
1245
} while (inlen < 0 && errno == EINTR);
usr.sbin/rtadvd/control.c
234
if (errno != EWOULDBLOCK && errno != EINTR)
usr.sbin/rtadvd/rtadvd.c
339
if (errno != EINTR)
usr.sbin/rtsold/rtsold.c
301
if (e < 0 && errno != EINTR) {
usr.sbin/rwhod/rwhod.c
326
if (cc < 0 && errno != EINTR) {
usr.sbin/sdpd/sar.c
309
} while (size < 0 && errno == EINTR);
usr.sbin/sdpd/server.c
301
if (errno == EINTR)
usr.sbin/sdpd/server.c
342
} while (cfd < 0 && errno == EINTR);
usr.sbin/sdpd/server.c
455
} while (len < 0 && errno == EINTR);
usr.sbin/sdpd/server.c
603
} while (size < 0 && errno == EINTR);
usr.sbin/sdpd/srr.c
134
} while (size < 0 && errno == EINTR);
usr.sbin/sdpd/ssr.c
299
} while (size < 0 && errno == EINTR);
usr.sbin/syslogd/syslogd.c
630
if (errno != EINTR)
usr.sbin/syslogd/syslogd.c
649
} else if (l < 0 && errno != EINTR)
usr.sbin/syslogd/syslogd.c
662
} else if (l < 0 && errno != EINTR)
usr.sbin/syslogd/syslogd.c
788
if (i < 0 && errno != EINTR && errno != EAGAIN) {
usr.sbin/usbdump/usbdump.c
689
case EINTR:
usr.sbin/ypbind/ypbind.c
478
if (errno != EINTR)
usr.sbin/yppush/yppush_main.c
242
if (errno == EINTR)
usr.sbin/ypserv/yp_main.c
138
if (errno == EINTR) {