Searched refs:EPIPE (Results 1 – 25 of 135) sorted by relevance
123456
120 if (errno == EPIPE && errors < 10) { in get_random_bytes_prngd()131 if (errno == EPIPE && errors < 10) { in get_random_bytes_prngd()
277 # ifndef EPIPE278 # define EPIPE 9950 macro
82 errno = EPIPE; in atomicio6()144 errno = EPIPE; in atomiciov6()
76 if (errno != EPIPE) in ssh_msg_recv()
53 if (errno == EPIPE) in sshbuf_load_fd()
38 EPIPE = 32 variable173 EPIPE: 'Broken pipe',
108 } else if (errno != EPIPE) { in tcp_server()191 } else if (errno != EPIPE) { in tcp_client()
92 inline int EPIPE = 32; variable93 #pragma D binding "1.0" EPIPE278 errno == EPIPE ? "Broken pipe" :
94 if (errno == EPIPE) in test_send()110 if (errno == EPIPE) in test_write()
60 errno = EPIPE; in atomicio()
73 if e.errno == errno.EPIPE:
466 di->zerr = EPIPE; in differ()481 di->zerr = EPIPE; in differ()494 ASSERT(di->zerr == EPIPE); in differ()808 } else if (errno != EPIPE || di.zerr == 0) { in zfs_show_diffs()815 if (di.zerr != 0 && di.zerr != EPIPE) { in zfs_show_diffs()
62 {"EPIPE", EPIPE},
61 case EPIPE: in isc___errno2result()
48 error = EPIPE; in prober()
86 #define EPIPE 32 /* Broken pipe */ macro
274 if (ret == 0 || (ret == -1 && errno == EPIPE)) { in child_write()350 if (bytes_read == 0 || (bytes_read == -1 && errno == EPIPE)) in __archive_write_program_close()
334 if (ret == 0 || (ret == -1 && errno == EPIPE)) in child_read()378 if (ret == -1 && errno != EPIPE) in child_read()
69 $ EPIPE
690 err = -EPIPE; in usb_control_msg()1359 uipd->status = -EPIPE; in usb_linux_isoc_callback()1389 urb->status = -EPIPE; in usb_linux_isoc_callback()1473 urb->status = -EPIPE; /* stalled */ in usb_linux_isoc_callback()1542 urb->status = -EPIPE; in usb_linux_non_isoc_callback()1644 urb->status = -EPIPE; in usb_linux_non_isoc_callback()
143 -EPIPE, /* I40E_AQ_RC_EFLUSHED */ in i40e_aq_rc_to_posix()