Searched refs:EPIPE (Results 1 – 7 of 7) sorted by relevance
36 #define EPIPE 32 /* Broken pipe */ macro
90 case -EPIPE: return "-EPIPE"; in libbpf_errstr()
15 +0 send(4, ..., 4000, MSG_ZEROCOPY) = -1 EPIPE (Broken pipe)
272 ret = -EPIPE; in tpebs_send_record_cmd()310 ret = -EPIPE; in tpebs_send_record_cmd()
192 if e.errno in [errno.ENOBUFS, errno.ECONNRESET, errno.EPIPE]:
160 send_byte(fd, -EPIPE, 0); in test_stream_client_close_server()181 send_byte(fd, -EPIPE, 0); in test_stream_server_close_client()1092 if (errno != EPIPE) { in test_stream_check_sigpipe()1114 if (errno != EPIPE) { in test_stream_check_sigpipe()
133 CASE_ERR(EPIPE); in errorname()
Completed in 13 milliseconds