Searched refs:EPIPE (Results 1 – 25 of 115) sorted by relevance
12345
78 errno = EPIPE; in atomicio6()135 errno = EPIPE; in atomiciov6()
138 if (errno == EPIPE && errors < 10) { in get_random_bytes_prngd()149 if (errno == EPIPE && errors < 10) { in get_random_bytes_prngd()
75 if (errno != EPIPE) in ssh_msg_recv()
305 #ifndef EPIPE306 #define EPIPE 9950 macro
30 broken_pipe, // EPIPE128 broken_pipe = EPIPE,
110 } else if (errno != EPIPE) { in tcp_server()193 } else if (errno != EPIPE) { in tcp_client()
94 inline int EPIPE = 32; variable95 #pragma D binding "1.0" EPIPE278 errno == EPIPE ? "Broken pipe" :
96 if (errno == EPIPE) in test_send()112 if (errno == EPIPE) in test_write()
60 errno = EPIPE; in atomicio()
73 if e.errno == errno.EPIPE:
62 {"EPIPE", EPIPE},
61 case EPIPE: in isc___errno2result()
48 error = EPIPE; in prober()
691 err = -EPIPE; in usb_control_msg()1365 uipd->status = -EPIPE; in usb_linux_isoc_callback()1395 urb->status = -EPIPE; in usb_linux_isoc_callback()1482 urb->status = -EPIPE; /* stalled */ in usb_linux_isoc_callback()1553 urb->status = -EPIPE; in usb_linux_non_isoc_callback()1657 urb->status = -EPIPE; in usb_linux_non_isoc_callback()
275 if (ret == 0 || (ret == -1 && errno == EPIPE)) { in child_write()351 if (bytes_read == 0 || (bytes_read == -1 && errno == EPIPE)) in __archive_write_program_close()
335 if (ret == 0 || (ret == -1 && errno == EPIPE)) in child_read()379 if (ret == -1 && errno != EPIPE) in child_read()
447 di->zerr = EPIPE; in differ()462 di->zerr = EPIPE; in differ()810 } else if (errno != EPIPE || di.zerr == 0) { in zfs_show_diffs()817 if (di.zerr != 0 && di.zerr != EPIPE) { in zfs_show_diffs()
955 error = EPIPE;1007 error = EPIPE;1025 error = EPIPE;1069 return (EPIPE);1129 error = EPIPE;1305 if (uio->uio_resid != orig_resid && error == EPIPE)1763 return (EPIPE); in pipe_kqfilter()
85 #define EPIPE 32 /* Broken pipe */ macro
70 $ EPIPE
144 -EPIPE, /* I40E_AQ_RC_EFLUSHED */ in i40e_aq_rc_to_posix()