Symbol: EPIPE
lib/libevent/kqueue.c
235
case EPIPE:
libexec/spamd/spamd.c
1158
if (debug > 0 && errno != EPIPE)
libexec/spamd/spamd.c
1186
if (debug > 0 && errno != EPIPE)
regress/lib/libc/sys/t_write.c
122
if (write(fds[1], "x", 1) != -1 || errno != EPIPE)
regress/sys/ffs/fstest.c
623
case EPIPE:
regress/sys/kern/pipe/test-kqueue.c
78
if (errno == EPIPE)
regress/sys/kern/pipe/test-ping-pong.c
89
else if (errno != EPIPE)
regress/sys/kern/pipe/test-ping-pong.c
90
errx(1, "[c] write: %d != %d", errno, EPIPE);
regress/sys/kern/pipe/test-run-down.c
196
if (errno == EPIPE)
regress/sys/kern/pipe/test-select.c
53
if (errno != EPIPE)
regress/sys/kern/pipe/test-select.c
54
errx(1, "errno: want %d, got %d", EPIPE, errno);
regress/sys/kern/pipe/test-thundering-herd.c
185
if (errno == EPIPE)
regress/sys/kern/unp-write-closed/unp-write-closed.c
70
if (errno != EPIPE)
regress/sys/netinet/udpthread/udpthread.c
126
if (errno == ETIMEDOUT || errno == EPIPE) {
regress/sys/netinet/udpthread/udpthread.c
142
if (errno == ETIMEDOUT || errno == EPIPE) {
regress/sys/netinet/udpthread/udpthread.c
218
if (errno == ETIMEDOUT || errno == EPIPE) {
sbin/dhcp6leased/dhcp6leased.c
441
if (errno == EPIPE) /* Connection closed. */
sbin/dhcp6leased/dhcp6leased.c
519
if (errno == EPIPE) /* Connection closed. */
sbin/dhcp6leased/engine.c
292
if (errno == EPIPE) /* Connection closed. */
sbin/dhcp6leased/engine.c
401
if (errno == EPIPE) /* Connection closed. */
sbin/dhcp6leased/frontend.c
255
if (errno == EPIPE) /* Connection closed. */
sbin/dhcp6leased/frontend.c
472
if (errno == EPIPE) /* Connection closed. */
sbin/dhcpleased/dhcpleased.c
458
if (errno == EPIPE) /* Connection closed. */
sbin/dhcpleased/dhcpleased.c
540
if (errno == EPIPE) /* Connection closed. */
sbin/dhcpleased/engine.c
305
if (errno == EPIPE) /* Connection closed. */
sbin/dhcpleased/engine.c
422
if (errno == EPIPE) /* Connection closed. */
sbin/dhcpleased/frontend.c
254
if (errno == EPIPE) /* Connection closed. */
sbin/dhcpleased/frontend.c
494
if (errno == EPIPE) /* Connection closed. */
sbin/iked/proc.c
636
if (errno == EPIPE) { /* Connection closed. */
sbin/ldattach/atomicio.c
107
errno = EPIPE;
sbin/ldattach/atomicio.c
65
errno = EPIPE;
sbin/slaacd/engine.c
477
if (errno == EPIPE) /* Connection closed. */
sbin/slaacd/engine.c
645
if (errno == EPIPE) /* Connection closed. */
sbin/slaacd/frontend.c
298
if (errno == EPIPE) /* Connection closed. */
sbin/slaacd/frontend.c
411
if (errno == EPIPE) /* Connection closed. */
sbin/slaacd/slaacd.c
411
if (errno == EPIPE) /* Connection closed. */
sbin/slaacd/slaacd.c
491
if (errno == EPIPE) /* Connection closed. */
sbin/unwind/frontend.c
326
if (errno == EPIPE) /* Connection closed. */
sbin/unwind/frontend.c
508
if (errno == EPIPE) /* Connection closed. */
sbin/unwind/libunbound/util/netevent.c
3466
#ifdef EPIPE
sbin/unwind/libunbound/util/netevent.c
3467
if(errno == EPIPE && verbosity < 2)
sbin/unwind/libunbound/util/netevent.c
3907
#ifdef EPIPE
sbin/unwind/libunbound/util/netevent.c
3908
if(errno == EPIPE && verbosity < 2)
sbin/unwind/libunbound/util/netevent.c
3959
#ifdef EPIPE
sbin/unwind/libunbound/util/netevent.c
3960
if(errno == EPIPE && verbosity < 2)
sbin/unwind/libunbound/util/netevent.c
4355
if(errno != EPIPE
sbin/unwind/libunbound/util/netevent.c
4445
# ifdef EPIPE
sbin/unwind/libunbound/util/netevent.c
4446
if(errno == EPIPE && verbosity < 2)
sbin/unwind/libunbound/util/netevent.c
5445
#ifdef EPIPE
sbin/unwind/libunbound/util/netevent.c
5446
if(errno == EPIPE && verbosity < 2)
sbin/unwind/libunbound/util/netevent.c
5518
#ifdef EPIPE
sbin/unwind/libunbound/util/netevent.c
5519
if(errno == EPIPE && verbosity < 2)
sbin/unwind/libunbound/util/netevent.c
5541
#ifdef EPIPE
sbin/unwind/libunbound/util/netevent.c
5542
if(errno == EPIPE && verbosity < 2)
sbin/unwind/resolver.c
507
if (errno == EPIPE) /* Connection closed. */
sbin/unwind/resolver.c
648
if (errno == EPIPE) /* Connection closed. */
sbin/unwind/unwind.c
412
if (errno == EPIPE) /* Connection closed. */
sbin/unwind/unwind.c
477
if (errno == EPIPE) /* Connection closed. */
sys/dev/pci/drm/i915/gt/uc/intel_guc_ct.c
1000
return -EPIPE;
sys/dev/pci/drm/i915/gt/uc/intel_guc_ct.c
522
return -EPIPE;
sys/dev/pci/drm/i915/gt/uc/intel_guc_ct.c
666
return -EPIPE;
sys/dev/pci/drm/i915/gt/uc/intel_guc_ct.c
751
return -EPIPE;
sys/dev/pci/drm/i915/gt/uc/intel_guc_ct.c
850
return -EPIPE;
sys/dev/pci/drm/i915/gt/uc/intel_guc_ct.c
901
return -EPIPE;
sys/dev/pci/drm/i915/gt/uc/intel_guc_submission.c
1023
if (unlikely(ret == -EPIPE)) {
sys/dev/pci/drm/i915/gt/uc/intel_guc_submission.c
2232
if (unlikely(ret == -EPIPE))
sys/dev/pci/drm/i915/gt/uc/intel_guc_submission.c
3956
if (ret == -EPIPE) {
sys/dev/pci/drm/i915/gt/uc/intel_guc_submission.c
995
if (unlikely(ret == -EPIPE)) {
sys/dev/usb/dwc2/dwc2_hcd.c
4273
case -EPIPE:
sys/dev/usb/dwc2/dwc2_hcdddma.c
1096
urb->status = -EPIPE;
sys/dev/usb/dwc2/dwc2_hcdintr.c
1167
dwc2_host_complete(hsotg, qtd, -EPIPE);
sys/dev/usb/dwc2/dwc2_hcdintr.c
1171
dwc2_host_complete(hsotg, qtd, -EPIPE);
sys/dev/usb/dwc2/dwc2_hcdintr.c
133
if (qtd->urb->status != -EPIPE && qtd->urb->status != -EREMOTEIO) {
sys/kern/sys_generic.c
389
if (error == EPIPE)
sys/kern/sys_pipe.c
492
return (EPIPE);
sys/kern/sys_pipe.c
523
error = EPIPE;
sys/kern/sys_pipe.c
629
error = EPIPE;
sys/kern/sys_pipe.c
653
error == EPIPE) {
sys/kern/uipc_socket.c
1522
error = EPIPE;
sys/kern/uipc_socket.c
1748
error = EPIPE;
sys/kern/uipc_socket.c
1771
error = EPIPE;
sys/kern/uipc_socket.c
1806
error = EPIPE;
sys/kern/uipc_socket.c
645
snderr(EPIPE);
sys/kern/uipc_syscalls.c
790
if (error == EPIPE && (flags & MSG_NOSIGNAL) == 0)
sys/kern/uipc_usrreq.c
529
error = EPIPE;
sys/nfs/nfs_socket.c
509
error != EWOULDBLOCK && error != EPIPE)
sys/nfs/nfs_socket.c
622
error = EPIPE;
sys/nfs/nfs_socket.c
632
error = EPIPE;
sys/nfs/nfs_socket.c
662
error = EPIPE;
sys/nfs/nfs_socket.c
689
error = EPIPE;
sys/nfs/nfs_socket.c
695
if (error != EPIPE)
sys/nfs/nfs_socket.c
949
if (!error || error == EPIPE)
sys/nfs/nfs_syscalls.c
453
error = EPIPE;
sys/nfs/nfs_syscalls.c
458
if (error == EPIPE)
usr.bin/cu/xmodem.c
82
errno = EPIPE;
usr.bin/cvs/atomicio.c
62
errno = EPIPE;
usr.bin/dig/lib/isc/unix/errno2result.c
62
case EPIPE:
usr.bin/dig/lib/isc/unix/socket.c
1045
ALWAYS_HARD(EPIPE, ISC_R_NOTCONNECTED);
usr.bin/dig/lib/isc/unix/socket.c
2278
ERROR_MATCH(EPIPE, ISC_R_NOTCONNECTED);
usr.bin/dig/lib/isc/unix/socket.c
2412
ERROR_MATCH(EPIPE, ISC_R_NOTCONNECTED);
usr.bin/ftp/ftp.c
1098
if (serrno != EPIPE)
usr.bin/ftp/ftp.c
1183
if (serrno != EPIPE)
usr.bin/ftp/ftp.c
772
if (serrno != EPIPE)
usr.bin/ftp/ftp.c
807
if (errno != EPIPE)
usr.bin/mg/region.c
643
case EPIPE:
usr.bin/nc/atomicio.c
60
errno = EPIPE;
usr.bin/sendbug/atomicio.c
60
errno = EPIPE;
usr.bin/ssh/atomicio.c
128
errno = EPIPE;
usr.bin/ssh/atomicio.c
70
errno = EPIPE;
usr.bin/ssh/clientloop.c
798
if (errno == EPIPE) {
usr.bin/ssh/kex.c
1318
if (len != 1 && errno == EPIPE) {
usr.bin/ssh/monitor.c
402
if (errno == EPIPE) {
usr.bin/ssh/monitor_wrap.c
107
if (errno == EPIPE) {
usr.bin/ssh/monitor_wrap.c
161
if (errno == EPIPE) {
usr.bin/ssh/monitor_wrap.c
180
if (errno == EPIPE) {
usr.bin/ssh/monitor_wrap.c
196
if (oerrno == EPIPE)
usr.bin/ssh/msg.c
71
if (errno != EPIPE)
usr.bin/ssh/mux.c
1534
errno = EPIPE;
usr.bin/ssh/mux.c
1584
errno = EPIPE;
usr.bin/ssh/mux.c
1604
if ((oerrno = errno) == EPIPE)
usr.bin/ssh/mux.c
1824
if (errno == EPIPE) {
usr.bin/ssh/mux.c
2296
if (errno == EPIPE ||
usr.bin/ssh/scp.c
1862
run_err("%s", j != EPIPE ?
usr.bin/ssh/serverloop.c
272
if (errno == EPIPE) {
usr.bin/ssh/sftp-client.c
178
if (errno == EPIPE || errno == ECONNRESET)
usr.bin/ssh/sftp-client.c
198
if (errno == EPIPE)
usr.bin/ssh/sftp-server.c
1635
if (ret == 0 && errno == EPIPE) {
usr.bin/ssh/sftp-server.c
2036
if (len == 0 || (len == -1 && errno == EPIPE)) {
usr.bin/ssh/ssh-keyscan.c
476
case EPIPE:
usr.bin/ssh/sshbuf-io.c
51
if (errno == EPIPE)
usr.bin/ssh/sshbuf-misc.c
350
errno = EPIPE;
usr.bin/ssh/sshd.c
1051
if (errno != EPIPE) {
usr.bin/ssh/sshkey.c
1388
errno = EPIPE;
usr.bin/telnet/terminal.c
103
if (errno == EPIPE)
usr.sbin/acme-client/util.c
165
if ((er = errno) != EPIPE)
usr.sbin/acme-client/util.c
167
return er == EPIPE ? 0 : -1;
usr.sbin/acme-client/util.c
195
if ((er = errno) != EPIPE)
usr.sbin/acme-client/util.c
197
return er == EPIPE ? 0 : -1;
usr.sbin/acme-client/util.c
205
if (errno == EPIPE)
usr.sbin/bgpd/session.c
664
if (errno == EPIPE)
usr.sbin/dhcpd/pfutils.c
215
errno = EPIPE;
usr.sbin/dvmrpd/dvmrpd.c
328
if (errno == EPIPE) /* connection closed */
usr.sbin/dvmrpd/dvmrpd.c
392
if (errno == EPIPE) /* connection closed */
usr.sbin/dvmrpd/dvmrpe.c
253
if (errno == EPIPE) /* connection closed */
usr.sbin/dvmrpd/dvmrpe.c
329
if (errno == EPIPE) /* connection closed */
usr.sbin/dvmrpd/rde.c
218
if (errno == EPIPE) /* connection closed */
usr.sbin/eigrpd/eigrpd.c
387
if (errno == EPIPE) /* connection closed */
usr.sbin/eigrpd/eigrpd.c
465
if (errno == EPIPE) /* connection closed */
usr.sbin/eigrpd/eigrpe.c
238
if (errno == EPIPE) /* connection closed */
usr.sbin/eigrpd/eigrpe.c
411
if (errno == EPIPE) /* connection closed */
usr.sbin/eigrpd/rde.c
187
if (errno == EPIPE) /* connection closed */
usr.sbin/eigrpd/rde.c
324
if (errno == EPIPE) /* connection closed */
usr.sbin/httpd/proc.c
621
if (errno == EPIPE) { /* connection closed */
usr.sbin/identd/identd.c
1047
case EPIPE:
usr.sbin/ldpd/lde.c
210
if (errno == EPIPE) /* connection closed */
usr.sbin/ldpd/lde.c
407
if (errno == EPIPE) /* connection closed */
usr.sbin/ldpd/ldpd.c
393
if (errno == EPIPE) /* connection closed */
usr.sbin/ldpd/ldpd.c
474
if (errno == EPIPE) /* connection closed */
usr.sbin/ldpd/ldpe.c
243
if (errno == EPIPE) /* connection closed */
usr.sbin/ldpd/ldpe.c
510
if (errno == EPIPE) /* connection closed */
usr.sbin/lpd/iobuf.c
369
if (errno == EPIPE)
usr.sbin/lpd/iobuf.c
426
errno = EPIPE;
usr.sbin/lpd/iobuf.c
454
errno = EPIPE;
usr.sbin/lpd/printer.c
1325
errno = EPIPE;
usr.sbin/lpd/proc.c
302
if (errno != EPIPE)
usr.sbin/nsd/server.c
4785
#ifdef EPIPE
usr.sbin/nsd/server.c
4786
if(verbosity >= 2 || errno != EPIPE)
usr.sbin/nsd/server.c
4832
#ifdef EPIPE
usr.sbin/nsd/server.c
4833
if(verbosity >= 2 || errno != EPIPE)
usr.sbin/ospf6d/ospf6d.c
353
if (errno == EPIPE) /* connection closed */
usr.sbin/ospf6d/ospf6d.c
431
if (errno == EPIPE) /* connection closed */
usr.sbin/ospf6d/ospfe.c
271
if (errno == EPIPE) /* connection closed */
usr.sbin/ospf6d/ospfe.c
464
if (errno == EPIPE) /* connection closed */
usr.sbin/ospf6d/rde.c
288
if (errno == EPIPE) /* connection closed */
usr.sbin/ospf6d/rde.c
664
if (errno == EPIPE) /* connection closed */
usr.sbin/ospfd/ospfd.c
371
if (errno == EPIPE) /* connection closed */
usr.sbin/ospfd/ospfd.c
459
if (errno == EPIPE) /* connection closed */
usr.sbin/ospfd/ospfe.c
285
if (errno == EPIPE) /* connection closed */
usr.sbin/ospfd/ospfe.c
509
if (errno == EPIPE) /* connection closed */
usr.sbin/ospfd/rde.c
278
if (errno == EPIPE) /* connection closed */
usr.sbin/ospfd/rde.c
663
if (errno == EPIPE) /* connection closed */
usr.sbin/rad/engine.c
206
if (errno == EPIPE) /* connection closed */
usr.sbin/rad/engine.c
290
if (errno == EPIPE) /* connection closed */
usr.sbin/rad/frontend.c
332
if (errno == EPIPE) /* connection closed */
usr.sbin/rad/frontend.c
556
if (errno == EPIPE) /* connection closed */
usr.sbin/rad/rad.c
395
if (errno == EPIPE) /* connection closed */
usr.sbin/rad/rad.c
465
if (errno == EPIPE) /* connection closed */
usr.sbin/relayd/proc.c
622
if (errno == EPIPE) {
usr.sbin/ripd/rde.c
209
if (errno == EPIPE) /* connection closed */
usr.sbin/ripd/rde.c
312
if (errno == EPIPE) /* connection closed */
usr.sbin/ripd/ripd.c
326
if (errno == EPIPE) /* connection closed */
usr.sbin/ripd/ripd.c
406
if (errno == EPIPE) /* connection closed */
usr.sbin/ripd/ripe.c
243
if (errno == EPIPE) /* connection closed */
usr.sbin/ripd/ripe.c
324
if (errno == EPIPE) /* connection closed */
usr.sbin/rpki-client/filemode.c
849
if (errno == EPIPE)
usr.sbin/rpki-client/http.c
2173
if (errno == EPIPE)
usr.sbin/rpki-client/main.c
1379
if (errno == EPIPE)
usr.sbin/rpki-client/parser.c
1140
if (errno == EPIPE)
usr.sbin/rpki-client/rrdp.c
602
if (errno == EPIPE)
usr.sbin/rpki-client/rsync.c
370
if (errno == EPIPE)
usr.sbin/smtpd/iobuf.c
363
if (errno == EPIPE)
usr.sbin/snmpd/proc.c
596
if (errno == EPIPE) {
usr.sbin/syslogd/syslogd.c
2210
} else if ((e == EPIPE || e == EBADF) &&
usr.sbin/syslogd/syslogd.c
3469
if (errno != EPIPE)
usr.sbin/unbound/daemon/remote.c
7868
#ifdef EPIPE
usr.sbin/unbound/daemon/remote.c
7869
if(errno == EPIPE && verbosity < 2) {
usr.sbin/unbound/dnstap/dtstream.c
1433
#ifdef EPIPE
usr.sbin/unbound/dnstap/dtstream.c
1434
if(errno == EPIPE && verbosity < 2)
usr.sbin/unbound/dnstap/dtstream.c
783
#ifdef EPIPE
usr.sbin/unbound/dnstap/dtstream.c
784
if(errno == EPIPE && verbosity < 2)
usr.sbin/unbound/dnstap/unbound-dnstap-socket.c
1008
#ifdef EPIPE
usr.sbin/unbound/dnstap/unbound-dnstap-socket.c
1009
if(errno == EPIPE && verbosity < 2)
usr.sbin/unbound/util/netevent.c
3466
#ifdef EPIPE
usr.sbin/unbound/util/netevent.c
3467
if(errno == EPIPE && verbosity < 2)
usr.sbin/unbound/util/netevent.c
3907
#ifdef EPIPE
usr.sbin/unbound/util/netevent.c
3908
if(errno == EPIPE && verbosity < 2)
usr.sbin/unbound/util/netevent.c
3959
#ifdef EPIPE
usr.sbin/unbound/util/netevent.c
3960
if(errno == EPIPE && verbosity < 2)
usr.sbin/unbound/util/netevent.c
4355
if(errno != EPIPE
usr.sbin/unbound/util/netevent.c
4445
# ifdef EPIPE
usr.sbin/unbound/util/netevent.c
4446
if(errno == EPIPE && verbosity < 2)
usr.sbin/unbound/util/netevent.c
5445
#ifdef EPIPE
usr.sbin/unbound/util/netevent.c
5446
if(errno == EPIPE && verbosity < 2)
usr.sbin/unbound/util/netevent.c
5518
#ifdef EPIPE
usr.sbin/unbound/util/netevent.c
5519
if(errno == EPIPE && verbosity < 2)
usr.sbin/unbound/util/netevent.c
5541
#ifdef EPIPE
usr.sbin/unbound/util/netevent.c
5542
if(errno == EPIPE && verbosity < 2)
usr.sbin/vmd/atomicio.c
121
errno = EPIPE;
usr.sbin/vmd/atomicio.c
68
errno = EPIPE;
usr.sbin/vmd/proc.c
468
if (errno == EPIPE) {
usr.sbin/vmd/vioblk.c
412
if (errno == EPIPE) {
usr.sbin/vmd/vioblk.c
479
if (errno == EPIPE) {
usr.sbin/vmd/vionet.c
859
if (errno == EPIPE) {
usr.sbin/vmd/vionet.c
931
if (errno == EPIPE) {
usr.sbin/vmd/vioscsi.c
447
if (errno == EPIPE) {
usr.sbin/vmd/vioscsi.c
513
if (errno == EPIPE) {
usr.sbin/vmd/virtio.c
1706
if (errno == EPIPE) {
usr.sbin/vmd/vm.c
327
if (errno == EPIPE)
usr.sbin/vmd/vmm.c
474
if (errno == EPIPE) {
usr.sbin/ypldap/ldapclient.c
151
if (errno == EPIPE) /* connection closed */
usr.sbin/ypldap/ldapclient.c
251
if (errno == EPIPE) /* connection closed */
usr.sbin/ypldap/ypldap.c
371
if (errno == EPIPE) /* connection closed */
usr.sbin/ypldap/ypldap_dns.c
157
if (errno == EPIPE) /* connection closed */