Home
last modified time | relevance | path

Searched refs:EPIPE (Results 1 – 7 of 7) sorted by relevance

/tools/include/uapi/asm-generic/
A Derrno-base.h36 #define EPIPE 32 /* Broken pipe */ macro
/tools/lib/bpf/
A Dstr_error.c90 case -EPIPE: return "-EPIPE"; in libbpf_errstr()
/tools/testing/selftests/net/packetdrill/
A Dtcp_zerocopy_closed.pkt15 +0 send(4, ..., 4000, MSG_ZEROCOPY) = -1 EPIPE (Broken pipe)
/tools/perf/util/
A Dintel-tpebs.c272 ret = -EPIPE; in tpebs_send_record_cmd()
310 ret = -EPIPE; in tpebs_send_record_cmd()
/tools/testing/selftests/net/rds/
A Dtest.py192 if e.errno in [errno.ENOBUFS, errno.ECONNRESET, errno.EPIPE]:
/tools/testing/vsock/
A Dvsock_test.c160 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()
/tools/testing/selftests/nolibc/
A Dnolibc-test.c133 CASE_ERR(EPIPE); in errorname()

Completed in 13 milliseconds